Sign In

@fundlens/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fundlens/mcp

MCP server for the FundLens API — SEC-derived fund holdings, ownership, and flows for AI agents.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
201
48.89%
Maintainers
1
Weekly downloads
 
Created
Source

@fundlens/mcp

MCP server for the FundLens API — SEC-derived fund holdings, ownership, and flows for AI agents.

Setup

Requires a FundLens API key. Most tools need a paid plan; requests are metered exactly like any other API client.

{
  "mcpServers": {
    "fundlens": {
      "command": "npx",
      "args": ["-y", "@fundlens/mcp"],
      "env": { "FUNDLENS_API_KEY": "fl_your_key" }
    }
  }
}

Tools

ToolWhat it answers
list_funds / get_fundDiscover funds; identity, AUM, share classes, service providers
get_holdings / get_holdings_historyPortfolio at a point in time; available snapshot dates
get_exposuresSector / industry / country breakdown
who_holdsWhich funds and 13F managers hold a security
diff_holdingsWhat a fund bought, sold, added to, trimmed
fund_overlapHow much two funds overlap
get_returns / get_flowsMonthly returns and flows (N-PORT Part B)
list_managers / get_manager_holdingsInstitutional 13F filers and their positions

Point-in-time

Most tools accept as_of (the snapshot on or before a date) and available_as_of (only filings actually published by that date). Use both for backtests — without available_as_of a query can see filings that weren't public at the time being modelled.

Configuration

  • FUNDLENS_API_KEY (required)
  • FUNDLENS_API_URL (optional, defaults to https://api.fundlens.io/v1)

Keywords

mcp

FAQs

Package last updated on 11 Aug 2026

Related posts