Developer Tools
Trust: 32/100 (Limited)io.github.CryptoAPIs-io/mcp-simulate Guide
MCP server for dry-run EVM transaction simulation via Crypto APIs
by CryptoAPIs-io
Quick Start
Install
npx @cryptoapis-io/mcp-simulateClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cryptoapis-io-mcp-simulate": {
"command": "npx",
"args": [
"@cryptoapis-io/mcp-simulate"
]
}
}
}