MCP Server live — AI agents can now query 105M+ SEC facts. Connect your agent →
ValueinValuein
MCP

MCP Tools Reference

The Model Context Protocol (MCP) lets AI agents like Claude and Cursor call structured tools that return real financial data. Valuein's MCP server exposes 11 tools over 105M+ SEC EDGAR facts — point-in-time accurate, plan-gated, and production-ready.

https://mcp.valuein.biz/mcp
Live
11 tools

Quick Setup

Add Valuein to your AI client in under 60 seconds. Swap YOUR_TOKEN for your token from the pricing page. The sample tier is always free.

Claude Desktop — claude_desktop_config.json

{
  "mcpServers": {
    "valuein": {
      "command": "npx",
      "args": ["-y", "@valuein/mcp"],
      "env": {
        "VALUEIN_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Cursor / Streamable HTTP — mcp.json

{
  "mcpServers": {
    "valuein": {
      "url": "https://mcp.valuein.biz/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Cursor: ~/.cursor/mcp.json or project-level .cursor/mcp.json

Tools

search_companies
Discovery

Search Companies

Search for companies by name, ticker symbol, or CIK.

sample
sp500
full
get_sec_filing_links
Discovery

Get SEC Filing Links

Retrieve SEC EDGAR filing URLs for a company.

sample
sp500
full
PIT-safe
get_company_fundamentals
Financials

Get Company Fundamentals

Core financial statement data for a company: income statement, balance sheet, and cash flow metrics per fiscal period.

sample
sp500
full
PIT-safe
get_financial_ratios
Financials

Get Financial Ratios

Pipeline-computed derived financial ratios from ratio.

sp500
full
get_valuation_metrics
Valuation

Get Valuation Metrics

Merged valuation data from fact.

sp500
full
PIT-safe
get_capital_allocation_profile
Financials

Get Capital Allocation Profile

Capital allocation breakdown per fiscal period: operating cash flow, capex, free cash flow, dividends paid, share repurchases, debt issuance, and debt repayment.

sp500
full
PIT-safe
get_pit_universe
Universe

Get Point-in-Time Universe

Returns the exact set of active companies as of a specific historical date.

sp500
full
PIT-safe
get_peer_comparables
Analysis

Get Peer Comparables

Cross-sectional peer comparison using pipeline-computed financial ratios.

sp500
full
get_compute_ready_stream
Bulk Access

Get Compute-Ready Stream

Returns a presigned R2 URL for direct bulk Parquet access.

sample
sp500
full
get_earnings_signals
Signals

Get Earnings Signals

Trend-based earnings expectations and surprise metrics.

sample
sp500
full
PIT-safe
screen_universe
Screening

Screen Universe

Cross-sectional factor screening using pipeline-computed percentile ranks.

sp500
full

Plan Access Matrix

Tools are gated by your plan tier. Higher plans unlock all lower-tier tools.

ToolCategory
sample
sp500
full
PIT-safe
search_companiesDiscovery
get_sec_filing_linksDiscovery
get_company_fundamentalsFinancials
get_financial_ratiosFinancials
get_valuation_metricsValuation
get_capital_allocation_profileFinancials
get_pit_universeUniverse
get_peer_comparablesAnalysis
get_compute_ready_streamBulk Access
get_earnings_signalsSignals
screen_universeScreening

Get started with MCP

The sample tier is free — no credit card. Get a token and start querying SEC financial data from Claude or Cursor today.