Feedbagel MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEEDBAGEL_API_KEY | Yes | API key for Feedbagel, minted at https://feedbagel.com/dashboard/keys with 'Agent' scope. | |
| FEEDBAGEL_API_BASE | No | Base URL for the Feedbagel API. Defaults to production. | https://api.feedbagel.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_subscriptionsA | [read] Unified list of the user's feed follows and webhook subscriptions. Each item is tagged kind: 'follow' or 'webhook'. |
| follow_feedA | [write] Add a feed to the user's follow list. Idempotent. Counts against the subscription cap. |
| unfollow_feedB | [write] Remove a feed from the user's follow list. |
| list_webhooksA | [read] List all webhook subscriptions owned by the user. |
| create_webhookA | [write] Create a webhook subscription. The response includes webhook_secret ONCE; the bot must persist it for HMAC validation. Counts against the subscription cap. |
| delete_webhookA | [write] Delete a webhook subscription and all its feed attachments. |
| pause_webhookA | [write] Pause deliveries for a webhook subscription. Existing attachments stay; the poller skips this subscriber until resumed. |
| resume_webhookA | [write] Resume deliveries for a paused webhook subscription. |
| attach_feed_to_webhookA | [write] Attach a feed to a webhook subscription so its new entries get delivered. |
| detach_feed_from_webhookB | [write] Stop delivering a feed's entries to a webhook subscription. |
| meA | [read] Return the authenticated account's email, plan, and status. Use as a smoke test before other calls. |
| search_feedsA | [read] Search the feed catalog by keyword. Matches feed titles, urls, and hostnames. Returns up to 20 results with recency stats. |
| search_feeds_by_urlA | [read] Find feeds at a specific hostname or URL fragment. Use this when the user already knows the site (e.g. 'theverge.com') and wants its feeds. |
| get_host_metadataB | [read] Get metadata (title, description, favicon, feed list) for a host domain. |
| list_entriesA | [read] List recent entries across all feeds, paginated. Use sort_by='published' (default) for newest first. |
| get_entryB | [read] Fetch a single entry by numeric id. |
| get_entry_by_slugA | [read] Fetch a single entry by its URL slug (matches /post/ on the site). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prototypr/feedbagel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server