← Back to Plugins
MCP Server MCP

Caper Wiki

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

Read Caper's wiki and DAO on-chain data; launch a DAO, trade, propose and vote on Radix testnet.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://caper.network/api/mcp"
    },
    {
      "type": "streamable-http",
      "url": "https://caper.network/wiki/caper/{cashtag}/mcp",
      "variables": {
        "cashtag": {
          "description": "A caper's cashtag without the leading $, e.g. EXAMPLE for $EXAMPLE. Case-sensitive. Call list_daos on https://caper.network/api/mcp to enumerate every DAO and its endpoint.",
          "isRequired": true,
          "format": "string",
          "placeholder": "EXAMPLE"
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...