Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-the13f-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for com.the13f/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol server for the13f. Brings institutional 13F intelligence into Claude Desktop, Cursor, VS Code + Continue, and any MCP-compatible host — no HTTP code required on your side.
Research data only. Sourced from publicly disclosed SEC Form 13F filings,
which lag quarter-end by up to 45 days. Past institutional positioning does
not predict future performance. Nothing here constitutes investment advice.
Every tool's response includes a disclaimer field; the host LLM should
surface it alongside any analysis it produces.
uvx the13f-mcp
Or pip install the13f-mcp if you prefer to manage Python environments
yourself. Python 3.11+ required.
Free, no payment, no credit card:
pf13f_ key — shown onceTHE13F_API_KEY (see below)Free tier: 100 read calls per day; quota rolls at UTC midnight. Signal and report tools arrive in later minor versions when paid tiers launch.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):
{
"mcpServers": {
"the13f": {
"command": "uvx",
"args": ["the13f-mcp"],
"env": {
"THE13F_API_KEY": "pf13f_..."
}
}
}
}
Restart Claude Desktop. The13f tools should appear in the MCP tool list.
Settings → MCP → Add Server. Paste the same JSON block into the "Custom" field.
Settings → experimental.modelContextProtocolServers → add a stdio
transport running uvx the13f-mcp with THE13F_API_KEY in env. The key
reveal page at https://the13f.com/developers/signup-success shows a
copy-paste-ready snippet with the key already filled in.
| Tool | What it does |
|---|---|
list_quarters | All quarters with holdings data + the latest quarter |
search_managers | Autocomplete 13F filers by name |
get_manager_holdings | Full positions for a CIK + quarter |
get_manager_holdings_bulk | Up to 25 (cik, quarter) pairs in one call |
list_all_managers | Universe of 8,600+ filers with per-manager summary stats |
find_similar_managers | Match a portfolio against the universe |
get_consensus_portfolio | Most-widely-held securities per quarter |
get_market_regime | Institutional regime snapshot (IIOI composite, state, transition) |
get_sector_flows | Per-sector capital flows and risk posture |
| Version | Tools | Requires |
|---|---|---|
| v0.2.0 | get_security_signals, get_security_signals_bulk, get_portfolio_signals | Standard tier subscription |
| v0.3.0 | generate_manager_report, generate_security_report, generate_sector_report, check_report_status, wait_and_download_report | Standard tier + stored card; two-step confirm |
The free-tier Read tools are enough to explore the data and build prompts against it. Signal and report tools deliberately wait on the paid-tier billing plumbing.
"Pull Berkshire Hathaway's top 20 positions as of Q4 2025 and summarize what grew the most quarter-over-quarter."
"I own AAPL, MSFT, and NVDA equal-weight. Find the 5 institutional managers whose portfolios most closely resemble mine."
"What sector did 13F filers most aggressively reduce last quarter? Show me the top three managers leading the reduction."
The MCP host's LLM picks the right tool, fills in arguments, surfaces the
disclaimer, and returns the result as structured JSON.
| Var | Default | What it controls |
|---|---|---|
THE13F_API_KEY | (none) | Your pf13f_ key. Without it, t |