loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

feed-forge

MCP Tool

therealMrFunGuy/feed-forge

Turn any website into an RSS/JSON feed via API + MCP server

Install

$ npx loaditout add therealMrFunGuy/feed-forge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "feed-forge": {
      "command": "npx",
      "args": [
        "-y",
        "feed-forge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

FeedForge

Turn any website into an RSS/JSON/Atom feed by monitoring for changes.

Quick Start
# Docker
docker compose up -d

# Or local
pip install -r requirements.txt
python server.py

API runs on port 8435. MCP server via python mcp_server.py (stdio).

API
  • POST /feeds — Create feed monitor (url, css_selector, name, check_interval_minutes)
  • GET /feeds — List all feeds
  • GET /feeds/{id} — Feed details + recent items
  • GET /feeds/{id}/rss — RSS 2.0 XML
  • GET /feeds/{id}/atom — Atom XML
  • GET /feeds/{id}/json — JSON Feed 1.1
  • DELETE /feeds/{id} — Delete feed
  • POST /feeds/{id}/check — Manual check
  • GET /feeds/{id}/diff — Show last diff
MCP Tools
  • create_feed — Monitor a URL with CSS selector
  • check_feed — Check a feed now
  • get_changes — Show recent changes
  • extract_content — One-shot CSS extraction (no monitoring)
  • list_feeds — List all monitored feeds

Tags

apiatomjson-feedmcpmcp-serverrssweb-scraping

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/therealMrFunGuy/feed-forge)](https://loaditout.ai/skills/therealMrFunGuy/feed-forge)