co.contraption/mcp
https://mcp.contraption.co/
● degraded
An MCP server that provides [describe what your server does]
Transport
sse
Auth
—
Cost
—
How to connect
MCP endpoint (sse)
https://mcp.contraption.co/
JSON-RPC initialize probe
curl -X POST https://mcp.contraption.co/ \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/contraptionco/mcp