Crypto News API

v1.0.0Finance & Fintechstable

Free crypto news API - real-time aggregator for Bitcoin, Ethereum, DeFi, Solana & altcoins. No API key required. RSS/Atom feeds, JSON REST API, historical archive with market context, embeddable widgets, ChatGPT plugin, Claude MCP server, SDKs (Pytho

ai-agentapibitcoinchatgptclaude
Share:
212
Stars
0
Downloads
0
Weekly
0/5

What is Crypto News API?

Crypto News API is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to free crypto news api - real-time aggregator for bitcoin, ethereum, defi, solana & altcoins. no api key required. rss/atom feeds, json rest api, historical archive with market context, embeddable widge...

Free crypto news API - real-time aggregator for Bitcoin, Ethereum, DeFi, Solana & altcoins. No API key required. RSS/Atom feeds, JSON REST API, historical archive with market context, embeddable widgets, ChatGPT plugin, Claude MCP server, SDKs (Pytho

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Free crypto news API - real-time aggregator for Bitcoin, Eth

Use Cases

Access real-time crypto news aggregated from multiple sources.
Track Bitcoin, Ethereum, DeFi, and altcoin news.
Query historical market data with context.
nirholas

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx cryptocurrency-cv

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Crypto News API

The cryptocurrency.cv MCP server gives AI assistants real-time access to a free crypto news aggregator covering 200+ sources across Bitcoin, Ethereum, DeFi, Solana, and altcoins — no API key required for basic news endpoints. It exposes 40 MCP tools spanning news retrieval, AI-powered sentiment analysis, entity extraction, market data (prices, OHLC, Fear & Greed Index), trading signals, social intelligence, and regulatory tracking. With 662,000+ historical articles archived since 2017, it is the most comprehensive free crypto news source available for AI agents.

Prerequisites

  • Node.js 18 or later (for npx-based installation)
  • An MCP-compatible client such as Claude Desktop or Cursor
  • A free Groq API key from console.groq.com (required for AI-powered endpoints like summarize, sentiment, and ask)
  • Optional: OpenAI, Anthropic, or OpenRouter API key as fallback AI providers
1

Get a free Groq API key

Sign up at console.groq.com to get a free API key. This is needed for AI-powered endpoints (summarization, sentiment analysis, entity extraction, Q&A). Basic news endpoints work without any key.

2

Add the cryptocurrency.cv MCP server to Claude Desktop

Edit your Claude Desktop configuration file to add the crypto news MCP server. Set your GROQ_API_KEY environment variable.

{
  "mcpServers": {
    "crypto-news": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-crypto-news"],
      "env": {
        "GROQ_API_KEY": "your_free_groq_key",
        "NEXT_PUBLIC_API_URL": "https://cryptocurrency.cv"
      }
    }
  }
}
3

Optional: Add fallback AI provider keys

The server uses AI providers in priority order. Set OPENAI_API_KEY, ANTHROPIC_API_KEY, or OPENROUTER_API_KEY as optional fallbacks if Groq is unavailable.

{
  "mcpServers": {
    "crypto-news": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-crypto-news"],
      "env": {
        "GROQ_API_KEY": "your_free_groq_key",
        "NEXT_PUBLIC_API_URL": "https://cryptocurrency.cv",
        "OPENAI_API_KEY": "optional_openai_key",
        "ANTHROPIC_API_KEY": "optional_anthropic_key"
      }
    }
  }
}
4

Restart Claude Desktop

Save the config file and restart Claude Desktop to load the new MCP server. You should see the crypto-news server appear in the MCP tools list.

5

Explore available tools

The server exposes 40 tools. Key categories include: news retrieval (latest, breaking, trending, search, category feeds), AI analysis (summarize, ask, sentiment, entities, factcheck, narratives, clickbait), market data (fear-greed, coins, OHLC, arbitrage), and social intelligence (Twitter sentiment, influencer tracking).

Crypto News API Examples

Client configuration

Configure Claude Desktop with the cryptocurrency.cv MCP server, providing your Groq API key for AI-powered features.

{
  "mcpServers": {
    "crypto-news": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-crypto-news"],
      "env": {
        "GROQ_API_KEY": "your_free_groq_key",
        "NEXT_PUBLIC_API_URL": "https://cryptocurrency.cv"
      }
    }
  }
}

Prompts to try

Use these prompts in Claude Desktop to access real-time and historical crypto news, analysis, and market data.

- "What are the latest breaking crypto news stories from the past 2 hours?"
- "Summarize today's top Bitcoin news in bullet points."
- "What is the current Fear & Greed Index for crypto markets?"
- "Analyze the sentiment around Ethereum over the past week."
- "Search for news about the SEC and crypto regulation and fact-check the main claims."
- "What are the dominant market narratives in DeFi right now?"
- "Show me arbitrage opportunities across exchanges for BTC."
- "Get the latest news in Spanish about Solana."

Troubleshooting Crypto News API

AI-powered tools (summarize, sentiment, ask) return errors about missing API keys

Ensure GROQ_API_KEY is set in the env block of your MCP configuration. Get a free key at console.groq.com — no billing is required for the free tier.

npx fails to install the package or returns a 404 error

Verify the package name is @anthropic-ai/mcp-server-crypto-news. Ensure you have Node.js 18+ and npx is working: run npx --version. Clear the npx cache with npx clear-npx-cache if needed.

The server returns no results for a specific cryptocurrency search

Use standard ticker symbols or full names in search queries (e.g., 'BTC', 'Bitcoin', 'Ethereum'). The /api/search endpoint supports full-text search — try broader terms if narrow queries return empty results.

Frequently Asked Questions about Crypto News API

What is Crypto News API?

Crypto News API is a Model Context Protocol (MCP) server that free crypto news api - real-time aggregator for bitcoin, ethereum, defi, solana & altcoins. no api key required. rss/atom feeds, json rest api, historical archive with market context, embeddable widgets, chatgpt plugin, claude mcp server, sdks (pytho It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Crypto News API?

Follow the installation instructions on the Crypto News API GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Crypto News API?

Crypto News API works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Crypto News API free to use?

Yes, Crypto News API is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "cryptocurrency-cv": { "command": "npx", "args": ["-y", "cryptocurrency-cv"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Crypto News API?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides