mcpwright
Well-crafted Model Context Protocol servers โ production-grade, typed, and read-only by default.
mcpwright (noun) โ a maker of MCP servers. Each repo here brings a real-world data source
into your agent through a tight, well-documented tool surface: clear descriptions the model can
actually reason about, structured (typed) returns, and safe-by-default behavior.
Built on Anthropic's official mcp Python SDK.
๐งฐ Servers
| Server | What it does | Status |
|---|---|---|
| edgar-mcp | SEC EDGAR โ resolve issuers, search filings, and pull recent Reg CF (Form C) / Reg D (Form D) offerings, right inside your agent. | ๐ง in progress |
More on the way.
๐ How these are built
- Official SDK. Python,
mcp.server.fastmcpโ the canonical Anthropic stack. - Typed, structured output. Tools return Pydantic models, so agents get structured data, not just text.
- Read-only by default. Tools are annotated (
readOnlyHint) and safe to run; clear, actionable errors. - Easy to run.
uvx <server>-mcp, with copy-paste config for Claude Desktop and Claude Code. - Discoverable. Published to PyPI and the official MCP Registry.
๐ Who
Built by Devender Gollapally โ Principal Software Engineer shipping production agentic AI in regulated finance, and ERC-1450 co-author. devender.me ยท LinkedIn
Contributions and issues welcome on any repo. Always happy to talk applied AI, MCP, and on-chain securities.
Popular repositories Loading
-
MCP server for SEC EDGAR โ search filings, resolve issuers, and pull recent Reg CF (Form C) / Reg D (Form D) offerings, right inside your agent.
Python 1
-
Organization profile & shared community health files for mcpwright.
-
Marketing + docs site for the mcpwright MCP server suite (mcpwright.com)
HTML
-
MCP server for U.S. Census (ACS) data by ZIP โ income, age, housing, education. Bulk-downloads to a local store; needs a free Census API key.
Python
-
MCP server for IRS Statistics of Income (SOI) data by ZIP โ income, AGI distribution, tax, credits, deductions.
Python
-
Shared runtime toolkit for the mcpwright suite of MCP servers โ async HTTP client, cache, and server helpers.
Python
Repositories
Showing 8 of 8 repositories
-
census-mcp Public
MCP server for U.S. Census (ACS) data by ZIP โ income, age, housing, education. Bulk-downloads to a local store; needs a free Census API key.
-
mcpwright.github.io Public
Marketing + docs site for the mcpwright MCP server suite (mcpwright.com)
-
mcp-tool-surface-eval Public
Eval harness measuring the tool-surface design claims from the 'good MCP tool surface' essay
-
mcpwright-core Public
Shared runtime toolkit for the mcpwright suite of MCP servers โ async HTTP client, cache, and server helpers.