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
MCP Server for National Park Services Data
Retrieve data from the National Park Service (NPS) API.
Remote MCP Server (Authless)
A remote MCP server without authentication, deployable on Cloudflare Workers.
Freshservice
Interact with Freshservice modules for IT service management operations.
Terraform Cloud
Manage Terraform Cloud infrastructure using natural language via its API.
MCP Salesforce Server
Provides seamless integration with Salesforce using OAuth authentication.
ElevenLabs
Text-to-speech integration using the ElevenLabs API.
Cloudways MCP Server
Integrates with the Cloudways API, allowing AI assistants to access and manage Cloudways infrastructure.
Certus
Provides real-time medical and medication information using the openFDA API.
AWS SES
Send emails using AWS Simple Email Service (SES). Supports plain text, HTML, CC, BCC, reply-to, and email scheduling.
MCP Status Observer
Monitors the operational status of major digital platforms.