Zipp
About
Multi-language crypto news with editorial sentiment + importance scoring; cites original publisher.
Details
- Author
- deficlow
- Downloads
- 343
- Categories
- Other, Finance
Jump to
- Editorial sentiment labels: BULLISH, NEUTRAL, BEARISH
- Importance scoring from 0 to 100 (breaking ≥ 75)
- Original-publisher attribution with name and URL
- Full-text search with recency-first ordering
- Support for 8 languages (en-US, tr-TR, es-ES, ru-RU, pt-PT, fr-FR, de-DE, it-IT)
- 6 tools covering search, latest, breaking, featured, single post, and categories
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ZippCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the following to your claude_desktop_config.json: { "mcpServers": { "zipp": { "type": "http", "url": "https://zippfeed.com/mcp/" } } }. Then use any of the six tools: search, get_latest, get_breaking, get_featured, get_post, or list_categories.
search
Full-text search across Zipp's news catalogue. Returns recent matching stories ordered by recency (with relevance as a tiebreaker). Use for questions like 'what's happening with Bitcoin ETFs?' or 'find news about Solana hacks'.
get_latest
Latest news from the last 24 hours. Optionally scoped to a category. Returns posts ordered newest-first. Use for 'what's new today?' or 'what happened in DeFi today?'.
get_breaking
Breaking news only — last 24 hours, importance score ≥ 75. Lower volume than get_latest but every item is market-moving. Use for 'what's the most important crypto news right now?'.
get_featured
Editor-picked feature stories (is_featured=TRUE). No time window. Use when the user wants curated highlights rather than recency-sorted news.
get_post
Full detail of a single post — title, summary, full body, all categories, hashtags, source attribution. Accepts either a slug (from a previous tool call) or a numeric id.
list_categories
List the full Zipp taxonomy (7 main groups × 5 leaves = 35 categories total). Use to discover valid category slugs for the search / get_latest tools.
get_token_snapshot
Detailed snapshot of a single token — name, ecosystem, exchange listings with deep-link trade URLs, recent Zipp coverage in the requested language, and (when available) a live price. Use when the user asks about a specific coin: 'tell me about Solana', 'where can I trade ETH?', 'what's happening with BTC?'.
get_trending_tokens
Tokens with the most Zipp coverage in a recent time window — useful for 'what coins is the market talking about right now?' Ordered by mention count desc, then recency. Window defaults to the last 24 hours and is clamped to 1–168h (1h–7d).
get_guides
List Zipp's Learn guides — evergreen, in-depth crypto explainers (what/how articles on tokens, DeFi, trading, security, wallets, regulation). Newest-first. Optionally filter by a free-text category (e.g. 'defi', 'security', 'trading'). Each item links to the full guide; call get_guide(slug) for the body + FAQ.
get_guide
Full detail of a single Zipp Learn guide by slug — title, full HTML body, FAQ pairs, related tokens, and reading time. Use get_guides to discover slugs.
get_digests
List Zipp's daily Editor Digests — market briefings written by named editorial personas, each synthesising the last 24h. Newest-first. Each item carries the editor, headline, standfirst, sentiment, and tickers covered; call get_digest(editor, date) for the full body.
get_digest
Full detail of a single Editor Digest — title, standfirst, full HTML body, FAQ, sentiment, and tickers. Pass the editor slug and a digest date (YYYY-MM-DD) or slug; omit the date to get that editor's latest published digest. Use get_digests to discover editors + dates.
get_rankings
Live crypto market-cap rankings — the latest top-N snapshot from CoinGecko (default) or CoinMarketCap, with price, market cap, 24h change, and 24h rank movement. Answers 'what are the top coins right now?'. limit clamped to 1–100 (default 10).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"zipp": {
"zipp": {
"type": "http",
"url": "https://zippfeed.com/mcp/"
}
}
}
}
McpServers
{
"zipp": {
"type": "http",
"url": "https://zippfeed.com/mcp/"
}
}
Zipp is a multi-language crypto news MCP server with an editorial layer on top of the firehose. Every story carries:
- Sentiment label — BULLISH / NEUTRAL / BEARISH (editorial labelling, not financial advice)
- Importance score — 0–100; ≥75 is the breaking threshold
- Original-publisher attribution — source.name + source.url on every item
Languages (8)
en-US, tr-TR, es-ES, ru-RU, pt-PT, fr-FR, de-DE, it-IT.
Tools (6)
-
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, last 24 hours-
get_featured(lang?, limit?) — editor-curated highlights-
get_post(slug_or_id, lang?) — full post body + categories + hashtags-
list_categories(lang?) — the 7 × 5 taxonomy (35 leaves)Quick start
Add to
claude_desktop_config.json:```json
{
"mcpServers": {
"zipp": {
"type": "http",
"url": "https://zippfeed.com/mcp/"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



