MCP server that gives AI agents Simmer's API docs and error troubleshooting
Project description
simmer-mcp
MCP server that gives AI agents Simmer's API documentation and error troubleshooting.
Who is this for?
Local AI setups — Claude Desktop, Claude Code, Cursor, or any MCP-compatible client running on your machine. The server runs as a local stdio subprocess alongside your AI tool.
Not for cloud-hosted Clawbots. If your Clawbot runs on Railway/Render/etc., it already gets Simmer docs via the /simmer skill at runtime. You don't need this package — and adding mcpServers to openclaw.json will break your config (OpenClaw doesn't support that key).
Install
pip install simmer-mcp
Setup
Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"simmer": {
"command": "python",
"args": ["-m", "simmer_mcp"]
}
}
}
Warning: Do NOT add
mcpServerstoopenclaw.json— OpenClaw doesn't support this key and it will prevent the gateway from starting. This config goes in your MCP client's config file (e.g. Claude Desktop'sclaude_desktop_config.json).
Your agent now has full Simmer API docs in context and can call troubleshoot_error("not enough balance") when something fails.
What it does
- Full docs as context — serves
llms-full.txtfrom docs.simmer.markets as an MCP resource so your agent has the complete Simmer reference in working memory - Error lookup —
troubleshoot_error()tool calls the live Simmer API to match errors, with local fallback patterns
Resources
| Resource | Description |
|---|---|
simmer://docs/full |
Complete Simmer documentation — auto-generated from docs.simmer.markets |
Tools
| Tool | Description |
|---|---|
troubleshoot_error(error_text) |
Match an error against known patterns, get a fix |
Docs
- Full documentation: https://docs.simmer.markets
- Python SDK:
pip install simmer-sdk - Website: https://simmer.markets
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simmer_mcp-0.3.0.tar.gz.
File metadata
- Download URL: simmer_mcp-0.3.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc2b2c66ac3199c2712ef6a3930c898db437ffd893aacf8d9b2debe670fc1f8
|
|
| MD5 |
397534baf0361512c96e4af987487c92
|
|
| BLAKE2b-256 |
3c91adfc3fe30734842ea4b0b0e33b4e00a88d01fff8ed13092068dc92fd5e95
|
File details
Details for the file simmer_mcp-0.3.0-py3-none-any.whl.
File metadata
- Download URL: simmer_mcp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff8f01d02d768dbe2ab463e29f891e88253df5a59a599efee0902a411b28f86b
|
|
| MD5 |
410e6593f5bf791638f27d689d50e6a2
|
|
| BLAKE2b-256 |
a6daa50fd6009af71638837a60cae643b2f2a60301df0659050c1c09dd2273d5
|