MCP.so
Sign In

Zipp

@deficlow

About Zipp

Multi-language crypto news with editorial sentiment + importance scoring; cites original publisher.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "zipp": {
      "type": "http",
      "url": "https://zippfeed.com/mcp/"
    }
  }
}

Tools

13

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'.

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?'.

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?'.

Editor-picked feature stories (is_featured=TRUE). No time window. Use when the user wants curated highlights rather than recency-sorted news.

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 the full Zipp taxonomy (7 main groups × 5 leaves = 35 categories total). Use to discover valid category slugs for the search / get_latest tools.

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?'.

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).

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.

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.

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.

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.

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).

Overview

What is Zipp?

Zipp is a multi-language crypto news MCP server that adds an editorial layer on top of the news firehose. Every story includes a sentiment label (BULLISH / NEUTRAL / BEARISH), an importance score (0–100), and original-publisher attribution. It is built for developers who want curated, sentiment-annotated crypto news in eight languages.

How to use Zipp?

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.

Key features of Zipp

  • 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

Use cases of Zipp

  • Query breaking crypto news across multiple languages with importance filtering
  • Retrieve editor-curated featured stories for a given language
  • Search historical crypto news by query string, language, or category
  • Display full post body with categories and hashtags from a slug or ID
  • Get the latest 24‑hour stories with optional language and category filters

FAQ from Zipp

Comments

More Other MCP servers