Analytics
multyplylabs.com
Provides access to company financial data, SEC filings, industry aggregates, and screening capabilities for financial analysis.
ENDPOINT 1
https://sec.multyplylabs.com/mcp
MCP server metadata
- Name
- sec-fundamentals
- Version
- 1.28.1
SEC Fundamentals API — normalized SEC EDGAR financial data on 20,000+ US public companies, refreshed nightly. Company lookups $0.005-0.02, aggregates/screens $0.05-0.10, Buffett quality/value scans $0.25, paid per call. Pass your API key as the X-API-Key header on this MCP connection, or use the self-paying stdio server (https://sec.multyplylabs.com/mcp-server.py) to pay in USDC via x402. Identify companies by SEC CIK (Apple=320193, Microsoft=789019) or call screen/top_companies to discover them.
Known tools 14
company_financialsClean annual financial statements: revenue, margins, income, balance sheet, cash flow, and ratios (gross_margin, roe, fcf, .
Inferred read-onlycompany_factsRaw normalized XBRL facts, filterable by canonical concept (revenue, net_income, total_assets, operating_cash_flow, .
Inferred read-onlycompany_filingsSEC filing index with direct document URLs; form filters by type (10-K, 10-Q, 8-K, .
Inferred read-onlyindustry_aggregateCross-company cohort percentiles (p10/p25/median/p75/p90) for a metric, by industry (2-digit SIC) and size bucket.
Inferred read-onlycompare_to_peersCompare one company's metrics against its industry cohort percentiles.
Inferred read-onlybuffett_scanBuffett Quality Score (0-100) over a 5-year window: owner earnings, ROE consistency at 15%, balance-sheet safety, FCF quality.
Inferred read-onlybuffett_valueBuffett Value Scan: Quality Score fused with previous-close valuation — market cap, FCF yield, owner-earnings DCF margin of safety.
Inferred read-onlyinsider_activityRecent insider (Form 4) transactions for a company plus a trailing summary: open-market buys vs sales, distinct buyers, net dollar value, with 10b5-1 plan flags.
Inferred read-onlyinstitutional_ownership13F institutional ownership snapshot: number of holders, aggregate shares/value, and quarter-over-quarter change (accumulating vs trimming).
Inferred read-onlyshort_pressureShort-selling pressure: FINRA daily short-volume ratio over ~20 trading days — a bearish-sentiment proxy.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sec-fundamentals]
url = "https://sec.multyplylabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sec-fundamentals": {
"type": "http",
"url": "https://sec.multyplylabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sec-fundamentals
Remote MCP URL: https://sec.multyplylabs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sec-fundamentals": {
"url": "https://sec.multyplylabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sec-fundamentals": {
"type": "http",
"url": "https://sec.multyplylabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sec-fundamentals",
"transport": "streamable-http",
"url": "https://sec.multyplylabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.