PluginBench
MCP Server
Maintained

io.github.CryptoAPIs-io/mcp-simulate MCP Server

io.github.CryptoAPIs-io/mcp-simulate

What is the io.github.CryptoAPIs-io/mcp-simulate MCP server?

MCP server for dry-run EVM transaction simulation via Crypto APIs

How to install io.github.CryptoAPIs-io/mcp-simulate

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CRYPTOAPIS_API_KEY
    required
    secret

    Crypto APIs API key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-simulate": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-simulate"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-simulate": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-simulate"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-simulate": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-simulate"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-simulate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-simulate"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-simulate --env CRYPTOAPIS_API_KEY=<YOUR_CRYPTOAPIS_API_KEY> -- npx -y @cryptoapis-io/mcp-simulate

Related MCP servers

MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs

1
TypeScript
View repository →

MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

0
TypeScript
View repository →

MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs

0
TypeScript
View repository →

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

0
TypeScript
View repository →

MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs

0
TypeScript
View repository →

MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP via Crypto APIs

0
TypeScript
View repository →