streamable-http MCP

python-docsbox-mcp

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.

Endpoint

POST /mcp                    JSON-RPC over streamable-HTTP (MCP)
GET  /health                 health probe
GET  /                       this page

Connect

OpenCode / Claude Code:

{
  "mcpServers": {
    "python-docsbox": {
      "transport": { "type": "http", "url": "https://python-mcp.afterrealism.com/mcp" }
    }
  }
}

Tools

Source

github.com/afterrealism/python-docsbox-mcp