Read-only MCP server for searching and retrieving multilingual crypto news with sentiment, importance scores, and source attribution.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Zipp MCP.
searchFull-text search, recency-first
get_latestStories from the last 24 hours
get_breakingImportance โฅ 75 within the last 24 hours
get_featuredEditor-curated highlights
get_postFull post body + all categories + hashtags
list_categoriesThe 7 ร 5 taxonomy (35 leaves)
Multi-language crypto news for AI assistants โ editorial summaries, sentiment labels (BULLISH / NEUTRAL / BEARISH), importance scores (0โ100), and every story credited to its original publisher.
This repository hosts the public listing manifest and the
zipp-mcp Python package. The canonical Zipp MCP server is
hosted at https://zippfeed.com/mcp/ โ most clients should connect
to that URL directly. The PyPI / Docker package is for the cases
where they can't: stdio-only desktop clients, locked-down networks,
or anywhere you want a self-contained install.
https://zippfeed.com/mcp/2025-06-18)uvx zipp-mcp ยท Docker: ghcr.io/deficlow/zipp-mcp (Day 3 follow-up)Three install paths. All three speak the same protocol and call the same upstream API; the right choice depends on the client.
uvx โ no install, one commandFor stdio MCP clients (Claude Desktop, Cursor's stdio mode, Cline, Zed, etc.) that prefer launching a local subprocess:
Claude Desktop config (claude_desktop_config.json):
pip install โ for embedded useOr import the client directly in your own code:
For Streamable HTTP transport on a server (Railway, Fly, Render):
All flags read from env vars too; everything is optional.
| Env var | Default | What it does |
|---|---|---|
ZIPP_API_BASE | https://zippfeed.com | Upstream Zipp deployment (staging, mirror, etc.) |
ZIPP_API_TIMEOUT_S | 30 | HTTP client timeout (1โ120s) |
MCP_HOST | 127.0.0.1 | Bind host for HTTP/SSE transports (set 0.0.0.0 in containers) |
MCP_PORT | 8080 | Bind port; also aliased as PORT for Railway/Fly/Render/Heroku |
The package is read-only โ there is nothing to authenticate; the upstream API is public and rate-limited at the Cloudflare edge.
Most news connectors are pure aggregators that hand the model a raw headline list. Zipp adds an editorial layer on top of the firehose:
| Signal | What it does |
|---|---|
| Sentiment | Each story labelled BULLISH / NEUTRAL / BEARISH (editorial, not advice) |
| Importance | 0โ100 score; โฅ 75 is the breaking threshold |
| Multi-language | 8 languages, native-quality summaries (not auto-translate) |
| Attribution | Original publisher name + URL on every item, always |
| Taxonomy | 7 categories ร 5 sub-leaves = 35 leaves, stable slugs |
Zipp speaks Streamable HTTP at https://zippfeed.com/mcp/ โ no
auth, no install. Below are copy-paste configs for the major
MCP-capable clients, plus two ways to smoke-test the endpoint.
Add to your claude_desktop_config.json (macOS:
~/Library/Application Support/Claude/claude_desktop_config.json):
Restart Claude Desktop. You should see Zipp in the tool list and be able to ask things like "What's breaking in crypto right now?" or "Search Zipp for Bitcoin ETF inflows in Turkish."
One-liner โ registers Zipp at user scope so every project sees it:
Verify with claude mcp list.
Settings โ Connectors โ Add custom connector โ
URL: https://zippfeed.com/mcp/ โ no authentication.
Settings โ Connectors โ Add โ Custom connector โ
URL: https://zippfeed.com/mcp/ โ Authentication: None.
~/.cursor/mcp.json:
~/.codeium/windsurf/mcp_config.json:
Open the Cline panel โ MCP Servers โ Edit Configuration, then
add Zipp to cline_mcp_settings.json:
~/.config/zed/settings.json โ Zed's context_servers interface is
stdio-only today, so use the mcp-remote
bridge:
~/.gemini/settings.json:
The MCP connector is a beta โ pass the header below until it goes GA:
Verify the server from your shell โ no client needed:
Expected: a JSON-RPC initialize result where serverInfo.name = "Zipp"
and the server advertises tools, resources, and prompts capabilities.
For an interactive UI, run the official MCP Inspector:
In the browser tab that opens, pick Streamable HTTP as the
transport, paste https://zippfeed.com/mcp/, click Connect, then
browse the Tools / Resources / Prompts tabs to exercise the
server end-to-end.
| Tool | Signature | What it returns |
|---|---|---|
search | (query, lang?, category?, limit?) | Full-text search, recency-first |
get_latest | (lang?, category?, limit?) | Stories from the last 24 hours |
get_breaking | (lang?, limit?) | Importance โฅ 75 within the last 24 hours |
get_featured | (lang?, limit?) | Editor-curated highlights |
get_post | (slug_or_id, lang?) | Full post body + all categories + hashtags |
list_categories | (lang?) | The 7 ร 5 taxonomy (35 leaves) |
lang defaults to en-US. See Languages below for the full list.
get_latest(lang="en-US", limit=1) returns shape:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/deficlow-zipp-mcp)<a href="https://allmcps.com/mcp/deficlow-zipp-mcp"><img src="https://allmcps.com/api/badge/deficlow-zipp-mcp?style=directory" alt="Zipp MCP on AllMCPs" /></a>