GitHub

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

  1. 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

  2. Organization profile & shared community health files for mcpwright.

  3. Marketing + docs site for the mcpwright MCP server suite (mcpwright.com)

    HTML

  4. 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

  5. MCP server for IRS Statistics of Income (SOI) data by ZIP โ€” income, AGI distribution, tax, credits, deductions.

    Python

  6. 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/census-mcp's past year of commit activity

    Python

    0

    MIT

    0 0 0

    Updated Jun 11, 2026

  • fred-mcp Public

    MCP server for FREDยฎ economic data โ€” 800k+ time series + ALFRED vintage data (the numbers before revisions)

    mcpwright/fred-mcp's past year of commit activity

    Python

    0

    MIT

    0 0 0

    Updated Jun 11, 2026

  • mcpwright.github.io Public

    Marketing + docs site for the mcpwright MCP server suite (mcpwright.com)

    mcpwright/mcpwright.github.io's past year of commit activity

    HTML

    0 0 0 0

    Updated Jun 11, 2026

  • soi-mcp Public

    MCP server for IRS Statistics of Income (SOI) data by ZIP โ€” income, AGI distribution, tax, credits, deductions.

    mcpwright/soi-mcp's past year of commit activity

    Python

    0

    MIT

    0 0 0

    Updated Jun 10, 2026

  • edgar-mcp Public

    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.

    mcpwright/edgar-mcp's past year of commit activity

    Python

    1

    MIT

    0 0 0

    Updated Jun 10, 2026

  • mcp-tool-surface-eval Public

    Eval harness measuring the tool-surface design claims from the 'good MCP tool surface' essay

    mcpwright/mcp-tool-surface-eval's past year of commit activity

    Python

    0

    MIT

    0 0 0

    Updated Jun 10, 2026

  • mcpwright-core Public

    Shared runtime toolkit for the mcpwright suite of MCP servers โ€” async HTTP client, cache, and server helpers.

    mcpwright/mcpwright-core's past year of commit activity

    Python

    0

    MIT

    0 0 0

    Updated Jun 4, 2026

  • .github Public

    Organization profile & shared community health files for mcpwright.

    mcpwright/.github's past year of commit activity

    0 0 0 0

    Updated May 30, 2026

Read the original on github.com โ†—