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 Agentwallet Mcp
Side-by-Side Model Context Protocol Comparison

Mcp vs Agentwallet Mcp

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

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

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
Agentwallet Mcp logo

Choose Agentwallet 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 (Freemium).
  • You have access to required keys: AGENTWALLET_PRIVATE_KEY, AGENTWALLET_KEYFILE, AGENTWALLET_RPC_URL, AGENTWALLET_MAX_TX_NATIVE, AGENTWALLET_MAX_TX_TOKEN, AGENTWALLET_SOLANA_KEY, AGENTWALLET_SOLANA_KEYFILE, AGENTWALLET_SOLANA_RPC.
  • Primary tools included: create_wallet, list_wallets, get_wallet.

Feature & Specification Comparison

Specification
Mcp logo
Mcp
tonnode
Finance & Fintech
Agentwallet Mcp logo
Agentwallet Mcp
hifriendbot
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/mcpPermissionless wallet infrastructure for AI agents. 29 tools for wallet creation, transaction signing, token transfers, and x402 payments across all EVM chains and Solana. No KYC, no API keys — agents pay with USDC.
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"
      ]
    }
  }
}
Agentwallet Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "hifriendbot-agentwallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentwallet-mcp"
      ],
      "env": {
        "AGENTWALLET_PRIVATE_KEY": "YOUR_AGENTWALLET_PRIVATE_KEY_HERE",
        "AGENTWALLET_KEYFILE": "YOUR_AGENTWALLET_KEYFILE_HERE",
        "AGENTWALLET_RPC_URL": "YOUR_AGENTWALLET_RPC_URL_HERE",
        "AGENTWALLET_MAX_TX_NATIVE": "YOUR_AGENTWALLET_MAX_TX_NATIVE_HERE",
        "AGENTWALLET_MAX_TX_TOKEN": "YOUR_AGENTWALLET_MAX_TX_TOKEN_HERE",
        "AGENTWALLET_SOLANA_KEY": "YOUR_AGENTWALLET_SOLANA_KEY_HERE",
        "AGENTWALLET_SOLANA_KEYFILE": "YOUR_AGENTWALLET_SOLANA_KEYFILE_HERE",
        "AGENTWALLET_SOLANA_RPC": "YOUR_AGENTWALLET_SOLANA_RPC_HERE"
      }
    }
  }
}

Frequently Asked Questions

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

More alternatives to McpMore alternatives to Agentwallet McpFinance & 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
  • Builders Sodax Mcp Server logoMcp vs Builders Sodax Mcp Server
  • Mcp Klever Vm logoMcp vs Mcp Klever Vm

Popular comparisons with Agentwallet Mcp

Explore Agentwallet Mcp Details
Finance & Fintech
Quality signal67/100 (Great)61/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredAPI Key required
Pricing ModelFree / Open SourceFreemium
Required Env VarsNone required
AGENTWALLET_PRIVATE_KEYAGENTWALLET_KEYFILEAGENTWALLET_RPC_URLAGENTWALLET_MAX_TX_NATIVEAGENTWALLET_MAX_TX_TOKENAGENTWALLET_SOLANA_KEYAGENTWALLET_SOLANA_KEYFILEAGENTWALLET_SOLANA_RPC
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 3 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Mcp ListingView Agentwallet Mcp 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

Agentwallet Mcp Tools (31)

create_wallet
Create a new EVM or Solana wallet
list_wallets
List all your wallets
get_wallet
Get wallet details by ID
get_balance
Check native token balance on any chain
get_token_balance
Check ERC-20 or SPL token balance
get_token_info
Get ERC-20 token name, symbol, and decimals
transfer
Send native tokens (ETH, SOL, POL, BNB, etc.)
transfer_token
Send ERC-20 or SPL tokens (USDC, USDT, etc.)
send_transaction
Sign and broadcast a raw transaction
sign_transaction
Sign a transaction without broadcasting
call_contract
Read-only contract call (eth_call)
approve_token
Approve ERC-20 token spending for DeFi
+19 more tools listed on main page
Solana Mcp Server logo
Agentwallet Mcp vs Solana Mcp Server
  • Crossfin logoAgentwallet Mcp vs Crossfin
  • Mcp Wallet Signer logoAgentwallet Mcp vs Mcp Wallet Signer
  • Evm Mcp Server logoAgentwallet Mcp vs Evm Mcp Server