Genius Sports RSS Monitor MCP
Read-only MCP server for monitoring public RSS and Atom feeds from competitor and industry websites, enabling competitive intelligence workflows through feed fetching, searching, and thematic summarization.
README
Genius Sports RSS Monitor MCP
Read-only Model Context Protocol (MCP) server for monitoring public RSS and Atom feeds from competitor and industry websites. Built for Genius Sports competitive intelligence workflows.
What this MCP does
This server helps an agent track public updates from sites such as:
- Sportradar news/blog pages
- Stats Perform news/blog pages
- Sports data, betting technology, fan engagement, and sports advertising publishers
It exposes five read-only tools that fetch feeds, normalize entries, filter by recency, search content, and summarize recent activity by theme.
Supported feed types
- RSS 2.0
- Atom
- Public HTTP/HTTPS feeds only (no authentication)
Tools
| Tool | Purpose |
|---|---|
fetch_feed |
Fetch and parse a feed; return metadata + normalized entries |
list_recent_entries |
Return entries from the last N days (default 14, max 30) |
search_feed_entries |
Search title/summary/content within a date window |
compare_recent_entries |
Group recent entries into competitive-intelligence themes |
monitor_company_feed |
Convenience wrapper with company name, entries, themes, and summary |
Normalized entry schema
Each entry includes:
idtitlelinkpublished_atsource_feed_titlesource_feed_urlauthor(optional)summary_snippetcontent_snippetcategoriesmatched_query(optional, search results only)
Project structure
server.ts # Vercel + local HTTP entrypoint
api/
health.ts # GET /health
server.ts # MCP handler exports
src/
mcp/registerTools.ts
types.ts
rss/
tools/
utils/
scripts/
test-feed.ts # Local feed parser smoke test
Requirements
- Node.js 20+
- npm (or pnpm/yarn)
Run locally
- Install dependencies:
npm install
- Copy optional environment variables:
cp .env.example .env
- Start the local server:
npm run dev
This runs a local Node HTTP server and serves:
- MCP endpoint:
http://localhost:3000/mcp - Health check:
http://localhost:3000/health
For Vercel-native local emulation, use:
npm run dev:vercel
- Smoke-test feed parsing without MCP:
npm run test:feed
Or test a specific feed:
npm run test:feed -- "https://example.com/feed.xml"
- Type-check:
npm run typecheck
Example curl checks
Health:
curl -s http://localhost:3000/health | jq
MCP initialize (Streamable HTTP clients handle session setup automatically; this is mainly for debugging):
curl -s -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"curl","version":"1.0.0"}}}'
Deploy to Vercel
- Install the Vercel CLI if needed:
npm i -g vercel
- Deploy:
vercel
For production:
vercel --prod
- Use your deployment URL:
- MCP endpoint:
https://YOUR-PROJECT.vercel.app/mcp - Health endpoint:
https://YOUR-PROJECT.vercel.app/health
Recommended Vercel settings
- Enable Fluid Compute for better MCP session behavior
vercel.jsonalready setsmaxDuration: 60for the MCP handler
Optional environment variables
Set in Vercel Project Settings → Environment Variables:
| Variable | Default | Description |
|---|---|---|
FEED_FETCH_TIMEOUT_MS |
15000 |
Feed fetch timeout in milliseconds |
FEED_USER_AGENT |
GeniusSportsRSSMonitor/1.0 |
Custom User-Agent for feed requests |
Connect as a Custom MCP in ChatGPT Agent Builder
- Deploy this server to a public HTTPS URL (for example on Vercel).
- Open ChatGPT → Agent Builder (or your agent configuration UI).
- Add a Custom MCP integration.
- Choose Streamable HTTP as the transport.
- Set the MCP server URL to:
https://YOUR-PROJECT.vercel.app/mcp
- Save and connect. The agent should discover these tools:
fetch_feedlist_recent_entriessearch_feed_entriescompare_recent_entriesmonitor_company_feed
- Verify connectivity by asking the agent to call
monitor_company_feedwith a public test feed.
Cursor / Claude Desktop config example
{
"mcpServers": {
"genius-sports-rss-monitor": {
"url": "https://YOUR-PROJECT.vercel.app/mcp"
}
}
}
For local development:
{
"mcpServers": {
"genius-sports-rss-monitor": {
"url": "http://localhost:3000/mcp"
}
}
}
Example public feeds for testing
Use any public RSS/Atom URL. Good generic test feeds:
- BBC News RSS:
https://feeds.bbci.co.uk/news/rss.xml - NYT Technology RSS:
https://rss.nytimes.com/services/xml/rss/nyt/Technology.xml - W3C News Atom:
https://www.w3.org/blog/news/feed/atom/
Competitor/industry placeholders to configure in your agent (replace with the current public feed URL for each site):
- Sportradar newsroom/blog feed:
https://sportradar.com/content-type/newsroom/feed/(verify current public feed URL) - Stats Perform newsroom/blog feed:
https://www.statsperform.com/feed/(verify current public feed URL)
Example agent prompt:
Monitor Sportradar's public feed for the last 14 days and summarize product updates, partnerships, and betting-related announcements.
Example tool call:
{
"company_name": "Sportradar",
"feed_url": "https://feeds.bbci.co.uk/news/rss.xml",
"days_back": 14,
"limit": 10
}
Theme categories
compare_recent_entries and monitor_company_feed use lightweight keyword heuristics to classify entries into:
- partnerships
- launches
- product updates
- customer wins
- thought leadership
- betting
- advertising
- fan engagement
- data/integrity
- other
Known limitations
- Read-only: no write actions, no authenticated feeds, no scraping of pages without RSS/Atom
- Some sites publish HTML pages but not machine-readable feeds; those URLs will fail validation or parsing
- Theme grouping is heuristic, not ML-based
- Feed publishers may rate-limit or block unknown user agents
- Entries without reliable publish dates are included in recent results
- Very large feeds are truncated by the
limitparameter rather than paginated - Serverless cold starts may add latency on first request
Security notes
- Only public HTTP/HTTPS URLs are accepted
- Requests use safe timeouts and truncated response snippets
- No secrets are logged
- No persistent storage of fetched feed content
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。