Best Crypto Fear & Greed Index MCP MCP Server Alternatives 2026

Updated June 2026

10 alternatives to Crypto Fear & Greed Index MCP for your AI workflow. Compare features, pricing, and compatibility.

💰

Crypto Fear & Greed Index MCP

Open Source

Real-time crypto market sentiment MCP server using Alternative.me Fear & Greed Index data for AI-driven trading analysis.

This MCP server is free and open-source. Check the GitHub repository for details.

View Details

Top Crypto Fear & Greed Index MCP Alternatives

#1💰Stripe MCP ServerPaid✓ Official

The Stripe MCP server is Stripe's official Model Context Protocol integration, giving AI assistants direct access to your Stripe account through natural-language interactions. Built and maintained by Stripe as part of the stripe/agent-toolkit repository, this server exposes payment infrastructure as callable MCP tools: create and retrieve customers, generate payment intents, list products and prices, manage subscriptions, query invoice history, and look up charge details — all from within Claude, Cursor, or any MCP-compatible AI client. The Stripe MCP server is designed for indie developers, fintech teams, and SaaS operators who want to query payment data, draft refund workflows, debug failed charges, or generate revenue reports without opening the Stripe Dashboard. Authentication requires a Stripe Secret Key (sk_live_... for production, sk_test_... for sandbox testing). Real-world workflows include asking Claude to summarize yesterday's failed payments, list customers whose subscriptions expire this week, generate subscription cohort breakdowns, or draft dunning email copy based on at-risk MRR segments — all grounded in live Stripe data. Install via npm as part of the agent-toolkit package. Works with Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

The MCP server is free and open-source. Stripe: Pay-per-transaction pricing at 2.9% + 30¢ per card charge. No monthly fees. Volume discounts available.

💰 Finance📦 npm
#2🗄️ClickHouseFreemium✓ Official

Query your ClickHouse database server for analytics workloads.

The MCP server is free and open-source. ClickHouse Cloud: Free trial available. Pay-as-you-go pricing. Self-hosted ClickHouse is free and open-source.

📊 Analytics📦 pip
#3🔧Sentry MCP ServerFreemium✓ Official

The Sentry MCP Server is Sentry's official Model Context Protocol integration, purpose-built for human-in-the-loop coding agents like Claude Code, Cursor, and Windsurf. Rather than exposing every Sentry API endpoint, it focuses tightly on developer debugging workflows: searching and triaging issues, pulling stack traces and event details, inspecting performance traces, and querying project/team/org metadata in natural language. The primary deployment is a hosted remote MCP server at mcp.sentry.dev, built on Cloudflare's remote-MCP infrastructure, so most users connect with zero local setup — just add the remote URL to their client. For self-hosted Sentry instances or local development, a stdio transport is also available via npx @sentry/mcp-server, authenticated with a Sentry User Auth Token scoped to org:read, project:read, project:write, team:read, team:write, and event:write. AI-powered search tools (search_events, search_issues) translate natural-language queries into Sentry's query syntax, but require a configured LLM provider (OpenAI, Azure OpenAI, Anthropic, or OpenRouter) — all other tools work without one. Claude Code users can also install it as a plugin (claude plugin install sentry-mcp@sentry-mcp) for automatic subagent delegation whenever a conversation touches Sentry errors, issues, or traces. This turns "why did this deploy break in production" into a direct conversational debugging session instead of tab-switching into the Sentry dashboard.

The MCP server is free and open-source. Sentry: Developer tier (free, 5K errors/mo). Team: $26/mo. Business: $80/mo. Enterprise: Custom.

📊 Analytics📦 npm
#4📊Datadog MCP ServerFreemium✓ Official

The Datadog MCP Server is Datadog's official Model Context Protocol integration that connects AI assistants directly to your Datadog observability platform — metrics, logs, APM traces, infrastructure, and monitors. Built and maintained by Datadog, the server uses your API and application keys to expose tools for querying live time-series metrics with full DQL expressions, searching log events with Datadog Log Management query syntax, retrieving distributed APM traces and service performance summaries, listing infrastructure hosts and their tags, and checking the status of Datadog monitors and downtime windows. This gives Claude real-time visibility into your production systems: ask "What's the p99 latency for the payments service over the last hour?" or "Find all ERROR-level logs from the auth service since the last deploy," and receive answers backed by live Datadog data rather than stale dashboards. Authentication requires a Datadog API key (DD_API_KEY) and an Application key (DD_APP_KEY) with appropriate scope — both available from Organization Settings > API Keys and Application Keys in the Datadog UI. Set DD_SITE to your Datadog region (e.g., datadoghq.com, datadoghq.eu, or us3.datadoghq.com). Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Especially powerful for SRE, DevOps, and on-call workflows where engineers need AI to correlate metrics, logs, and traces during incident response without context-switching away from their conversation.

The MCP server is free and open-source. Datadog: Free tier (5 hosts). Pro: $15/host/mo. Enterprise: $23/host/mo. Additional products priced separately.

📊 Analytics📦 npm
#5📊Grafana MCP ServerFreemium✓ Official

The official Grafana MCP server connects Claude and other AI assistants directly to your Grafana instance and its surrounding observability ecosystem, turning natural-language questions into dashboard lookups, incident investigations, and datasource queries. Dashboard tools cover search, retrieval, JSONPath-scoped property extraction, patch-based editing, and per-panel query/datasource introspection, with context-window-aware helpers like get_dashboard_summary so an agent never has to pull a full multi-megabyte dashboard JSON just to answer a simple question. Query tools speak PromQL against Prometheus (including histogram-percentile helpers), LogQL against Loki, and native query languages for InfluxDB, ClickHouse, CloudWatch, Graphite, Athena, Snowflake, Elasticsearch/OpenSearch, and Quickwit datasources — most gated behind opt-in --enabled-tools flags to keep the default tool surface lean. It also wraps Grafana Incident for creating and updating incidents, Sift for automated error-pattern and slow-request investigations, full alerting CRUD (rules, contact points, notification policies) across Grafana-managed and external Alertmanager sources, Grafana OnCall schedule/shift/alert-group management, RBAC-gated admin tools for teams/users/roles, deeplink generation so the LLM never has to guess a dashboard URL, annotations, snapshots, PNG rendering via the Grafana Image Renderer, and provisioning-repo validation for git-sync workflows. Ships as a Go binary or via uvx, authenticates with a Grafana service account token (Editor role or granular RBAC scopes), and every tool category can be individually disabled to control context-window usage.

The MCP server is free and open-source. Grafana Cloud: Free tier (10K metrics, 50GB logs). Pro: $29/mo. Advanced: $299/mo. Self-hosted is free.

📊 Analytics📦 binary
#6📊AxiomFreemium✓ Official

Query and analyze your Axiom logs, traces, and all other event data in natural language.

The MCP server is free and open-source. Axiom: Free tier (500GB ingest/mo). Team: $25/mo. Enterprise: Custom pricing.

📊 Analytics📦 npm
#7💰Coinbase Payments MCPFreemium✓ Official

Payments MCP is Coinbase's official npm-installed MCP server and companion wallet app that combines wallets, onramps, and payments via the x402 protocol into a single solution for agentic commerce. It lets AI agents autonomously discover and pay for services without requiring API keys, seed phrases, or manual intervention — install with `npx @coinbase/payments-mcp` and the installer walks through client setup (Claude Desktop, Claude Code, Codex, Gemini CLI, or other MCP-compatible tools) with optional automatic configuration. Full docs live at docs.cdp.coinbase.com/payments-mcp. Separately, developers wanting broader onchain/crypto-portfolio tooling should note the Coinbase Developer Platform also published `base-mcp-legacy` (Base network + Coinbase API tools for LLMs), though it has since been archived in favor of the newer AgentKit-based tooling.

The MCP server is free and open-source. Coinbase: Free to create account. Trading fees vary by volume. Advanced Trade: 0.05%-0.60% maker/taker fees.

💰 Finance📦 npm
#8💰CoinGeckoFreemium✓ Official

Official CoinGecko API MCP Server for Crypto Price & Market Data, across 200+ Blockchain Networks.

The MCP server is free and open-source. CoinGecko API: Free tier (30 calls/min). Analyst: $14/mo. Lite: $129/mo. Pro: $499/mo.

💰 Finance📦 npm
#9💰Plaid AI Coding ToolkitFreemium✓ Official

Plaid's official AI Coding Toolkit ships a local sandbox MCP server (in `/sandbox`) that speeds up building Plaid integrations with AI coding assistants — it generates mock financial data, searches Plaid documentation, issues sandbox access tokens, and simulates webhooks, so a developer can test an integration end-to-end without touching real bank data. The repo also bundles product-specific `/rules` guides meant to be dropped into CLAUDE.md, AGENTS.md, or Cursor rules so an AI assistant has Plaid integration context automatically. It complements two other first-party Plaid AI tools referenced in the same repo: the Plaid CLI (terminal access to financial data) and the Plaid Dashboard MCP (runtime dashboard access, docs-hosted at plaid.com/docs/resources/mcp). For read-only personal-finance use cases spanning multiple providers, elcukro/bank-mcp is a community alternative that supports Plaid alongside Teller, Enable Banking, and Tink.

The MCP server is free and open-source. Plaid: Free sandbox environment. Production: Pay-per-connection pricing. Contact sales for rates.

💰 Finance📦 source

The Shopify MCP Server (GeLi2001/shopify-mcp) gives AI assistants full CRUD access to a Shopify store through the GraphQL Admin API, turning natural-language requests into store operations. It exposes tools across five areas: product management (create, update, delete products, variants, and options — 8 tools), customer management (lookups, merges, address management — 8 tools), order management (smart lookup, cancel, close/open, mark as paid, fulfillment, and refunds — 10 tools), metafields (get/set/delete on any resource), and inventory (set absolute quantities per location), plus tagging and cursor-based pagination with Shopify's native query syntax on every list endpoint. Authentication supports two paths: the modern Dev Dashboard flow (required for new apps created after January 2026), which uses OAuth client credentials that the server automatically exchanges and refreshes, or a legacy static shpat_ access token for existing custom apps. Install via `npx shopify-mcp` (package name shopify-mcp, published to npm) with either --clientId/--clientSecret or --accessToken/--domain flags passed in your MCP client config — no separate server process to manage. Typical use: ask Claude to "find all orders over $500 from the last week and tag the customers as VIP," and the server handles the GraphQL queries and mutations directly against the store's Admin API. Shopify itself also publishes an official shopify-dev-mcp for app/theme developers working against Shopify's documentation and APIs, which is a separate, docs-focused tool from this store-data server.

The MCP server is free and open-source. Shopify: Basic: $39/mo. Shopify: $105/mo. Advanced: $399/mo. Plus: from $2,300/mo. 3-day free trial.

💰 Finance📦 npm

Frequently Asked Questions

What are the best alternatives to Crypto Fear & Greed Index MCP MCP Server?

The top alternatives to Crypto Fear & Greed Index MCP MCP Server in 2026 include Stripe MCP Server, ClickHouse, Sentry MCP Server, Datadog MCP Server, Grafana MCP Server. Each offers similar functionality in the Finance category with different features, pricing, and compatibility.

Is there a free alternative to Crypto Fear & Greed Index MCP MCP Server?

Yes, free alternatives to Crypto Fear & Greed Index MCP include ClickHouse, Sentry MCP Server, Datadog MCP Server. These offer free tiers or are completely open-source.

How do I choose between Crypto Fear & Greed Index MCP and its alternatives?

When choosing between Crypto Fear & Greed Index MCP and alternatives, consider: (1) Pricing — compare free tiers and paid plans, (2) Features — what specific capabilities you need, (3) Compatibility — which AI assistants (Claude, Cursor, VS Code) are supported, (4) Installation — npm, pip, docker, or other install methods.

Can I use multiple MCP servers at the same time?

Yes! MCP (Model Context Protocol) supports running multiple servers simultaneously. You can use Crypto Fear & Greed Index MCP alongside other MCP servers to extend your AI assistant's capabilities across different services and tools.

Related Pages