the13f-mcp
This server provides access to institutional 13F filing data (SEC-mandated quarterly disclosures) from the13f.com, enabling financial research on hedge fund and institutional manager portfolios without writing HTTP code.
List Available Quarters (
list_quarters): Retrieve all quarters with 13F holdings data, including the most recent quarter.Search Managers (
search_managers): Find 13F filers by name via case-insensitive substring search (e.g., "berkshire" → Berkshire Hathaway).Get Manager Holdings (
get_manager_holdings): Fetch the full position list for a specific manager (by SEC CIK) for a given quarter.Bulk Holdings Lookup (
get_manager_holdings_bulk): Retrieve holdings for up to 25(CIK, quarter)pairs in a single call — useful for comparing managers or tracking one over time.List All Managers (
list_all_managers): Access the full universe of 8,600+ 13F filers with AUM and summary stats, optionally filtered to active managers only.Find Similar Managers (
find_similar_managers): Match a custom portfolio (tickers + optional weights) against the institutional universe to find the most similar or most different managers.Get Consensus Portfolio (
get_consensus_portfolio): Identify the top most-widely-held securities across all institutional managers for a given quarter.Get Market Regime (
get_market_regime): Retrieve an institutional sentiment snapshot including the IIOI composite score, regime state (e.g., "High Optimism"), and transition signals.Get Sector Flows (
get_sector_flows): Analyze per-sector institutional capital flows and risk posture for a given quarter, with optional filtering by GICS sector.
the13f-mcp
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.
Important limitations
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.
Install
uvx the13f-mcpOr pip install the13f-mcp if you prefer to manage Python environments
yourself. Python 3.11+ required.
Get a free API key
Free, no payment, no credit card:
Enter your email and solve the Cloudflare Turnstile challenge
Copy your
pf13f_key — shown oncePaste it into your MCP host's config as
THE13F_API_KEY(see below)Restart the host
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.
Configure your MCP host
Claude Desktop
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.
Cursor
Settings → MCP → Add Server. Paste the same JSON block into the "Custom" field.
VS Code with Continue
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.
Available tools — v0.1.0 (Read tier, free)
Tool | What it does |
| All quarters with holdings data + the latest quarter |
| Autocomplete 13F filers by name |
| Full positions for a CIK + quarter |
| Up to 25 |
| Universe of 8,600+ filers with per-manager summary stats |
| Match a portfolio against the universe |
| Most-widely-held securities per quarter |
| Institutional regime snapshot (IIOI composite, state, transition) |
| Per-sector capital flows and risk posture |
Planned tools — later versions
Version | Tools | Requires |
v0.2.0 |
| Standard tier subscription |
v0.3.0 |
| 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.
Example prompts
"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.
Environment variables
Var | Default | What it controls |
| (none) | Your |
|
| Override for local development against a running copy of the13f's gui_server. |
|
| Per-request HTTP timeout in seconds. Minimum 5. |
Source
Public source: https://github.com/pickelfintech/the13f-mcp. This is the
snapshot that PyPI, Glama.ai, and the MCP community list point at. The
GitHub repo is a push-mirror of the GitLab one at
gitlab.com/pickel-fintech/the13f-mcp; GitLab remains the primary and
also carries the release CI. Bug reports and PRs are accepted on either
side.
License
MIT — see LICENSE. The hosted api.the13f.com API that this
client calls is a separate service. A free API key (100 calls/day) is
required; sign up at https://the13f.com/developers/.
Support
tom@pickelfintech.com — quote the request_id field returned by any failing
tool call for fastest triage.
License
MIT. See LICENSE. The MCP server source is MIT-licensed; use of the the13f API itself is governed by the Terms of Service at https://the13f.com/terms.html.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pickelfintech/the13f-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server