cURL
curl --request POST \ --url https://btca.dev/api/mcp \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "<unknown>", "id": 123, "method": "<string>", "params": { "name": "<string>", "arguments": {}, "project": "<string>" } } '
{ "result": { "content": [ { "type": "<string>", "text": "<string>" } ], "isError": true } }
listResources
ask
addResource
sync
POST /api/mcp
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Tool call response