Pounding The Rock Spurs Blog
STDIOMCP server connecting to Pounding The Rock RSS feed for Spurs game results and blogs.
MCP server connecting to Pounding The Rock RSS feed for Spurs game results and blogs.
This MCP server connects to the Pounding The Rock RSS feed and provides AI assistants with access to the latest Spurs game results and blog posts.
# Clone with Git git clone https://github.com/yourusername/spurs-blog-mcp-server.git cd spurs-blog-mcp-server # Or download the ZIP and extract it
# Install all required packages pip install -r requirements.txt
# Start the MCP server python pounding_the_rock.py
💡 The server is running successfully when there is no error output. Keep this terminal window open while using the server with Claude.
Mac users:
Windows users:
%APPDATA%\Claude\
claude_desktop_config.json
Copy and paste the following JSON into the configuration file:
{ "mcpServers": { "spurs-blog": { "command": "uv", "args": [ "--directory", "/REPLACE/WITH/FULL/PATH/TO/spurs-blog-mcp-server/", "run", "pounding_the_rock.py" ] } } }
⚠️ Important: Replace
/REPLACE/WITH/FULL/PATH/TO/spurs-blog-mcp-server/
with the actual full path to the server file on your computer.
Tool | Description |
---|---|
get_player_info(player_name) | Get latest stats for a specific Spurs player. |
get_recent_results | Get latest scores and results. |
search_articles | Search for keywords in the latest posts. |
Contributions are welcome! Feel free to submit pull requests or open issues if you have suggestions for improvements.
This project is licensed under the MIT License.