Skip to main content
AllMCPs
BrowseBestCategoriesToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Evm Mcp Server
  4. vs Trade Router Mcp
Side-by-Side Model Context Protocol Comparison

Evm Mcp Server vs Trade Router Mcp

In-depth architectural comparison of the Evm Mcp Server and Trade Router Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Evm Mcp Server
Finance & Fintech · Local stdio
Quality: 53/100 (Good) | Auth: API Key required
Trade Router Mcp
Finance & Fintech · Local stdio
Quality: 57/100 (Good) | Auth: No auth required
Verdict Summary: Choose Evm Mcp Server if you need specialized Finance & Fintech tools running via a local process. Choose Trade Router Mcp if your workspace requires Finance & Fintech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Evm Mcp Server logo

Choose Evm Mcp Server when:

  • You need dedicated capabilities in the Finance & Fintech domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: EVM_PRIVATE_KEY, EVM_MNEMONIC, EVM_MNEMONIC_PATH, ETHERSCAN_API_KEY.
  • Primary tools included: get_wallet_address, get_chain_info, get_supported_networks.
Explore Evm Mcp Server Details
Trade Router Mcp logo

Choose Trade Router Mcp when:

  • You need dedicated capabilities in the Finance & Fintech domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: get_wallet_address, build_swap, submit_signed_swap.

Feature & Specification Comparison

Specification
Evm Mcp Server logo
Evm Mcp Server
mcpdotdirect
Finance & Fintech
Trade Router Mcp logo
Trade Router Mcp
TradeRouter
Finance & Fintech
SummaryComprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution.Non-custodial Solana swap & limit order engine for AI agents. 21 tools (swap, limit, trailing, TWAP, DCA, combo orders) across Raydium, PumpSwap, Orca, Meteora. Jito MEV-protected execution, Ed25519 server verification, private key never leaves the process. MIT. npx -y @traderouter/trade-router-mcp.
Category & Scope

Tools & Capabilities Breakdown

Evm Mcp Server Tools (25)

get_wallet_address
Get the address of the configured wallet (from EVM_PRIVATE_KEY)
get_chain_info
Get network information
get_supported_networks
List all supported EVM networks
get_gas_price
Get current gas prices on a network
resolve_ens_name
Resolve ENS name to address
lookup_ens_address
Reverse lookup address to ENS name

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Evm Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "mcpdotdirect-evm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcpdotdirect-evm-mcp-server"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "YOUR_EVM_PRIVATE_KEY_HERE",
        "EVM_MNEMONIC": "YOUR_EVM_MNEMONIC_HERE",
        "EVM_MNEMONIC_PATH": "YOUR_EVM_MNEMONIC_PATH_HERE",
        "ETHERSCAN_API_KEY": "YOUR_ETHERSCAN_API_KEY_HERE"
      }
    }
  }
}
Trade Router Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "traderouter-trade-router-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@traderouter/trade-router-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Evm Mcp Server is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Trade Router Mcp belongs to Finance & Fintech using local stdio subprocess. Select Evm Mcp Server when you need capabilities focused on finance & fintech and Trade Router Mcp when you require tools for finance & fintech.

More alternatives to Evm Mcp ServerMore alternatives to Trade Router McpFinance & Fintech category hub

Related MCP Server Comparisons

Popular comparisons with Evm Mcp Server

  • Nodeflare Mcp logoEvm Mcp Server vs Nodeflare Mcp
  • Mcp Wallet Signer logoEvm Mcp Server vs Mcp Wallet Signer
  • Agentwallet Mcp logoEvm Mcp Server vs Agentwallet Mcp
  • Solana Mcp Server logoEvm Mcp Server vs Solana Mcp Server

Popular comparisons with Trade Router Mcp

Explore Trade Router Mcp Details
Finance & Fintech
Finance & Fintech
Quality signal53/100 (Good)57/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env Vars
EVM_PRIVATE_KEYEVM_MNEMONICEVM_MNEMONIC_PATHETHERSCAN_API_KEY
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · high
Engagement & Health 3 views 0 copies 0 upvotes 380 stars 1 views 0 copies 0 upvotes 3 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Evm Mcp Server ListingView Trade Router Mcp Listing
get_block
Get block data
get_latest_block
Get latest block data
get_transaction
Get transaction details
get_transaction_receipt
Get transaction receipt with logs
wait_for_transaction
Wait for transaction confirmation
get_balance
Get native token balance
+13 more tools listed on main page

Trade Router Mcp Tools (21)

get_wallet_address
Get the configured wallet's public address
build_swap
Build an unsigned swap transaction
submit_signed_swap
Submit a manually signed transaction
auto_swap
Build + sign + submit in one call
get_holdings
Get token holdings for a wallet
get_mcap
Market cap and price for a token
get_flex_card
Trade card PNG URL for wallet + token
place_limit_order
Limit buy/sell by price or market cap
place_trailing_order
Trailing stop buy/sell
place_twap_order
TWAP (time-weighted) buy/sell
place_limit_twap_order
Limit trigger → TWAP execution
place_trailing_twap_order
Trailing trigger → TWAP execution
+9 more tools listed on main page
  • Alpaca Mcp logoTrade Router Mcp vs Alpaca Mcp
  • Pexbot Mcp logoTrade Router Mcp vs Pexbot Mcp
  • HeadlessTracker logoTrade Router Mcp vs HeadlessTracker
  • Tasty Agent logoTrade Router Mcp vs Tasty Agent