Stats
Actions
Tags
From uniswap-cca
Local Python stdio MCP server that generates supply schedules for CCA contracts using normalized convex curves. Runs as a subprocess with no external dependencies.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cca-supply-schedule": {
"command": "python3",
"args": [
"-u",
"mcp-server/supply-schedule/server.py"
]
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub uniswap/uniswap-ai --plugin uniswap-cca