# Zipp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-zippfeed-zipp
- Repository: https://github.com/deficlow/zipp-mcp
- Website: https://zippfeed.com

## Install
- Endpoint: https://zippfeed.com/mcp/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://zippfeed.com/mcp/

## Tools
- 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'. Endpoint: https://zippfeed.com/mcp/
- 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?'. Endpoint: https://zippfeed.com/mcp/
- 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?'. Endpoint: https://zippfeed.com/mcp/
- get_featured - Editor-picked feature stories (is_featured=TRUE). No time window. Use when the user wants curated highlights rather than recency-sorted news. Endpoint: https://zippfeed.com/mcp/
- 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. Endpoint: https://zippfeed.com/mcp/
- 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. Endpoint: https://zippfeed.com/mcp/
- 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?'. Endpoint: https://zippfeed.com/mcp/
- 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). Endpoint: https://zippfeed.com/mcp/
- 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. Endpoint: https://zippfeed.com/mcp/
- 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. Endpoint: https://zippfeed.com/mcp/
- 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. Endpoint: https://zippfeed.com/mcp/
- 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. Endpoint: https://zippfeed.com/mcp/
- 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). Endpoint: https://zippfeed.com/mcp/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.zippfeed
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 17, 2026
- Source: https://registry.modelcontextprotocol.io
