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
Server Terkait
Whissle AI
Provides speech-to-text, diarization, translation, and text summarization via the Whissle AI API.
GetYourGuide
Integrate with the GetYourGuide Partner API to access travel activities and experiences.
Shopify MCP Server
Interact with Shopify store data such as products, customers, and orders using the GraphQL API.
CData Zoho Inventory Server
A read-only MCP server by CData for querying live Zoho Inventory data.
Grok MCP Plugin
Integrate with the Grok AI API to access its powerful language models.
Paddle Billing
Interact with the Paddle Billing API to manage products, prices, customers, transactions, and subscriptions.
APS MCP Server
A Node.js server for the Model Context Protocol that provides access to the Autodesk Platform Services (APS) API with fine-grained access control.
ServiceNow MCP Server
An MCP server implementation for interacting with ServiceNow instances.
Cloudflare MCP Server
A self-hostable MCP server for deployment on Cloudflare Workers using Durable Objects.
Kayzen Analytics
An MCP server for interacting with the Kayzen Analytics API, requiring credentials configured via environment variables.