Model Context Protocol
Well-crafted MCP servers.
mcpwright (noun) — a maker of MCP servers.
Each one brings a real-world data source into your agent through a tight,
well-documented tool surface: typed structured output, clear descriptions
the model can reason about, and read-only by default.
Servers
● liveedgar-mcp
SEC EDGAR inside your agent — resolve any company (public or private), browse Reg CF / Reg D / Reg A raises, screen the actual deal economics, and read insider trades. 11 tools over public SEC data.
More on the way.
How these are built
- Official SDK. Python, on Anthropic's official
mcpSDK. - Typed, structured output. Tools return Pydantic models, so agents get data, not just text.
- Read-only by default. Annotated and safe to run, with clear, actionable errors.
- Easy to run.
uvx <server>-mcp, with copy-paste config for Claude Desktop & Code. - Tested & CI-gated. ruff + mypy + a real test suite on every change.