# 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. ## Languages en-US, tr-TR, es-ES, ru-RU, pt-PT, fr-FR, de-DE, it-IT ## Feeds - [Sitemap](http://zippfeed.com/sitemap.xml) — full URL set with hreflang - [News sitemap](http://zippfeed.com/news_sitemap.xml) — last 48h - [Image sitemap](http://zippfeed.com/image_sitemap.xml) — last 90 days, with hero image + title + caption - [RSS — all](http://zippfeed.com/rss.xml) — latest 50 articles (en-US) - RSS per-language: `http://zippfeed.com/{lang}/rss.xml` - RSS per-category: `http://zippfeed.com/{lang}/c/{slug}/rss.xml` - RSS per-slice: `http://zippfeed.com/{lang}/news/{latest|breaking|featured}/rss.xml` - [JSON Feed — all](http://zippfeed.com/feed.json) — JSON Feed 1.1 format - JSON Feed per-language: `http://zippfeed.com/{lang}/feed.json` - JSON Feed per-category: `http://zippfeed.com/{lang}/c/{slug}/feed.json` - JSON Feed per-slice: `http://zippfeed.com/{lang}/news/{latest|breaking|featured}/feed.json` 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: `http://zippfeed.com/{lang}/a/{slug}` - Category: `http://zippfeed.com/{lang}/c/{slug}` - News slice: `http://zippfeed.com/{lang}/news/{latest|breaking|featured}` - Search: `http://zippfeed.com/{lang}/s?q={query}` ## MCP (Model Context Protocol) - Endpoint: `http://zippfeed.com/mcp` (Streamable HTTP transport) Native MCP server exposing six 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 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: http://zippfeed.com - Email: hello@zippfeed.com