Xendit MCP vs Evm MCP Server — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Xendit MCP vs Evm MCP Server
In-depth architectural comparison of the Xendit MCP and Evm MCP Server 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
Xendit MCP
Finance & Fintech · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
Evm MCP Server
Finance & Fintech · Local stdio
Quality: 68/100 (Great) | Auth: No auth required
Verdict Summary: Choose Xendit MCP if you need specialized Finance & Fintech tools running via a local process. Choose Evm MCP Server 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 Xendit MCP when:
You need dedicated capabilities in the Finance & Fintech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Malaysia. Install via npx xendit-mcp.
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution.
Category & Scope
Tools & Capabilities Breakdown
Xendit MCP Tools (14)
get_workspace_mode
Explain which Xendit mode is active, what is enabled, and the safest next step to unlock more features.
guided_setup
Generate a Claude Code or Claude Desktop config snippet for `read-only`, `invoices`, or `guarded-payouts`.
get_balance
Account balance by type (CASH, HOLDING, TAX).
list_invoices
List invoices filtered by status, date range, or currency.
get_invoice
Retrieve a single invoice.
create_invoice
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).
Xendit MCP is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Evm MCP Server belongs to Finance & Fintech using local stdio subprocess. Select Xendit MCP when you need capabilities focused on finance & fintech and Evm MCP Server when you require tools for finance & fintech.
Cancel a prepared money-out token. **Disabled unless `XENDIT_ENABLE_DISBURSEMENTS=true`.
create_disbursement
Legacy one-shot payout/disbursement. Requires `approvalCode` and explicit legacy opt-in. **Disabled unless both `XENDIT_ENABLE_DISBURSEMENTS=true` and `XENDIT_ENABLE_LEGACY_ONE_SHOT_DISBURSEMENT=true`.
+2 more tools listed on main page
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)
get_block
Get block details by block number or hash
get_latest_block
Get the latest block from the network
get_balance
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.