提交

Zipp

@deficlow

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

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 attributionsource.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:

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

服务器配置

{
  "mcpServers": {
    "zipp": {
      "type": "http",
      "url": "https://zippfeed.com/mcp/"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Zipp MCP Server