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.
Install
pip install simmer-mcp
What it does
- API docs as context — serves
docs.mdandskill.mdas MCP resources so your agent has the full Simmer API reference in working memory - Error lookup —
troubleshoot_error()tool matches common API errors to one-liner fixes
Setup
Add to your MCP config (OpenClaw, Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"simmer": {
"command": "python",
"args": ["-m", "simmer_mcp"]
}
}
}
Your agent now has full Simmer API docs in context and can call troubleshoot_error("not enough balance") when something fails.
Resources
| Resource | Description |
|---|---|
simmer://docs/api-reference |
Full API reference (~2400 lines) |
simmer://docs/skill-reference |
Condensed agent reference (~600 lines) |
Tools
| Tool | Description |
|---|---|
troubleshoot_error(error_text) |
Match an error against known patterns, get a fix |
Docs
- Full API reference: https://simmer.markets/docs.md
- 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.1.0.tar.gz.
File metadata
- Download URL: simmer_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e1539e68b23698c4d9284329224414da1f21e02c77a794ad91c087abe56950b
|
|
| MD5 |
0328c2333fcec51608ab7b36593c981d
|
|
| BLAKE2b-256 |
8abf1700acac3dd45fa3401ffa2bb4bb2e1b697330a9ab3301eab6e9f151ce66
|
File details
Details for the file simmer_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simmer_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
851979424252d30d324935b77c1abfdb38d1e5c1beb10631cccbb21748652ae7
|
|
| MD5 |
aabbf62bf25d836cfbd6181a50da3985
|
|
| BLAKE2b-256 |
aa786f347134e2e1aaa87fa9980a179b88f505ae5ef9cdd69a3acdaa668a2b43
|