MCP Server
MCP
Caper Wiki
Read Caper's wiki and DAO on-chain data; launch a DAO, trade, propose and vote on Radix testnet.
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