Build AI Agents with
Real-Time Market Data

Quiver MCP connects live financial and alternative data to your AI workflows through the Model Context Protocol. Works with Claude, Cursor, ChatGPT, and any MCP client.

mcp_config.json

Connect to Quiver MCP

STEP 1

Get Your API Key

Sign up for a Quiver API key. Choose from Hobbyist, Trader, or Commercial plans based on your data needs.

# Sign up at api.quiverquant.com/pricing/
# Copy your API key

API_KEY=your-api-key-here
STEP 2

Configure MCP Client

Add the Quiver MCP server URL to your AI client configuration. Works with Claude Code/Desktop, Cursor, VS Code, and any MCP-compatible client.

{
  "mcpServers": {
    "QuiverQuant MCP": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.quiverquant.com/",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}
STEP 3

Query Market Data

Start querying market data in natural language. Your AI agent will automatically call the right MCP tools to fetch real-time market data.

User: "Are TSLA insiders buying or selling?"

AI Agent → get_insider_trading(ticker="TSLA")

Response Example:
[
  {
    "ticker": "TSLA",
    "date": "2026-05-13",
    "file_date": "2026-05-15",
    "owner": "Taneja Vaibhav",
    "transaction_type": "M",
    "acquired_disposed": "A",
    "shares": 2000.0,
    "price": 18.22,
    "shares_owned_after": 21106.5,
    "officer_title": "Chief Financial Officer",
  },
  ...
]

The recent TSLA insider activity is skewed toward selling. Here's the summary:
...
Click here to view the full
setup guide and demo for Claude

Available Tools

Dataset Icon

Discovery

Get the catalog of every MCP tool and endpoint with descriptions and required tier.

search_datasets
query_quiver_api
Dataset Icon

Congress/Politicians

Access data on politicians in Congress, including their trades, portfolios, net worth, legislation, and more.

get_congress_trades get_congress_politicians get_congress_portfolio_analysts get_congress_legislation get_corporate_donors get_trump_trades
Dataset Icon

Government - Contracts, Lobbying, Patents

Track government contracts, lobbying spend, and patent data for a given company.

get_gov_contracts get_lobbying get_patents
Dataset Icon

SEC Filings

Get insider trading and institutional holdings data for companies via Form 4 and 13F filings.

get_insider_trading
get_institutional_holdings
Dataset Icon

Ticker / Company Fundamentals

Access company fundamentals and ownership data, including top shareholders and executive compensation.

get_ticker_ownership
get_executive_compensation
Dataset Icon

Market & Social

Track our latest insights and market data, including off-exchange short volume and dark-pool intensity (DPI) by ticker.

get_quiver_newsfeed
get_dark_pool
Dataset Icon

Composite — Multi-Dataset

Get comprehensive company insights by combining multiple datasets in a single call, and compare different companies side by side.

get_political_exposure get_ticker_full_picture compare_tickers

Step into the
next generation
of trading data

Alternative data is the future of investment research.
Tap into its power with the Quiver API,
starting from just $30/month.