Skip to main content
POST
/
api
/
mcp
curl --request POST \
  --url https://x402.20.208.46.195.nip.io/api/mcp \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "tools/list",
  "params": {}
}
'
{
  "jsonrpc": "<string>",
  "id": "<unknown>",
  "result": "<unknown>",
  "error": {
    "code": 123,
    "message": "<string>"
  }
}

Body

application/json
jsonrpc
string
required
Example:

"2.0"

method
enum<string>
required
Available options:
initialize,
tools/list,
tools/call
id
params
object

Response

JSON-RPC result.

jsonrpc
string
id
any
result
any
error
object