call_canton_mcp
ActiveTool of io.github.UnityNodes/canton-ccpedia
Federate a tool call to another Canton MCP server (see list_canton_mcps). CCPEDIA proxies the call and returns the result, acting as one MCP that routes across the Canton MCP ecosystem. Only free, hosted, no-auth Canton MCPs can be proxied; local or paid ones return connect instructions instead. Canton-only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"server",
"tool"
],
"properties": {
"tool": {
"type": "string",
"description": "Tool name to call on that server"
},
"server": {
"type": "string",
"description": "Target MCP id from list_canton_mcps (e.g. \"ccpedia\", \"x402-mcp\")"
},
"arguments": {
"type": "object",
"description": "Arguments object for that tool",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries