Metricbay
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%

MCP Server

Native Model Context Protocol server for AI agent integration. Connect Claude, Cursor, or any MCP-compatible client to query financial data directly.

Setup

Add the metricbay MCP server to your Claude Desktop or Cursor configuration:

claude_desktop_config.json
{
  "mcpServers": {
    "metricbay": {
      "command": "python",
      "args": ["mcp_server/server.py"],
      "env": {
        "METRICBAY_API_KEY": "your_api_key",
        "METRICBAY_BASE_URL": "https://api.metricbay.ai/v1"
      }
    }
  }
}

Available Tools

The MCP server exposes 12 tools that AI agents can call directly:

screen_stocksScreen stocks by fundamentals, insider activity, or institutional ownership
get_company_infoLook up a company by name or ticker
get_financialsGet income statements, balance sheets, cash flow, or metrics
get_stock_holdersGet top institutional holders of a stock
get_position_changesQuarter-over-quarter institutional position changes
get_filer_holdingsGet a filer's complete 13F portfolio
get_ownership_summaryInstitutional ownership summary for a ticker
search_filersSearch institutional filers by name
get_insider_tradesGet Form 4 insider transactions
get_insider_summaryInsider trading summary stats with i-ratio
get_insider_quarterlyQuarterly insider trading trends
get_insider_ownership_trendInsider ownership percentage over time

Example Usage

Once connected, you can ask your AI agent natural language questions:

>Find stocks with ROE above 25% and revenue growth above 10%
>Who are the top institutional holders of NVDA?
>Show me recent insider purchases for TSLA
>Get Apple's income statement for the last 3 years
>What's the insider trading summary for MSFT over the last 90 days?