mcp
About
Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
THE13F_API_KEY THE13F_API_BASE_URL THE13F_MCP_TIMEOUTClaude Code
claude mcp add --env THE13F_API_KEY= --env THE13F_API_BASE_URL= --env THE13F_MCP_TIMEOUT= mcp -- uvx the13f-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp","command":"uvx","args":["the13f-mcp"],"env":{"THE13F_API_KEY":"","THE13F_API_BASE_URL":"","THE13F_MCP_TIMEOUT":""}}'
JSON
{
"mcpServers": {
"mcp": {
"command": "uvx",
"args": [
"the13f-mcp"
],
"env": {
"THE13F_API_KEY": "",
"THE13F_API_BASE_URL": "",
"THE13F_MCP_TIMEOUT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.