statsWR
An MCP server that allows AI agents to interact with the statsWR API.
statsWR mcp server
Windows Setup: (additional steps on https://modelcontextprotocol.io/quickstart/server#windows)
- uv venv
- source .venv/Scripts/activate
- make setup
- update claude_desktop_config.json:
{
"mcpServers": {
"statsWR": {
"command": "/Path/to/uv",
"args": [
"--directory",
"/Path/to/Project/Root/Directory",
"run",
"mcp_src/statsWR_mcp_server.py"
]
}
}
}
- create and setup .env file in the project's root directory
STATSWR_API_BASE_URL = <STATSWR OFFICIAL API BASE URL>/api/v1
DEFAULT_TIMEOUT = 60
PORT = 18517
...
Local Testing:
- restart cluade desktop
- enable statsWR MCP server in the model setting
- interact with the model and verify MCP server is being used
Serveurs connexes
GetYourGuide
Integrate with the GetYourGuide Partner API to access travel activities and experiences.
EdgeOne Geo Location
Provides geolocation data using EdgeOne Pages Functions.
Check Point Quantum Management
Exposes Check Point security management data for AI-powered automation and analysis.
Coolify MCP Server
An MCP server for integrating with Coolify, the self-hostable alternative to Netlify and Vercel.
Uyuni
A server to interact with the Uyuni Server API for infrastructure and configuration management.
MCP Snapshot Server
Query spaces, proposals, and users on the Snapshot.org platform.
Brain MCP
An example MCP server deployed on Cloudflare Workers, without authentication.
Alpha Vantage MCP Server
Provides real-time financial market data using the Alpha Vantage API.
Gdrive Cloudflare worker
Remote MCP server for Google Drive and Sheets running on Cloudflare Workers with full OAuth 2.0 support.
Google Admin MCP
A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.