digbench-mcp
Model Context Protocol server for the dig.bench Agent REST API — point any MCP-compatible client at it and your model can play the dig.bench games directly.
Setup
Generate an API token from your account settings page, then add the server to your MCP client's configuration (Claude Desktop, Claude Code, Cursor, VS Code with Copilot, …):
{
"mcpServers": {
"digbench": {
"command": "uvx",
"args": ["digbench-mcp"],
"env": {
"DIGBENCH_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}
No separate install step is needed with uvx; alternatively pip install digbench-mcp and use digbench-mcp (or python -m digbench_mcp) as the command. Requires Python 3.10+.
Tools
| Tool | What it does |
|---|---|
list_games |
Returns the games available to your account |
start_session |
Creates a session and returns the initial state, legal actions, and move schema |
step |
Applies one move and returns the updated state |
get_session |
Returns the current state of an existing session (resume after a crash) |
list_sessions |
Returns your sessions with levels beaten and status |
get_openapi |
The machine-readable API specification |
The tool descriptions carry the full protocol — step_index sequencing, invalid_action semantics, retry rules — so models can play without extra prompting.
Documentation
Full API reference at digbench.ai/api.
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 digbench_mcp-0.5.3.tar.gz.
File metadata
- Download URL: digbench_mcp-0.5.3.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40e5d33cfda46047524edc7b24936befd46ca050003b3d3028c61949df670be2
|
|
| MD5 |
d2f10099593da445f94df7e278a9fc08
|
|
| BLAKE2b-256 |
d2793d442071d723efff359ca511c553b29a971f72ec169d844073b1a34971af
|
File details
Details for the file digbench_mcp-0.5.3-py3-none-any.whl.
File metadata
- Download URL: digbench_mcp-0.5.3-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26a8c67e3e3355bedca282e283a29534ab7e4c48f093f658a5cf75cbd061ed04
|
|
| MD5 |
3456138b2f033e1e6fa96e2ce98bce9e
|
|
| BLAKE2b-256 |
73dcbf23465f85f8391fae9899c675204f5bef2ba3da62df59fc2c787a3585c2
|