Skip to main content
ClaudeWave
daniel3303 avatar
daniel3303

stock-market-mcp-server

View on GitHub

Free MCP server for stock market & financial data — 90+ tools for Claude, ChatGPT & Cursor: SEC filings, 13F holdings, insider & congressional trades, earnings call transcripts, short interest, FRED macro. Free tier, no card.

MCP ServersOfficial Registry2 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/daniel3303/stock-market-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "stock-market": {
      "command": "node",
      "args": ["/path/to/stock-market-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/daniel3303/stock-market-mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# Equibles — Stock Market & Financial Data MCP Server

90+ MCP tools for AI agents like Claude, ChatGPT and Cursor: SEC filings, fundamentals, 13F institutional holdings, insider and congressional trades, earnings call transcripts, short interest and macro data. Free hosted tier, or self-host the open-source stack.

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Tools](https://img.shields.io/badge/tools-90%2B-brightgreen.svg)](#tools)
[![Free tier](https://img.shields.io/badge/free%20tier-100%20req%2Fday-orange.svg)](#pricing--rate-limits)
[![equibles.com](https://img.shields.io/badge/equibles.com-visit-6366f1.svg)](https://equibles.com)

## What is this?

The Model Context Protocol (MCP) lets AI assistants call external data tools instead of guessing from training data. Equibles exposes US stock market and financial data as an MCP server: use it hosted at `https://mcp.equibles.com/mcp` (free API key, or OAuth with no key at all), or run it yourself from the open-source stack. Everything is parsed from the primary sources (SEC EDGAR, FINRA, FRED, CFTC, CBOE, USAspending, company IR sites), not from third-party estimates.

## Quickstart (hosted, 30 seconds)

1. Create a free account at [equibles.com](https://equibles.com) — no credit card required.
2. Create an API key at [`https://equibles.com/dashboard/apikeys`](https://equibles.com/dashboard/apikeys). It starts with `eq_` and is shown once, so copy it right away.
3. Connect your client with the URL `https://mcp.equibles.com/mcp` (see below).

ChatGPT and Claude (web and Desktop) can skip the key entirely and sign in over OAuth.

## Connect your AI client

### Claude Desktop / Claude web (claude.ai)

Settings → Connectors → Add custom connector → URL `https://mcp.equibles.com/mcp` → sign in over OAuth (no key needed).

Key alternative: use the URL `https://mcp.equibles.com/mcp?api_key=eq_your_api_key`.

### Claude Code

```bash
claude mcp add --transport http equibles https://mcp.equibles.com/mcp
```

Then run `/mcp` and choose **Authenticate** to sign in over OAuth.

Key alternative:

```bash
claude mcp add-json equibles '{"type":"http","url":"https://mcp.equibles.com/mcp","headers":{"Authorization":"Bearer eq_your_api_key"}}' --scope user
```

### ChatGPT

Add a developer-mode connector with URL `https://mcp.equibles.com/mcp` and complete the OAuth sign-in (or use the `?api_key=eq_your_api_key` URL).

### Cursor

Add to `~/.cursor/mcp.json`:

```json
{ "mcpServers": { "equibles": { "url": "https://mcp.equibles.com/mcp", "headers": { "Authorization": "Bearer eq_your_api_key" } } } }
```

### VS Code (Copilot)

```bash
code --add-mcp '{"name":"equibles","type":"http","url":"https://mcp.equibles.com/mcp"}'
```

Or add a `.vscode/mcp.json` with a `"servers"` object using the same URL and `Authorization` header shape:

```json
{ "servers": { "equibles": { "type": "http", "url": "https://mcp.equibles.com/mcp", "headers": { "Authorization": "Bearer eq_your_api_key" } } } }
```

### Any MCP client

Use the HTTP transport with URL `https://mcp.equibles.com/mcp`, authenticating with an `Authorization: Bearer eq_...` header or a `?api_key=eq_...` query parameter.

After connecting, see the full per-client guides at [https://equibles.com/docs/mcp](https://equibles.com/docs/mcp).

## Example prompts

- "Which hedge funds bought the most NVIDIA last quarter?"
- "Summarize the risk factors in Tesla's latest 10-K."
- "Show recent insider selling at Microsoft, and has any member of Congress traded it this year?"
- "What did NVIDIA guide for next quarter, and what KPIs did it report?"
- "Which stocks have the highest short-squeeze scores today?"
- "Screen for profitable software stocks under a 20 P/E."
- "What's the latest CPI and unemployment rate?"

## Tools

90+ tools, grouped by dataset.

### SEC filings search & full-text RAG

| Tool | Description |
|---|---|
| SearchDocuments | Hybrid keyword + semantic search across all companies' SEC filings. |
| SearchCompanyDocuments | Hybrid search of one company's filings by ticker. |
| SearchDocument | Hybrid search within a single filing. |
| ListCompanyDocuments | Browse available SEC filings and transcripts for a company. |
| SearchDocumentKeyword | Keyword search within one filing. |
| ReadDocumentLines | Read a line range from a filing. |

### Financial statements & fundamentals (XBRL)

| Tool | Description |
|---|---|
| GetFinancialStatement | Income statement, balance sheet, or cash-flow statement for a fiscal period (XBRL). |
| GetFinancialFact | One financial concept over time. |
| CompareFinancialFact | Compare a concept across companies. |
| GetRevenueBreakdown | Revenue by segment, geography, and product (dimensional XBRL). |

### 13F institutional holdings & hedge fund portfolios

| Tool | Description |
|---|---|
| GetFundCloneBacktest | Backtest cloning an institutional filer's 13F portfolio vs a market benchmark. |
| GetTopHolders | Top institutional holders of a stock from SEC 13F-HR filings, ranked by shares held. |
| GetOwnershipHistory | Historical trend of institutional ownership across quarters. |
| GetInstitutionPortfolio | A specific institution's portfolio from its 13F-HR. |
| SearchInstitutions | Search institutional investors by name or SEC CIK. |
| GetTopBuyersSellers | Institutions with the biggest share additions/reductions on a stock this quarter. |
| GetMarketWide13FActivity | Market-wide 13F leaderboards (top buys/sells/new/sold-out) for a quarter. |
| GetMostHeldStocks | Stocks ranked by institutional 13F breadth. |
| GetInstitutionSummary | Portfolio summary for a 13F filer (value, concentration, turnover). |
| GetInstitutionSectorAllocation | An institution's 13F allocation by sector. |
| GetInstitutionQuarterlyActivity | Initiated / increased / reduced / exited activity vs the prior quarter. |
| GetFundOverlap | 13F portfolio overlap between two institutions. |
| GetConsensusHoldings | Consensus portfolio of 2–25 institutions. |

### Insider trading (Form 3/4/5 & Form 144)

| Tool | Description |
|---|---|
| GetInsiderTransactions | Recent insider transactions from SEC Form 3/4/5. |
| GetInsiderOwnership | Insider ownership summary, ranked by shares held. |
| GetProposedSales | Proposed insider sales from SEC Form 144. |
| SearchInsiders | Search corporate insiders by name. |
| GetInsiderSentimentScores | Stocks with the highest composite 0–100 insider-sentiment score. |

### Congressional stock trading

| Tool | Description |
|---|---|
| GetCongressionalTrades | Congressional trades for a ticker. |
| GetMemberTrades | A member's disclosed trades. |
| GetMemberNetWorth | A member's net worth history from disclosures. |
| SearchCongressMembers | Search members by name. |
| GetMarketWideCongressionalActivity | Stocks Congress traded most over a trailing window. |

### Earnings calls: transcripts, briefs & AI insights

| Tool | Description |
|---|---|
| GetEarningsCallEvent | The earnings-call event for a fiscal quarter. |
| ListInvestorEvents | Recent investor events. |
| GetInvestorEventSpeakers | Speaker-labelled transcript by event id. |
| GetEarningsCallSpeakers | Speaker-labelled earnings-call transcript by fiscal quarter. |
| GetEarningsBrief | AI earnings brief (TL;DR, bull/bear, pull-quotes). |
| GetCallInsights | AI-scored insights (tone, hedging, themes). |

### Earnings guidance, KPIs & non-GAAP bridges

| Tool | Description |
|---|---|
| GetGuidance | Earnings guidance from 8-Ks and call transcripts. |
| GetCompanyKpis | Company-specific KPIs (subscribers, ARR, adj. EBITDA…). |
| GetNonGaapBridge | Non-GAAP-to-GAAP reconciliations. |

### Stock prices & technical indicators

| Tool | Description |
|---|---|
| GetStockPrices | Daily OHLCV history (split-adjusted). |
| GetLatestPrices | Latest close, change, and volume. |
| GetStochasticOscillator | Stochastic oscillator series. |
| GetAverageTrueRange | Average true range (ATR) series. |
| GetOnBalanceVolume | On-balance-volume (OBV) series. |
| GetBollingerBands | Bollinger Bands series. |

### Short interest, short volume & dark pools (FINRA)

| Tool | Description |
|---|---|
| GetShortVolume | Daily short-sale volume (FINRA). |
| GetShortInterest | Bi-monthly short interest. |
| GetShortInterestSnapshot | Market-wide latest settlement snapshot. |
| GetLargestShortVolume | Largest daily short volume. |
| GetShortSqueezeScores | Highest composite 0–100 short-squeeze scores. |
| GetOffExchangeVolume | Weekly dark-pool / OTC volume (FINRA ATS). |

### Valuation multiples & stock screener

| Tool | Description |
|---|---|
| GetValuationMultiples | EV/Revenue, EV/EBIT, P/E with industry quartiles. |
| GetValuationMultiplesHistory | The same valuation multiples over time. |
| ScreenStocks | Screen the stock universe with range filters across datasets. |
| GetCorrelatedStocks | Most and least correlated stocks by daily returns. |

### Economic data (FRED) & macro calendar

| Tool | Description |
|---|---|
| GetEconomicIndicator | Time series for a FRED indicator (~40 curated series). |
| GetLatestEconomicData | Latest values across categories. |
| SearchEconomicIndicators | Search the curated series. |
| GetEconomicCalendar | Scheduled and recent US macro releases. |

### Futures positioning (CFTC COT)

| Tool | Description |
|---|---|
| GetCftcPositioning | COT positioning for a futures contract. |
| GetLatestCftcData | Latest COT snapshot across ~35 tracked contracts. |
| SearchCftcMarkets | Search tracked CFTC contracts. |

### Volatility & options sentiment (CBOE)

| Tool | Description |
|---|---|
| GetPutCallRatios | CBOE put/call ratios (Total / Equity / Index / Vix / Etp). |
| GetVixHistory | VIX daily OHLC history. |

### Funds, ETFs & investment advisers

| Tool | Description |
|---|---|
| SearchInvestmentAdvisers | Search SEC-registered investment advisers (Form ADV). |
| GetInvestmentAdviser | Full Form ADV profile by CRD number. |
| GetFundOperations | Fund operational data from Form N-CEN. |
ai-agentschatgptclaudeearnings-callsfinancefinancial-datafintechinsider-tradingmcpmcp-servermodel-context-protocolsec-filingsstock-marketstock-market-data

What people ask about stock-market-mcp-server

What is daniel3303/stock-market-mcp-server?

+

daniel3303/stock-market-mcp-server is mcp servers for the Claude AI ecosystem. Free MCP server for stock market & financial data — 90+ tools for Claude, ChatGPT & Cursor: SEC filings, 13F holdings, insider & congressional trades, earnings call transcripts, short interest, FRED macro. Free tier, no card. It has 2 GitHub stars and was last updated today.

How do I install stock-market-mcp-server?

+

You can install stock-market-mcp-server by cloning the repository (https://github.com/daniel3303/stock-market-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is daniel3303/stock-market-mcp-server safe to use?

+

daniel3303/stock-market-mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains daniel3303/stock-market-mcp-server?

+

daniel3303/stock-market-mcp-server is maintained by daniel3303. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to stock-market-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy stock-market-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: daniel3303/stock-market-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/daniel3303-stock-market-mcp-server)](https://claudewave.com/repo/daniel3303-stock-market-mcp-server)
<a href="https://claudewave.com/repo/daniel3303-stock-market-mcp-server"><img src="https://claudewave.com/api/badge/daniel3303-stock-market-mcp-server" alt="Featured on ClaudeWave: daniel3303/stock-market-mcp-server" width="320" height="64" /></a>