You're viewing a demo portfolio

Join the waitlist
PRSM

call_canton_mcp

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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": {}
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →
call_canton_mcp — io.github.UnityNodes/canton-ccpedia — PRSM MCP