← Back to Plugins
MCP Server MCP

io.github.mguay22/fundlens

github By github 👁 1 views ▲ 0 votes

SEC fund holdings for AI agents: who holds X, what changed, returns, flows, and fund overlap.

Homepage Verified source GitHub

Install

npx -y @fundlens/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@fundlens/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "FundLens API key (free tier available at https://fundlens.io)",
          "isRequired": true,
          "isSecret": true,
          "name": "FUNDLENS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...