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. Dexscreener Mcp
  4. vs Blockchain Mcp
Side-by-Side Model Context Protocol Comparison

Dexscreener Mcp vs Blockchain Mcp

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

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

D

Choose Dexscreener 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: search_pairs, get_token_pools, get_tokens.
Explore Dexscreener Mcp Details
Blockchain Mcp logo

Choose Blockchain 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 (Free / Open Source).
  • You have access to required keys: TATUM_API_KEY.
  • Primary tools included: get_metadata, get_wallet_balance_by_time, get_wallet_portfolio.
Explore Blockchain Mcp Details

Feature & Specification Comparison

Specification
D
Dexscreener Mcp
Finance & Fintech
Blockchain Mcp logo
Blockchain Mcp
tatumio
Finance & Fintech
SummaryDexScreener on-chain market data: search pairs, tokens, pools, trending tokens. No API key.MCP server for Blockchain Data. It provides access to Tatum's blockchain API across 130+ networks with tools including RPC Gateway and Blockchain Data insights.
Category & ScopeFinance & FintechFinance & Fintech

Tools & Capabilities Breakdown

Dexscreener Mcp Tools (6)

search_pairs
Search pairs by symbol, name, or address across all chains
get_token_pools
All liquidity pools for a token on a chain
get_tokens
Market data for one or more token addresses (comma-separated)
get_pair
Details for a specific pair/pool address
latest_token_profiles
Freshly listed/updated tokens to watch
top_boosted_tokens
Currently top-promoted / trending tokens

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

Dexscreener Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "dexscreener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dexscreener-mcp"
      ]
    }
  }
}
Blockchain Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "tatumio-blockchain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tatumio/blockchain-mcp"
      ],
      "env": {
        "TATUM_API_KEY": "YOUR_TATUM_API_KEY_HERE"
      }
    }
  }
}

Frequently Asked Questions

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

More alternatives to Dexscreener McpMore alternatives to Blockchain McpFinance & Fintech category hub

Related MCP Server Comparisons

Popular comparisons with Dexscreener Mcp

  • D
    Dexscreener Mcp vs Delora MCP
  • Rug Check Mcp logoDexscreener Mcp vs Rug Check Mcp
  • Alpha Vantage Mcp logoDexscreener Mcp vs Alpha Vantage Mcp
  • D
    Dexscreener Mcp vs Defillama Mcp

Popular comparisons with Blockchain Mcp

Quality signal53/100 (Good)55/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredAPI Key required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone required
TATUM_API_KEY
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · medium
Engagement & Health 0 views 0 copies 0 upvotes 0 stars 1 views 0 copies 0 upvotes 15 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Dexscreener Mcp ListingView Blockchain Mcp Listing

Blockchain Mcp Tools (13)

get_metadata
NFT/multitoken metadata by contract address and token IDs
get_wallet_balance_by_time
Native wallet balance at a block or timestamp
get_wallet_portfolio
Wallet portfolio (native, fungible, NFT)
get_owners
Owners of an NFT or token contract
check_owner
Whether an address owns a given token
get_transaction_history
Transaction history for one or more addresses
get_block_by_time
Block info for a timestamp
get_tokens
Token metadata (contract address or `native`)
check_malicious_address
Security check for a wallet/contract address
get_exchange_rate
Fiat/crypto rate (e.g. `BTC` / `USD`)
gateway_get_supported_chains
All networks available through the gateway
gateway_get_supported_methods
RPC/REST methods supported for a chain
+1 more tools listed on main page
Chainlist Mcp logo
Blockchain Mcp vs Chainlist Mcp
  • Mcp Server Insumer logoBlockchain Mcp vs Mcp Server Insumer
  • Mcp logoBlockchain Mcp vs Mcp
  • Agentwallet Mcp logoBlockchain Mcp vs Agentwallet Mcp