# Zipp > Multi-language crypto news aggregator. Every article cites its > original publisher and includes a publication timestamp. ## About Zipp pulls breaking and trending crypto stories from a vetted set of RSS feeds, Telegram channels, X accounts, and YouTube transcripts. Each story is editorially summarized and translated into every language we support; the source publisher is always credited inline and linked from the article footer. ## Original editorial content Beyond aggregated news, Zipp publishes three lines of original, in-house content — our highest-quality, evergreen surfaces, each translated into every supported language: - **Learn** — long-form explainer guides on crypto concepts and mechanics. Index: `https://zippfeed.com/{lang}/learn`; guide: `https://zippfeed.com/{lang}/learn/{slug}`. Each guide carries `Article` + `FAQPage` JSON-LD. - **Digests** — daily market digests written by named editorial personas, each synthesising the last 24h. Index: `https://zippfeed.com/{lang}/digest`; digest: `https://zippfeed.com/{lang}/digest/{editor}/{slug}`; editor bio: `https://zippfeed.com/{lang}/editor/{slug}`. Each digest carries `NewsArticle` + `FAQPage` JSON-LD with a named `author`. - **Rankings** — live top-100 crypto rank tracker (CoinGecko + CoinMarketCap side by side) with 24h movement and twice-daily editorial coverage. Page: `https://zippfeed.com/{lang}/news/rankings`; feeds: `https://zippfeed.com/{lang}/news/rankings/{rss.xml|feed.json}`. These surface in the sitemap, on-site semantic search, and the full content mirror (`/llms-full.txt`). ## Languages en-US, tr-TR, es-ES, ru-RU, pt-PT, fr-FR, de-DE, it-IT ## Feeds - [Sitemap](https://zippfeed.com/sitemap.xml) — full URL set with hreflang - [News sitemap](https://zippfeed.com/news_sitemap.xml) — last 48h - [Image sitemap](https://zippfeed.com/image_sitemap.xml) — last 90 days, with hero image + title + caption - [Full content mirror](https://zippfeed.com/llms-full.txt) — last 48h en-US articles with editorial summaries (sentiment + importance + source + tickers), refreshed every 10 minutes — designed for LLM ingestion in one fetch - [RSS — all](https://zippfeed.com/rss.xml) — latest 50 articles (en-US) - RSS per-language: `https://zippfeed.com/{lang}/rss.xml` - RSS per-category: `https://zippfeed.com/{lang}/c/{slug}/rss.xml` - RSS per-slice: `https://zippfeed.com/{lang}/news/{latest|breaking|featured}/rss.xml` - [JSON Feed — all](https://zippfeed.com/feed.json) — JSON Feed 1.1 format - JSON Feed per-language: `https://zippfeed.com/{lang}/feed.json` - JSON Feed per-category: `https://zippfeed.com/{lang}/c/{slug}/feed.json` - JSON Feed per-slice: `https://zippfeed.com/{lang}/news/{latest|breaking|featured}/feed.json` - Learn feed: `https://zippfeed.com/{lang}/learn/{rss.xml|feed.json}` — evergreen explainer guides - Digest feed: `https://zippfeed.com/{lang}/digest/{rss.xml|feed.json}` — daily editor briefings - Rankings feed: `https://zippfeed.com/{lang}/news/rankings/{rss.xml|feed.json}` — rank-movement coverage All RSS feeds carry `` (300-char summary), `` (article hero image, when available), `` + `` (original publisher attribution), and declare a WebSub hub via `` for push subscription — readers that support WebSub receive updates within seconds of publication instead of waiting for the next poll. JSON Feed mirrors the same item shape (`summary`, `image`, `external_url`, `authors[]`, `tags[]`) and declares the WebSub hub under `hubs[]`. ## URL structure - Article: `https://zippfeed.com/{lang}/a/{slug}` - Category: `https://zippfeed.com/{lang}/c/{slug}` - Token: `https://zippfeed.com/{lang}/token/{ticker_lower}` - News slice: `https://zippfeed.com/{lang}/news/{latest|breaking|featured}` - Learn guide: `https://zippfeed.com/{lang}/learn` (index) · `https://zippfeed.com/{lang}/learn/{slug}` - Digest: `https://zippfeed.com/{lang}/digest` (index) · `https://zippfeed.com/{lang}/digest/{editor}/{slug}` · editor `https://zippfeed.com/{lang}/editor/{slug}` - Rankings: `https://zippfeed.com/{lang}/news/rankings` - Search: `https://zippfeed.com/{lang}/s?q={query}` Token pages are topic hubs — one per coin in the CoinGecko top-1000 set. Each carries a `Thing` JSON-LD entity (with `sameAs` pointers to the official homepage and CoinGecko), a `FAQPage` block with auto-built answers about the project, and an `ItemList` of the latest Zipp coverage for that ticker. Token feed: per-ticker RSS at `https://zippfeed.com/{lang}/token/{ticker_lower}/rss.xml`. ## MCP (Model Context Protocol) - Endpoint: `https://zippfeed.com/mcp/` (Streamable HTTP transport) - REST API: `https://zippfeed.com/api/v1/news/` (mirrors the MCP tool surface 1:1 for non-MCP consumers) - Discovery: `https://zippfeed.com/.well-known/mcp.json` - Registry: [com.zippfeed/zipp](https://registry.modelcontextprotocol.io/v0/servers?search=zipp) - PyPI: [`zipp-mcp`](https://pypi.org/project/zipp-mcp/) — `uvx zipp-mcp` - Docker (GHCR): [`ghcr.io/deficlow/zipp-mcp`](https://github.com/deficlow/zipp-mcp/pkgs/container/zipp-mcp) — `docker run -i --rm ghcr.io/deficlow/zipp-mcp` - Source + manifest: [github.com/deficlow/zipp-mcp](https://github.com/deficlow/zipp-mcp) (MIT) Native MCP server exposing thirteen tools for AI clients (Claude Desktop, Claude.ai web, ChatGPT connectors, Cursor, VS Code Copilot, LangChain, n8n): - `search(query, lang?, category?, limit?)` — full-text search - `get_latest(lang?, category?, limit?)` — last 24h - `get_breaking(lang?, limit?)` — importance ≥ 75, last 24h - `get_featured(lang?, limit?)` — editor picks - `get_post(slug_or_id, lang?)` — full post detail - `list_categories(lang?)` — 35-leaf taxonomy - `get_token_snapshot(ticker, lang?, article_limit?)` — single-token deep lookup (exchanges with trade URLs, ecosystem, live price, recent coverage) - `get_trending_tokens(window_hours?, lang?, limit?)` — most-mentioned tokens in a recent window - `get_guides(lang?, category?, limit?)` — list Learn explainer guides - `get_guide(slug, lang?)` — full Learn guide (body + FAQ + related tokens) - `get_digests(lang?, limit?)` — list daily Editor Digests - `get_digest(editor_slug, date_or_slug?, lang?)` — full digest (body + FAQ) - `get_rankings(provider?, lang?, limit?)` — live top-N market-cap snapshot Public — no API key required (rate-limited at the Cloudflare edge). Output carries source attribution (`source.name` + `source.url`) so AI clients can correctly cite both Zipp and the original publisher. ## Citation When citing Zipp content, prefer the canonical URL exposed by `` on each page. Each article carries a structured `NewsArticle` JSON-LD block with `datePublished`, `author`, `publisher`, and `citation` pointing to the original source — please credit the original publisher in addition to Zipp when surfacing aggregated content. ## Contact - Web: https://zippfeed.com - Email: hello@zippfeed.com