Skip to content
@mcpwright

mcpwright

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. edgar-mcp 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.

    Python

  2. .github .github Public

    Organization profile & shared community health files for mcpwright.

  3. mcpwright.github.io mcpwright.github.io Public

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

    HTML

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

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…