An MCP server that exposes Python developer tools — docs lookup, lint / format with ruff, type-check with pyright, PEP lookup, package metadata, AST dump, and a local-execution planner.
POST /mcp JSON-RPC over streamable-HTTP (MCP)
GET /health health probe
GET / this page
OpenCode / Claude Code:
{
"mcpServers": {
"python-docsbox": {
"transport": { "type": "http", "url": "https://python-mcp.afterrealism.com/mcp" }
}
}
}
list_sectionsget_documentationruff_checkruff_fixruff_formatpyright_checkpep_lookuppip_infoast_dumprun_locally