Developer Tools
Trust: 32/100 (Limited)io.github.CryptoAPIs-io/mcp-contracts Guide
MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs
by CryptoAPIs-io
Quick Start
Install
npx @cryptoapis-io/mcp-contractsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cryptoapis-io-mcp-contracts": {
"command": "npx",
"args": [
"@cryptoapis-io/mcp-contracts"
]
}
}
}