Model Context Protocol server for the13f - institutional 13F intelligence in Claude Desktop, Cursor, and VS Code.
Project description
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-mcp
Or 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:
- Visit https://the13f.com/developers/
- Enter your email and solve the Cloudflare Turnstile challenge
- Copy your
pf13f_key — shown once - Paste 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 |
|---|---|
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 |
Planned tools — later versions
| 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.
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 |
|---|---|---|
THE13F_API_KEY |
(none) | Your pf13f_ key. Without it, tools return a structured "free signup required" response with a link to the signup page. |
THE13F_API_BASE_URL |
https://api.the13f.com |
Override for local development against a running copy of the13f's gui_server. |
THE13F_MCP_TIMEOUT |
30 |
Per-request HTTP timeout in seconds. Minimum 5. |
Source
Published from this directory of https://gitlab.com/pickel-fintech/The13F.
Tag pattern sdk-mcp-vX.Y.Z triggers a PyPI release via GitLab CI; see
docs/mcp_launch.plan.md in the repo root for the extraction story and the
release runbook.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file the13f_mcp-0.1.1.tar.gz.
File metadata
- Download URL: the13f_mcp-0.1.1.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f46f09ee7f412c275954a7c66c9e636f95311b9a7d577d19af6076d1304625f
|
|
| MD5 |
fd68ddfc0c4e9f00c9c56523685a9b5c
|
|
| BLAKE2b-256 |
1daca61516bb5f3f3a2d56c013aa23309d59cbb303e115a85a4a653775870949
|
File details
Details for the file the13f_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: the13f_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
861eee9745332704999b7175fb2d821e73b3ae3b8ddc6ad5af07e38b8b75f8dc
|
|
| MD5 |
318fd29b49957407ee1e28c20b5492a3
|
|
| BLAKE2b-256 |
c510f2ba00387d7bdaf1231230e6e1cb3d154f13ae51114de5ce0d6a8e336120
|