Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
listTools
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>" } }
Supports initialize, tools/list, and tools/call over JSON-RPC. Only safe developer tools are exposed.
"2.0"
initialize
tools/list
tools/call
JSON-RPC result.
Show child attributes