What it looks like when an agent calls your contract
Pick a tool from the sidebar and run it. These are the actual JSON-RPC shapes your MCP server produces. No signup, no wallet connection.
$ curl demo.chaincontext.dev/mcp \
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_eth_price",
"arguments": {}
}
}Click Run tool to see the response.
Sample payloads for illustration. Live responses depend on on-chain state.
Build your own
Free forever on one project.