Contracts
Freeby MCP Community
Shared contracts for Crush MCP — tool names, schemas, and error codes
v0.1.5Added Apr 12, 2026
Contracts MCP Server
Shared contracts for Crush MCP — tool names, schemas, and error codes
Installation
npx -y @crush-protocol/mcp-contracts
Reviews
Installation
Quick install
npx -y @crush-protocol/mcp-contracts
Add to claude_desktop_config.json
{
"mcpServers": {
"contracts": {
"command": "npx",
"args": ["-y", "@crush-protocol/mcp-contracts"]
}
}
}