mcpbeat Sign in

The13f MCP Server

local only

The13f runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from pypi. Last commit 23 Apr 2026.

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

Installs per day peak 32 · avg 17 · -15% w/w
a month agotoday
105
Installs / week
pypi · the13f-mcp
1
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check The13f every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- uvx the13f-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "the13f-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "uvx"
args = ["the13f-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "the13f-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "the13f-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: THE13F_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to The13f

same job, measured the same way
Alphasmo Tools
by alphasmo

CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence.

44 installs/wk local only
Profitelligence
by profitelligence

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

answering
Horus Flow MCP
by horustechltd

Institutional crypto & equity orderflow intelligence for AI trading agents.

local only
I
Agentic AI
by anthonywlicausi

Deal intelligence for agents: SEC-verified financials, validation, institutional deal scoring.

4 tools answering
xaffinity MCP
by yaniv-golan

MCP server for Affinity CRM - entity search, relationship intelligence, and workflow management

local only
Agentic News
by agentic-news

AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search

answering
Cryptyx MCP Server
by cryptyx-ai

Institutional crypto intelligence for agents. 30 tools: signals, backtests, regime, triggers.

33 installs/wk local only
C
Regulatory Filings MCP
by thenextgennexus

SEC & institutional filings — Form 4, 8-K, 13F, Schedule 13D, Form D, IPO & earnings calendars.

17 tools answering

The13f — questions

Answers built from our own checks of this server.

Why is there no uptime for The13f?
The13f runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package the13f-mcp was installed 105 times last week.
How do I connect The13f?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls the13f-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use The13f?
The pypi package the13f-mcp was installed 105 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is The13f open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.