HomeFinance › the13f-mcp

the13f-mcp

Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows.

Python Cloud
★ 1 stars Last pushed 2026-04-23 License: NOASSERTION

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.3)

uvx the13f-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "the13f-mcp": {
      "command": "uvx",
      "args": [
        "the13f-mcp"
      ],
      "env": {
        "THE13F_API_KEY": "<YOUR_VALUE>",
        "THE13F_API_BASE_URL": "<YOUR_VALUE>",
        "THE13F_MCP_TIMEOUT": "<YOUR_VALUE>"
      }
    }
  }
}
  • THE13F_API_KEY required secret — Free pf13f_ key from https://the13f.com/developers/. 100 calls/day, no credit card. Without it, every tool returns a structured free-signup-required response with the signup URL.
  • THE13F_API_BASE_URL — Override API base URL. Defaults to https://api.the13f.com. Used for local development against a running copy of the13f's gui_server.
  • THE13F_MCP_TIMEOUT — Per-request HTTP timeout in seconds. Minimum 5.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry