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 Address History
  4. vs Alchemy Mcp Server
Side-by-Side Model Context Protocol Comparison

Mcp Address History vs Alchemy Mcp Server

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

Mcp Address History
Finance & Fintech · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Alchemy Mcp Server
Finance & Fintech · Local stdio
Quality: 44/100 (Fair) | Auth: API Key required
Verdict Summary: Choose Mcp Address History if you need specialized Finance & Fintech tools running via a local process. Choose Alchemy 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?

M

Choose Mcp Address History 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: manage_address, evm_address_history, utxo_address_history.
Explore Mcp Address History Details
Alchemy Mcp Server logo

Choose Alchemy Mcp Server 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: ALCHEMY_API_KEY, AGENT_WALLET_SERVER.
  • Primary tools included: Token price queries with flexible time frames, Multichain token balance retrieval, Transaction history access across networks.

Feature & Specification Comparison

Specification
M
Mcp Address History
Finance & Fintech
Alchemy Mcp Server logo
Alchemy Mcp Server
alchemy
Finance & Fintech
SummaryMCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIsAllow AI agents to interact with Alchemy's blockchain APIs.
Category & ScopeFinance & FintechFinance & Fintech

Tools & Capabilities Breakdown

Mcp Address History Tools (3)

manage_address
Manage synced addresses for historical data access. Supports all EVM and UTXO blockchains.
evm_address_history
Query EVM address full history (requires synced address).
utxo_address_history
Query UTXO address full history (requires synced address).

Alchemy Mcp Server Tools (5)

Token price queries with flexible time frames
Multichain token balance retrieval
Transaction history access across networks

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 Address History Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "mcp-address-history": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-address-history"
      ]
    }
  }
}
Alchemy Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "alchemy-alchemy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@alchemy/mcp-server"
      ],
      "env": {
        "ALCHEMY_API_KEY": "YOUR_ALCHEMY_API_KEY_HERE",
        "AGENT_WALLET_SERVER": "YOUR_AGENT_WALLET_SERVER_HERE"
      }
    }
  }
}

Frequently Asked Questions

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

More alternatives to Mcp Address HistoryMore alternatives to Alchemy Mcp ServerFinance & Fintech category hubCanonical compare URL

Related MCP Server Comparisons

Popular comparisons with Mcp Address History

  • M
    Mcp Address History vs Mcp Address Latest
  • M
    Mcp Address History vs Mcp Aml
  • M
    Mcp Address History vs Mcp Contracts
  • M
    Mcp Address History vs Mcp Simulate

Popular comparisons with Alchemy Mcp Server

  • Onchain Mcp logo
Explore Alchemy Mcp Server Details
Quality signal51/100 (Good)44/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredAPI Key required
Pricing ModelFree / Open SourceBYOK (Pay Provider Direct)
Required Env VarsNone required
ALCHEMY_API_KEYAGENT_WALLET_SERVER
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 1 views 0 copies 0 upvotes 0 stars 3 views 0 copies 0 upvotes 88 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Mcp Address History ListingView Alchemy Mcp Server Listing
NFT ownership and contract data fetching
Transaction sending and token swapping via wallet agent server
Alchemy Mcp Server vs Onchain Mcp
  • Evm Mcp logoAlchemy Mcp Server vs Evm Mcp
  • Wallet Inspector Mcp logoAlchemy Mcp Server vs Wallet Inspector Mcp
  • Codex Mcp logoAlchemy Mcp Server vs Codex Mcp