Feeder doesn't offer self-serve API keys. To get your feeds into other tools, use MCP for AI assistants, a rule that posts to Slack, Teams, Discord, Telegram or a webhook, or an RSS or JSON feed that Feeder publishes for you. If you're building an app that syncs with Feeder, you can ask us for access to the REST API.
What can I connect Feeder to?
| Integration | What it does | Plan |
|---|---|---|
| MCP | Claude, ChatGPT, Cursor and other AI assistants read your feeds, search your posts and manage your collections. | Plus and Professional |
| Webhooks | Sends each new post that matches a rule to your URL as JSON. | Professional |
| Zapier | Starts a Zap when a new post arrives in the feeds or folders you pick. | Professional |
| Slack and Microsoft Teams | Post new items to a channel. | Professional |
| Discord and Telegram | Post new items to a Discord channel, or to a Telegram group or channel. | Professional |
| RSS and JSON feeds | Publish a feed, folder or collection as a public RSS or JSON feed that any app can read. | Professional |
| OPML export | Downloads the list of feeds you follow. | Every plan, Free included |
Plus is $7.99 a month billed yearly. Professional is $14.99 per user a month billed yearly. Enterprise includes everything in Professional. Compare plans on feeder.co/pricing.
How do I post to Slack, Teams, Discord, Telegram or a webhook?
Each one is an action in a rule:
- Click Rules in the left sidebar, then New rule.
- Under What should happen?, choose Post to Slack, Post to Microsoft Teams, Post to Discord, Post to Telegram or Post to Webhook. Connect your account, or paste your webhook URL.
- Under Select feeds, pick the feeds to watch. Click Add condition if you only want posts with certain keywords.
- Click Save rule.
Zapier is in the same list. It opens Feeder's app in Zapier, where you create and manage the Zap.
Can I connect Feeder to n8n, Make or LinkedIn?
There's no built-in integration, but two routes work:
- A webhook. Paste the URL of a webhook trigger from n8n, Make or Zapier into a Post to Webhook rule. Each matching post arrives as JSON, and your workflow can pass it on, for example to a LinkedIn page.
- An RSS feed. Publish a folder or collection as an RSS feed and read it with the RSS tools in n8n, Make or Zapier. For posts from public sites only, those tools can also read the sites' own feeds, with no Feeder plan.
Is there a REST API?
Yes, for apps that act on behalf of a Feeder user. It uses OAuth2: the person signs in to Feeder and approves your app, and your app can then read and manage their feeds, folders and posts. The feeder-api repository on GitHub documents it. The docs were written in 2017, so some details may be out of date.
There are no API keys to create yourself. For your own scripts and AI tools, MCP or a published RSS or JSON feed usually does the job. To build an app on the REST API, e-mail support@feeder.co with who you are, what you're building and your app's redirect URL, and we'll look at your request. API access is part of the Enterprise plan: for a company setup, e-mail sales@feeder.co.
Common questions
Does the Client ID from my MCP settings work with the REST API?
No. A Client ID and secret you create in Feeder's MCP settings only work with Feeder's MCP server.
Can I send posts to a Discord webhook?
Use Post to Discord instead. It connects to your Discord server and posts to the channel you pick. Feeder's webhooks send their own JSON format, not the one Discord expects.
Still stuck? E-mail support@feeder.co and tell us what you want to connect. We'll help you find the best route.