mcp-feed-reader-crunchtools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_feed_toolA | Add an RSS/Atom feed by URL, optionally assign to a category. |
| list_feeds_toolA | List all feeds with unread counts. |
| get_feed_toolA | Get details for a single feed including entry counts. |
| delete_feed_toolA | Remove a feed and all its entries. |
| refresh_feeds_toolA | Crawl feed sources over the network for new content. Slow — takes 30-60s for all feeds. Prefer the systemd timer for background updates. Use list_entries to read cached content. |
| list_entries_toolC | List entries with optional filters. |
| read_entry_toolA | Get full content of an entry (auto-marks as read). |
| mark_read_toolC | Mark entries as read. |
| mark_unread_toolC | Mark an entry as unread. |
| search_entries_toolB | Full-text search across entry titles and content. |
| list_categories_toolA | List all categories with feed counts. |
| create_category_toolB | Create a new category. |
| rename_category_toolC | Rename a category. |
| delete_category_toolA | Delete a category. Feeds in this category become uncategorized. |
| import_opml_toolA | Import feeds from an OPML file, creating categories from outline groups. |
| export_opml_toolA | Export all feeds as OPML XML string. |
| get_stats_toolA | Get dashboard stats: total feeds, unread count, entries per category. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/crunchtools/mcp-feed-reader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server