MCP Server: Rss avatar

MCP Server: Rss

Pricing

Pay per usage

Go to Apify Store
MCP Server: Rss

MCP Server: Rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

dltik

dltik

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

MCP server with 4 tools for AI agents (Claude, Cursor, Continue). HTTP-only, no API key. $0.005 per tool-call.

Bookmark this actor — Apify ranks actors by bookmarks, so it directly helps the visibility on Apify Store.

What is this MCP Server?

The MCP Server: Rss is an Apify-hosted MCP server that exposes 4 tools your AI agent can call to query rss. Pattern-compatible with the Model Context Protocol (MCP) input schema.

Tools available

  • fetch_feed — TODO: describe
  • search_feeds — TODO: describe
  • validate_feed — TODO: describe
  • extract_feed_meta — TODO: describe
  • list_tools — free discovery endpoint (returns the tool catalog)

Use cases

  • AI agent integration — let Claude/Cursor/Continue query rss directly
  • Automated research — chain tool calls inside an agent workflow
  • Data enrichment — augment your CRM / database with rss data via agent

Input

{
"mode": "call_tool",
"tool_name": "fetch_feed",
"arguments": { "limit": 5 }
}

For discovery: {"mode": "list_tools"} (free, no charge).

Pricing

PAY_PER_EVENT — $0.005 per tool-call (= $5.00 per 1,000). list_tools is free.

Author

dltik

License

MIT