Skip to main content
AllMCPs
BrowseBestCategoriesToolsGuidesBlog 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
  • 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. Token Minter Mcp
  4. vs Wallet Inspector Mcp
Side-by-Side Model Context Protocol Comparison

Token Minter Mcp vs Wallet Inspector Mcp

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

Token Minter Mcp
Finance & Fintech · Local stdio
Quality: 52/100 (Good) | Auth: API Key required
Wallet Inspector Mcp
Finance & Fintech · Local stdio
Quality: 41/100 (Fair) | Auth: API Key required
Verdict Summary: Choose Token Minter Mcp if you need specialized Finance & Fintech tools running via a local process. Choose Wallet Inspector 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?

Token Minter Mcp logo

Choose Token Minter 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)).
  • You have access to required keys: INFURA_KEY, PRIVATE_KEY.
  • Primary tools included: deployToken, transferToken, getTransactionInfo.
Explore Token Minter Mcp Details
Wallet Inspector Mcp logo

Choose Wallet Inspector 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)).
  • You have access to required keys: DUNE_SIM_API_KEY.
  • Primary tools included: Multi-chain support including Ethereum, Solana, Polygon, BSC, Arbitrum, Base, Balance queries with token amounts and USD values, Activity queries for EVM chains with transaction details.

Feature & Specification Comparison

Specification
Token Minter Mcp logo
Token Minter Mcp
kukapay
Finance & Fintech
Wallet Inspector Mcp logo
Wallet Inspector Mcp
kukapay
Finance & Fintech
SummaryAn MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.
Category & ScopeFinance & Fintech

Tools & Capabilities Breakdown

Token Minter Mcp Tools (6)

deployToken
Deploys a new ERC-20 token (name, symbol, initialSupply, decimals, chainId).
transferToken
Transfers ERC-20 tokens (tokenAddress, toAddress, amount, chainId).
getTransactionInfo
Retrieves transaction details (txHash, chainId).
getTokenBalance
Queries the balance of a specific ERC-20 token for the current account.
getTokenInfo
Queries ERC-20 token metadata (tokenAddress, chainId).
getBalance

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

Token Minter Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "kukapay-token-minter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay-token-minter-mcp"
      ],
      "env": {
        "INFURA_KEY": "YOUR_INFURA_KEY_HERE",
        "PRIVATE_KEY": "YOUR_PRIVATE_KEY_HERE"
      }
    }
  }
}
Wallet Inspector Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "kukapay-wallet-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay-wallet-inspector-mcp"
      ],
      "env": {
        "DUNE_SIM_API_KEY": "YOUR_DUNE_SIM_API_KEY_HERE"
      }
    }
  }
}

Frequently Asked Questions

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

More alternatives to Token Minter McpMore alternatives to Wallet Inspector McpFinance & Fintech category hub

Related MCP Server Comparisons

Popular comparisons with Token Minter Mcp

  • Raydium Launchlab Mcp logoToken Minter Mcp vs Raydium Launchlab Mcp
  • Uniswap Trader Mcp logoToken Minter Mcp vs Uniswap Trader Mcp
  • Jupiter Mcp logoToken Minter Mcp vs Jupiter Mcp
  • Solana Mcp Server logoToken Minter Mcp vs Solana Mcp Server

Popular comparisons with Wallet Inspector Mcp

Explore Wallet Inspector Mcp Details
Finance & Fintech
Quality signal52/100 (Good)41/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredAPI Key required
Pricing ModelBYOK (Pay Provider Direct)BYOK (Pay Provider Direct)
Required Env Vars
INFURA_KEYPRIVATE_KEY
DUNE_SIM_API_KEY
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · low
Engagement & Health 1 views 0 copies 0 upvotes 21 stars 1 views 0 copies 0 upvotes 9 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Token Minter Mcp ListingView Wallet Inspector Mcp Listing
Checks native token balance (chainId).

Wallet Inspector Mcp Tools (5)

Multi-chain support including Ethereum, Solana, Polygon, BSC, Arbitrum, Base
Balance queries with token amounts and USD values
Activity queries for EVM chains with transaction details
Transaction history queries with configurable limits
Outputs formatted as ASCII tables or structured text
  • Solana Mcp Server logoWallet Inspector Mcp vs Solana Mcp Server
  • Solana Mcp Server logoWallet Inspector Mcp vs Solana Mcp Server
  • Onchain Mcp logoWallet Inspector Mcp vs Onchain Mcp
  • Jupiter Mcp logoWallet Inspector Mcp vs Jupiter Mcp