datadawn-mcp

DataDawn-org/datadawn-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server giving AI agents direct access to the DataDawn 990 + OpenRegs databases via the public Datasette JSON API. 14 tools, no API keys, single-file FastMCP.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "datadawn-mcp": {
      "command": "uvx",
      "args": [
        "datadawn-mcp"
      ]
    }
  }
}

Or install with pip: pip install datadawn-mcp

README Excerpt

An MCP (Model Context Protocol) server that gives AI agents direct access to two large public-interest databases: - **990 Database** (data.datadawn.org) — IRS 990 nonprofit filings, foundation grants, DAF disbursements, officers, and the IRS Business Master File for ~2M tax-exempt organizations. - **OpenRegs Database** (regs.datadawn.org) — Federal Register documents, regulations.gov dockets/documents/comments, congressional legislation, floor speeches, stock trades, lobbying filings, campaign f

Tools (1)

mcpServers