Evm MCP Server vs Shieldz MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Evm MCP Server vs Shieldz MCP
In-depth architectural comparison of the Evm MCP Server and Shieldz 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: 71/100 (Great) | Auth: No auth required
Shieldz MCP
Finance & Fintech · Local stdio
Quality: 60/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 Shieldz 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?
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: No auth required (Free / Open Source).
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution.
Keyless, non-custodial crypto payments. Create crypto payment links and tip jars with just a wallet address, no API key, no signup. Funds settle directly to the merchant’s wallet. Remote at https://shieldz.cash/mcp or npx @shieldz/mcp.
Category & Scope
Tools & Capabilities Breakdown
Evm MCP Server Tools (25)
get_wallet_address
Get the address of the configured wallet. Use this to verify which wallet is active.
get_chain_info
Get information about an EVM network: chain ID, current block number, and RPC endpoint
get_supported_networks
Get a list of all supported EVM networks
get_gas_price
Get current gas prices (base fee, standard, and fast) for a network
resolve_ens_name
Resolve an ENS name to an Ethereum address
lookup_ens_address
Lookup the ENS name for an Ethereum address (reverse resolution)
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 is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Shieldz MCP belongs to Finance & Fintech using local stdio subprocess. Select Evm MCP Server when you need capabilities focused on finance & fintech and Shieldz MCP when you require tools for finance & fintech.
Get the native token balance (ETH, MATIC, etc.) for an address
get_token_balance
Get the ERC20 token balance for an address
get_allowance
Check the allowance granted to a spender for a token. This tells you how much of a token an address can spend on your behalf.
get_transaction
Get transaction details by transaction hash
+13 more tools listed on main page
Shieldz MCP Tools (3)
create_payment_link
Create a one-time crypto payment link with ZERO setup, no account, no API key. Give a destination wallet address and an amount; get back a shareable pay_url, an embeddable button, and a manage_url. Non-custodial: funds settle directly to the address you provide. Optionally pass an email so the owner can claim a full dashboard later.
create_tip_jar
Create a reusable 'pay what you want' tip jar with ZERO setup, no account, no API key. The payer chooses the amount. Returns a shareable /tip url, an embeddable button, and a manage_url. Idempotent per wallet address: calling again updates the same tip jar. Non-custodial: funds settle directly to the address you provide.
get_account_status
Look up a keyless Shieldz account by its manage_token (returned when you create a payment link or tip jar). Returns settlement details, tip jars, totals (paid/pending), and the full invoice list as structured JSON.