Fetches horse racing news from the thoroughbreddailynews.com RSS feed.
MCP server to get content from thoroughbreddailynews.com's RSS feed
uv
. Installation instructions at https://docs.astral.sh/uv/getting-started/installation/cd horseracingnews
uv run horse_racing_news_mcp_server.py
and keep running.cd ~/Library/Application\ Support/Claude
claude_desktop_config.json
(e.g., vim claude_desktop_config.json
){
"mcpServers": {
"horseracing": {
"command": "uv",
"args": [
"--directory",
"/path/to/horseracingnews",
"run",
"horse_racing_news_mcp_server.py"
]
}
}
}
Make sure to restart Claude Desktop
I was informed of Thoroughbred Daily News yesterday. They provide an RSS feed at https://www.thoroughbreddailynews.com/feed/. Can you write a Python program that:
Loads the feed
Parse the XML
For each story, show the title, content, and link
Excellent, thanks so much! Now, can you turn it into an MCP server using FastMCP? Expose one method for @mcp.tool() named get_horse_racing_news.
MCP Server to let Claude / your AI control the browser
Interact with WebScraping.AI for web data extraction and scraping.
Access YouTube video transcripts and translations using the YouTube Translate API.
Fetch Bilibili video comments in bulk, including nested replies. Requires a Bilibili cookie for authentication.
Web content fetching and conversion for efficient LLM usage
Fetches and caches daily articles from GeekNews using web scraping.
Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more
Turn websites into datasets with Scrapezy
Fetch and extract web content using a Playwright headless browser, with support for intelligent extraction and flexible output.
A server for web research that brings real-time information into AI models and researches any topic.