On-chain brain for autonomous AI agents — MCP server: cross-chain routing, ABI decode, anti-rug, gas/profit, MEV, simulation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crypto-knowledge": {
"command": "npx",
"args": [
"-y",
"DerDoPhil/crypto-knowledge"
]
}
}
}
Run in terminal:
claude mcp add crypto-knowledge npx -y DerDoPhil/crypto-knowledge
Add to .cursor/mcp.json:
{
"mcpServers": {
"crypto-knowledge": {
"command": "npx",
"args": [
"-y",
"DerDoPhil/crypto-knowledge"
]
}
}
}