mcp for Cursor
com.the13f/mcp
Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows.
client:Cursor
transport:stdio
runtime:pypi
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"the13f-mcp"
],
"env": {
"THE13F_API_KEY": "<THE13F_API_KEY>",
"THE13F_API_BASE_URL": "<THE13F_API_BASE_URL>",
"THE13F_MCP_TIMEOUT": "<THE13F_MCP_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs