# Feedpeck by CyberMax > Free RSS feed finder API and MCP server: give a website, get its validated RSS, Atom and JSON feeds with title, type, last post date and latest posts. Type a website, get every real RSS, Atom and JSON feed it publishes, checked and parsed, with its newest posts. Works for blogs, news sites, Reddit, Medium, YouTube channels and GitHub releases. ## API (free, no key, CORS enabled) - [/api/feeds](https://feedpeck.cybermax-tools.workers.dev/api/feeds?site=github.blog,xkcd.com&items=3): Find and read the feeds of up to 5 websites - GET for simple calls, POST a JSON body for lists. Same field names as the bulk version's dataset records. - OpenAPI 3.1: https://feedpeck.cybermax-tools.workers.dev/openapi.json ## MCP (remote, streamable HTTP, no auth) - Endpoint: https://feedpeck.cybermax-tools.workers.dev/mcp - `find_feeds`: Find the RSS, Atom and JSON feeds a website publishes (validated by downloading and parsing each one), with feed title, type, last post date, post count and the newest posts. Use when you need a feed URL for a site or want to know if a site has a feed. Up to 5 sites per call. - `latest_posts`: Get the newest posts of one website from its main feed: title, URL, published date, author, plain-text summary (max 300 chars), categories and image. Use to catch up on a blog, news site, subreddit, YouTube channel or GitHub releases without scraping pages. ## Limits - 20 calls per minute per IP address. - Up to 5 sites per call. - Up to 10 latest posts per feed, up to 5 feeds per site. - About 15 seconds per call at most; slow sites come back as "failed" with the reason. - Free, no key, no sign-up. Feeds are fetched live on every call. ## More - Health: https://feedpeck.cybermax-tools.workers.dev/health - All CyberMax tools: https://cybermax-tools-cybermax.static.hf.space/ - A bulk and scheduled version is coming to the Apify Store.