Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog 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
  • Stack Builder
  • Compare servers
  • Tags index
  • 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. Mcp
  4. vs Mcp Wallet Signer
Side-by-Side Model Context Protocol Comparison

Mcp vs Mcp Wallet Signer

In-depth architectural comparison of the Mcp and Mcp Wallet Signer 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

Mcp
Finance & Fintech · Local stdio
Quality: 67/100 (Great) | Auth: No auth required
Mcp Wallet Signer
Finance & Fintech · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose Mcp if you need specialized Finance & Fintech tools running via a local process. Choose Mcp Wallet Signer 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?

Mcp logo

Choose 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_balance, get_jetton_balance, get_jetton_info.
Explore Mcp Details
Mcp Wallet Signer logo

Choose Mcp Wallet Signer 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: connect_wallet, send_transaction, sign_message.
Explore Mcp Wallet Signer Details

Feature & Specification Comparison

Specification
Mcp logo
Mcp
tonnode
Finance & Fintech
Mcp Wallet Signer logo
Mcp Wallet Signer
nikicat
Finance & Fintech
SummaryDirect liteserver access to The Open Network (TON) over native ADNL: GRAM balances, account state, transaction history and contract get-methods. Works with the free public config or a private/hosted endpoint. npx -y @tonnode/mcpNon-custodial EVM wallet MCP — routes transactions to browser wallets (MetaMask, etc.) for signing. Private keys never leave the browser; every action requires explicit user approval via EIP-6963.
Category & ScopeFinance & Fintech

Tools & Capabilities Breakdown

Mcp Tools (16)

get_balance
GRAM balance of an address
get_jetton_balance
Jetton/token balance (USDT and any TEP-74 token)
get_jetton_info
Token metadata: name, symbol, **decimals**, supply
get_transactions
Recent transactions: values, senders, fees
get_account_state
Status, deployment flags, last-tx pointer
run_get_method
Read-only get-methods on contracts

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).

Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "tonnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tonnode/mcp"
      ]
    }
  }
}
Mcp Wallet Signer Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "nikicat-mcp-wallet-signer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-wallet-signer"
      ]
    }
  }
}

Frequently Asked Questions

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

More alternatives to McpMore alternatives to Mcp Wallet SignerFinance & Fintech category hubCanonical compare URL

Related MCP Server Comparisons

Popular comparisons with Mcp

  • Powersun Tron Mcp logoMcp vs Powersun Tron Mcp
  • Agent Skills logoMcp vs Agent Skills
  • Agentwallet Mcp logoMcp vs Agentwallet Mcp
  • Builders Sodax Mcp Server logoMcp vs Builders Sodax Mcp Server

Popular comparisons with Mcp Wallet Signer

Finance & Fintech
Quality signal67/100 (Great)51/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 2 views 0 copies 0 upvotes 38 stars 1 views 0 copies 0 upvotes 2 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Mcp ListingView Mcp Wallet Signer Listing
parse_address
Convert/validate EQ…/UQ…/raw forms, offline
get_masterchain_info
Masterchain head: seqno, shard, hashes
get_swap_quote
Firm DEX swap quote (GRAM ⇄ any jetton) via Omniston
build_swap_tx
Unsigned, TonConnect-ready swap transaction
get_crosschain_quote
Quote TON → Ethereum/Arbitrum/Base/BNB/Polygon/Avalanche
build_crosschain_swap_tx
Unsigned HTLC escrow transaction + its secret
+4 more tools listed on main page

Mcp Wallet Signer Tools (13)

connect_wallet
Connect wallet, return address
send_transaction
Send ETH/tokens, call contracts
sign_message
Sign arbitrary message (personal_sign)
sign_typed_data
Sign EIP-712 typed data
get_balance
Read ETH balance (via RPC)
get_token_balance
Read ERC-20 balance (`balanceOf`/`decimals`/`symbol`)
tron_connect_wallet
Connect TronLink, return Base58 (T…) address
tron_send_transaction
Native TRX transfer
tron_trigger_contract
TRC-20 / smart-contract call via `triggerSmartContract
tron_sign_message
Sign arbitrary message (`signMessageV2`)
tron_sign_typed_data
Sign TIP-712 typed data
tron_get_balance
Read TRX balance (via TronGrid)
+1 more tools listed on main page
Evm Mcp Server logo
Mcp Wallet Signer vs Evm Mcp Server
  • Agentwallet Mcp logoMcp Wallet Signer vs Agentwallet Mcp
  • Solana Mcp Server logoMcp Wallet Signer vs Solana Mcp Server
  • Nodeflare Mcp logoMcp Wallet Signer vs Nodeflare Mcp