Model Context Protocol

Crypto context for your agent.

One endpoint. 22 data capabilities across 57 pre-described tools — news, governance, DeFi, security and market data. Free, and no signup.

https://api.alphaday.com/mcp
No API key No signup Remote HTTP, no local process

Connect it

Alphaday is a remote server, so there is no package to install and no process to keep running. Most clients take the URL directly.

Claude

Terminal
claude mcp add --transport http alphaday https://api.alphaday.com/mcp
Claude setup, in full →

Cursor

.cursor/mcp.json
{ "mcpServers": { "alphaday": { "url": "https://api.alphaday.com/mcp" } } }
Cursor setup, in full →

VS Code

.vscode/mcp.json
{ "servers": { "alphaday": { "type": "http", "url": "https://api.alphaday.com/mcp" } } }
VS Code setup, in full →

Codex

Terminal
codex mcp add alphaday --url https://api.alphaday.com/mcp
Codex setup, in full →

Configs verified 2026-09-14. Using a different client? The endpoint is a standard remote MCP server — most take the URL as-is.

What's in it

22 distinct datasets. 57 tools reach them — most datasets have a list form, a detail form and a trending form, which is why the two numbers differ.

News4
Real-time news from 49 crypto outlets — 440,000+ articles, tagged and deduped.
News summary1
An AI briefing over the whole news corpus, focusable by project.
Blogs3
133 project blogs — 19,000+ posts — in one feed.
Podcasts3
118 crypto podcast feeds — 22,000+ episodes, each with its audio URL and duration.
Videos4
121 YouTube channels — 34,000+ videos — timestamped.
Events4
6,000+ conferences, meetups, hackathons and side events.
DAO3
Live Snapshot proposals across 51 DAOs.
Forum3
59 governance forums — 60,000+ posts — behind one endpoint.
Keywords2
What crypto is talking about, ranked, right now.
Projects1
Search project-tagged content across the whole superfeed.
TagsNew2
A 17,000+ tag taxonomy — projects, chains and categories, with parents and children.
Market coins5
Prices, metadata, history and trending movers for the top coins.
Coin categoriesNew2
700+ token categories; about half carry a market-cap aggregate.
Developer activityNew2
3,000+ GitHub activity snapshots — commits and contributors per coin.
ExchangesNew2
140+ centralized exchanges with trust scores and volume.
On-chain DEXesNew2
700+ DEXes with the chains and protocols behind them.
Security exploitsNew2
180+ on-chain exploits and hacks, each with a written incident record.
TVL feesNew3
2,000+ protocol fee and revenue records across DeFi.
TVL stablecoinsNew2
400+ stablecoins — peg type, mechanism and circulating supply.
TVL yieldsNew3
32,000+ DeFi yield pools with base and reward APY, TVL and IL risk.
KasandraNew1
AI-detected chart patterns with a bullish/bearish signal and confidence score.
Fear & greedNew1
The fear & greed index, per asset.

11 of these are not in the twelve-tool showcase on /api. The number in each card is how many tools reach that dataset.

No key. No signup. No rate-limit tier.

Point your client at the endpoint and start calling. If you would rather use plain REST, the same data is available there.