evm-chains-mcp-server (Bazinga640/evm-chains-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 51 tools. No publisher has claimed this listing.

D
Caution
56/100

evm-chains-mcp-server

๐Ÿš€ Explore the EVM Chains MCP Server, offering 111 tools across 7 EVM networks for a complete DeFi experience.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

โšก Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

โšก Connect GitHub โ†’ continuous verification on every pushwhy connect โ†’

Who stands behind it

Bazinga640

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access โ†’

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
๐Ÿšจ
Secret credentials may flow to a network call
2 flows detected: PINATA_API_KEY. We canโ€™t prove the destination matches the brand the credential belongs to.
โš ๏ธ
Known vulnerabilities in dependencies: 14 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
๐Ÿ”
You'll be asked for 1 credential: PINATA_API_KEY
These are read from process.env at runtime. Make sure you trust where theyโ€™ll be sent.
// tools this server exposes51 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

evm_get_balance
evm_get_transaction
evm_get_chain_info
evm_get_block
evm_validate_address
evm_get_account_info
evm_get_transaction_history
evm_send_transaction
evm_send_native_transfer
evm_get_gas_price
evm_estimate_gas
evm_call_contract
evm_send_contract_transaction
evm_get_contract_abi
evm_decode_contract_data
evm_encode_contract_data
evm_deploy_contract
evm_encode_function_data
evm_decode_function_result
evm_get_dex_quote
evm_execute_swap
evm_get_pool_info
evm_add_liquidity
evm_remove_liquidity
evm_get_user_liquidity
evm_get_farming_rewards
evm_claim_farming_rewards
evm_help
evm_search_tools
evm_list_tools_by_category
evm_get_account_analytics
evm_get_portfolio_value
evm_get_transaction_analytics
evm_get_gas_analytics
evm_get_token_holdings_summary
evm_generate_permit
evm_sign_typed_data
evm_execute_flash_loan
evm_get_impermanent_loss
evm_reverse_ens_lookup
evm_multicall

Execute multiple contract calls in a single transaction Batch multiple read/write operations for gas efficiency. Uses Multicall3 for atomic execution. FEATURES: - Atomic execution of multiple calls - Gas savings vs individual transactions - Allow selective call failures - Automatic result decodingโ€ฆ

evm_get_token_decimals

Get the number of decimals for an ERC-20 token

evm_get_token_name

Get the name of an ERC-20 token

evm_get_token_symbol

Get the symbol of an ERC-20 token

evm_get_token_total_supply

Get the total supply of an ERC-20 token

evm_bridge_tokens

Bridge tokens between EVM chains using official bridge contracts Supports major bridge protocols for cross-chain token transfers. Handles approval, fee calculation, and estimated arrival times. SUPPORTED ROUTES: - Ethereum โ†” Polygon, Arbitrum, Optimism, Base - Polygon โ†” Avalanche, BSC - Arbitrum โ†”โ€ฆ

evm_estimate_bridge_fee
evm_find_bridge_routes
evm_get_bridge_status
evm_track_bridge_progress
evm_cast_vote

Cast votes in DAO governance proposals Participate in on-chain governance for major protocols. Supports Compound, Uniswap, Aave, Maker, and more. SUPPORTED PROTOCOLS: - Ethereum: Compound, Uniswap, Aave, Maker, ENS - Polygon: QuickSwap, Aavegotchi, Balancer - Avalanche: Pangolin, Benqi, TraderJoe โ€ฆ

// known CVEs in dependencies14 high5 medium11 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.20.2GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.20.2GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.20.2GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.12.2GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.12.2GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Depend on this server? Get alerted when its CVEs change.Watch this server free โ†’
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configIPFS_SERVICE
๐Ÿ” secretPINATA_API_KEY
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

51/51 tools missing one or more hints โ€” evm_get_balance (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); evm_get_transaction (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); evm_get_chain_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +48 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handlerโ€™s actual behaviour.

Tool test coverage

Only 6/51 tools referenced in tests (12%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 14 high severity in production deps โ€” @modelcontextprotocol/sdk@1.20.2 (high), @modelcontextprotocol/sdk@1.20.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance โ€” verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/bazinga640/evm-chains-mcp-server?variant=verified)](https://m8ven.ai/mcp/bazinga640/evm-chains-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: deea4aeced15e8e51f0e9e9aa85f298ff0c43d2d
code hash: 150d560f490a914cf95c714ed0b0184db3fd6c282f593309eda161c758880e49
view raw JSON โ†’
Check MCPs from inside your assistant
Tool Check ยท MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives โ€” before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it โ†’Free ยท no account needed ยท works in any MCP client