Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.AdityaSBisht/finance-mcp

NPM · FINANCE-DATA-MCP · SCANNED AUG 3

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

Available components

65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2169 tokens (~216/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · finance-data-mcp

# add to Claude Code
claude mcp add adityasbisht-finance-mcp -- npx -y finance-data-mcp
# add to Codex CLI
codex mcp add adityasbisht-finance-mcp -- npx -y finance-data-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adityasbisht-finance-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "finance-data-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add adityasbisht-finance-mcp --command npx --arg -y --arg finance-data-mcp
# ~/.hermes/config.yaml
mcp_servers:
  adityasbisht-finance-mcp:
    command: "npx"
    args: ["-y", "finance-data-mcp"]
// mcp.json
{
  "mcpServers": {
    "adityasbisht-finance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "finance-data-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +51
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: 112 → 216 functional
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Tool coverage: 76% → 100% functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.07 functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
    • Package version: 0.1.1 → 0.1.2 functional
  • 1 Aug 26 −12
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 25

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 10 exposed · ~2,115 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_crypto_market ~190

Ranked table of the largest cryptocurrencies by market cap, with 24h and 7d performance, from CoinGecko. Use this to survey or discover the market — 'what are the biggest coins', 'what moved this week'. When you already know which coins you care about, use get_crypto_price instead: it takes explicit names and avoids pulling a whole ranking. Always returns the top N by market cap starting at rank 1; there is no paging or filtering, so a coin outside the top `limit` will not appear no matter how it performed.

NameTypeReqDescription
limitintegerHow many coins to return, ranked from #1 by market cap. Max 100.
vs_currencystringCurrency that prices, market caps and volumes are denominated in: usd, eur, inr, jpy, or a crypto like btc. Does not filter which coins are returned.

No output schema declared.

No examples provided.

get_crypto_price ~177

Spot price, 24h change, market cap, and 24h volume for specific cryptocurrencies you name, from CoinGecko. Use this when you know which coins you want; use get_crypto_market instead to rank the market or discover the largest coins. Accepts common tickers ("btc", "eth", "sol") or CoinGecko ids ("bitcoin", "matic-network"); unknown names are reported back rather than failing the whole call, so a typo returns the other coins. Prices are near-real-time but not exchange-official. Stocks and FX are not available here — use get_stock_quote and get_fx_rate.

NameTypeReqDescription
coinsarrayyese.g. ["btc", "eth", "solana"]
vs_currencystringQuote currency: usd, eur, inr, jpy, btc, …

No output schema declared.

No examples provided.

get_economic_indicator ~246

Macroeconomic time series by country from the World Bank — GDP, GDP growth, inflation, unemployment, population, government debt, trade balance and more — returned newest year first with year-over-year change. Use this for country-level economics; it says nothing about any individual company or security, which is what the market-data and SEC tools cover. Data is **annual only**, so it cannot answer questions about this month or this quarter, and reporting lags: the last one or two years are frequently unreported and are omitted rather than returned as zero. Coverage varies by country and indicator, so a valid pairing can still be empty.

NameTypeReqDescription
countrystringISO code: US, IN, CN, GB, JP, DE — or "WLD" (world), "EUU" (EU)
indicatorstringOne of: gdp, gdp_growth, gdp_per_capita, inflation, unemployment, population, interest_rate, government_debt, exports, imports, current_account, fdi, life_expectancy, co2 — or a World Bank indicator…
limitintegerNumber of years, most recent first

No output schema declared.

No examples provided.

get_fx_rate ~167

Convert between two currencies at the latest published reference rate, with the change since the prior session. Returns both the rate and, when `amount` is given, the converted total. Major currencies come from the European Central Bank (published once per business day, so the rate is a daily fix rather than a live tick); pairs outside the ECB's ~30 currencies fall back to Yahoo. Use get_crypto_price for crypto — BTC and ETH are not currencies here. These are indicative mid-market rates, not dealable quotes, so they will not match what a bank charges.

NameTypeReqDescription
amountnumberAmount of the base currency to convert
fromstringyesBase currency code, e.g. USD
tostringyesQuote currency code, e.g. INR

No output schema declared.

No examples provided.

get_price_history ~216

Historical OHLCV candles for a stock, ETF, index, or FX pair from Yahoo Finance, plus the period return and a high/low/average summary. Use this for 'how has NVDA done this year?' or any question about change over time; use get_stock_quote when you only need the current price. Does not cover cryptocurrencies. Intraday intervals (1m–1h) are only retained by Yahoo for short ranges — pair them with 1d/5d/1mo, and use 1d or coarser for 1y and beyond, or the response comes back empty. Candles with no trade are omitted, so gaps in the series are expected.

NameTypeReqDescription
intervalstringCandle size. Intraday intervals only work for short ranges.
max_rowsintegerCap on candles returned; the series is downsampled evenly if longer.
rangestringLookback window
symbolstringyesTicker symbol, e.g. AAPL

No output schema declared.

No examples provided.

get_sec_filings ~224

Recent SEC EDGAR filings for one US-listed company, newest first, with direct document URLs you can cite or fetch. Filter by form type (10-K annual report, 10-Q quarterly, 8-K material event, 4 insider trade, S-1 IPO, 13F fund holdings, DEF 14A proxy); an amended form such as 10-K/A is returned when you ask for its base form. Use this to find documents for a company you can already name. Use search_sec_filings instead to search filing text across all companies, and get_sec_financials to read reported numbers rather than locate documents. US SEC registrants only — non-US listings do not file with EDGAR.

NameTypeReqDescription
companystringyesTicker ("AAPL"), CIK ("320193"), or company name
formsarrayForm types to keep, e.g. ["10-K", "8-K"]. Omit for all forms.
limitintegerMaximum filings to return, newest first. Applied after the form filter.

No output schema declared.

No examples provided.

get_sec_financials ~317

Reported financial line items straight from a US company's XBRL filings — revenue, net income, EPS, assets, cash, operating cash flow and more — as an annual or quarterly time series. These are as-filed audited figures, not analyst estimates or forecasts, so prefer this over any market-data tool for fundamentals. Use get_sec_filings instead when you want the documents rather than the numbers. Each row is labelled by the period it covers; where a later filing restated a period, the most recently filed value is returned. Filers tag the same concept differently, so a concept alias is tried against several us-gaap tags and the response names the tag actually used — expect the tag to differ between companies. US SEC registrants only.

NameTypeReqDescription
companystringyesTicker ("AAPL"), CIK, or company name
conceptstringOne of: revenue, net_income, gross_profit, operating_income, eps, assets, liabilities, equity, cash, operating_cash_flow, capex, rd_expense, long_term_debt, shares_outstanding — or an exact us-gaap t…
limitintegerMaximum periods to return, most recent first. 8 annual periods ≈ 8 fiscal years.
periodstring"annual" returns full-year figures from 10-Ks, "quarterly" returns 10-Q periods, "all" returns both interleaved. Annual is the right default for trend questions.

No output schema declared.

No examples provided.

get_stock_quote ~186

Latest price and daily change for one or more stocks, ETFs, or indices, from Yahoo Finance. Use Yahoo-style symbols: AAPL, MSFT, VOO, ^GSPC (S&P 500), ^IXIC (Nasdaq), RELIANCE.NS (India), 7203.T (Japan). Call search_symbols first if you only have a company name. Returns a single point in time — use get_price_history for a series or a period return, and get_crypto_price for cryptocurrencies, which are not on Yahoo symbols. Prices may be delayed up to ~15 minutes and are not exchange-official, so do not treat them as execution prices. Symbols are looked up independently: one bad symbol does not fail the rest.

NameTypeReqDescription
symbolsarrayyesTicker symbols, e.g. ["AAPL", "NVDA", "^GSPC"]

No output schema declared.

No examples provided.

search_sec_filings ~237

Search the full text of every SEC filing since 2001 to find which companies discuss a topic — e.g. "AI data center capex" in 10-Ks. Wrap a phrase in double quotes for exact matching; unquoted terms match loosely and return far more noise. Use this for discovery across companies. When you already know the company, get_sec_filings is more direct. Results are ranked by EDGAR's own relevance, which favours companies with your query in their *name* — a search for a common term may surface a company called after it ahead of substantive discussion. Totals above 10,000 are reported as approximate. Filings before 2001 are not indexed.

NameTypeReqDescription
date_fromstringEarliest filing date, YYYY-MM-DD
date_tostringLatest filing date, YYYY-MM-DD
formsarrayRestrict to form types, e.g. ["10-K"]
limitintegerMaximum matching documents to return, by EDGAR relevance rank.
querystringyesSearch text; wrap in quotes for an exact phrase

No output schema declared.

No examples provided.

search_symbols ~155

Resolve a company or fund name to a ticker symbol using Yahoo Finance search. Call this first whenever you have a name rather than a symbol — "Apple" → AAPL — then pass the symbol to get_stock_quote or get_price_history. Covers equities, ETFs, and indices across global exchanges, so the same company may return several listings; prefer the one whose exchange matches the market you want. For US-listed companies you need SEC data on, get_sec_filings accepts a company name directly and needs no symbol lookup.

NameTypeReqDescription
limitintegerMaximum matches to return, best match first. Raise it for ambiguous names.
querystringyesCompany or fund name, e.g. "Vanguard S&P 500"

No output schema declared.

No examples provided.