# io.github.cybeleri/finance (npm · finance-mcp-server)

Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis

- Trust score: 65/100 (medium)
- Change this week: +47
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `finance-mcp-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/cybeleri-finance/finance-mcp-server.md), [page](https://verifymcp.io/servers/cybeleri-finance/finance-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `finance-mcp-server`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 218 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 801 tokens (~50/item across 16 items; 15 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add cybeleri-finance -- npx -y finance-mcp-server
```

### Codex

```bash
codex mcp add cybeleri-finance -- npx -y finance-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cybeleri-finance": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "finance-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cybeleri-finance --command npx --arg -y --arg finance-mcp-server
```

### Hermes

```yaml
mcp_servers:
  cybeleri-finance:
    command: "npx"
    args: ["-y", "finance-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "cybeleri-finance": {
      "command": "npx",
      "args": [
        "-y",
        "finance-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

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

### 2026-08-02 (score 64, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 21, −8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 29, +11)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (15)

### `get_stock_quote` (~63 tokens)

Get real-time stock quote with price, change, volume, and key metrics. Supports any stock symbol (e.g., AAPL, GOOGL, MSFT).

Input parameters:

- `symbol` (string, required): Stock ticker symbol (e.g., AAPL, GOOGL)

### `get_stock_history` (~123 tokens)

Get historical stock price data with OHLCV (Open, High, Low, Close, Volume).

Input parameters:

- `interval` (string): Data interval: 1m, 5m, 15m, 30m, 1h, 1d, 1wk, 1mo
- `range` (string): Time range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, max
- `symbol` (string, required): Stock ticker symbol

### `search_stocks` (~33 tokens)

Search for stocks by company name or ticker symbol.

Input parameters:

- `query` (string, required): Search query (company name or ticker)

### `get_crypto_price` (~59 tokens)

Get current cryptocurrency price with 24h change and market cap. Use coin ID (e.g., bitcoin, ethereum, solana).

Input parameters:

- `coinId` (string, required): CoinGecko coin ID (e.g., bitcoin, ethereum, solana)

### `get_crypto_list` (~34 tokens)

Get list of top cryptocurrencies by market cap.

Input parameters:

- `limit` (number): Number of coins to return (max 250)

### `get_crypto_history` (~62 tokens)

Get historical cryptocurrency price data.

Input parameters:

- `coinId` (string, required): CoinGecko coin ID
- `days` (number): Number of days of history (1, 7, 14, 30, 90, 180, 365, max)

### `search_crypto` (~30 tokens)

Search for cryptocurrencies by name or symbol.

Input parameters:

- `query` (string, required): Search query (coin name or symbol)

### `get_company_overview` (~43 tokens)

Get comprehensive company fundamentals including PE ratio, earnings, dividends, and analyst targets. Requires Alpha Vantage API key.

Input parameters:

- `symbol` (string, required): Stock ticker symbol

### `get_technical_indicator` (~93 tokens)

Get technical analysis indicators (SMA, EMA, RSI, MACD, BBANDS, STOCH, ADX). Requires Alpha Vantage API key.

Input parameters:

- `indicator` (string, required): Indicator type: SMA, EMA, RSI, MACD, BBANDS, STOCH, ADX
- `interval` (string): Time interval: daily, weekly, monthly
- `symbol` (string, required): Stock ticker symbol

### `get_economic_indicator` (~59 tokens)

Get Federal Reserve economic data (GDP, inflation, unemployment, etc.). Requires FRED API key.

Input parameters:

- `seriesId` (string, required): FRED series ID (e.g., GDP, UNRATE, CPIAUCSL, FEDFUNDS)

### `add_to_portfolio` (~69 tokens)

Add a stock or crypto position to your portfolio for tracking.

Input parameters:

- `avgCost` (number, required): Average cost per share/coin
- `quantity` (number, required): Number of shares/coins
- `symbol` (string, required): Stock ticker or crypto ID
- `type` (string, required): Asset type

### `remove_from_portfolio` (~38 tokens)

Remove a position from your portfolio.

Input parameters:

- `symbol` (string, required): Stock ticker or crypto ID
- `type` (string, required): Asset type

### `get_portfolio_value` (~23 tokens)

Get current portfolio value with gains/losses for all positions.

### `get_market_overview` (~33 tokens)

Get overview of major market indices (S&P 500, DOW, NASDAQ, Russell 2000).

### `get_sector_performance` (~29 tokens)

Get performance of all S&P 500 sectors (Technology, Financials, Healthcare, etc.).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/cybeleri-finance/finance-mcp-server#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 29
- 2026-07-28: 18
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/finance-mcp-server
- Socket report: https://socket.dev/npm/package/finance-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cybeleri-finance/finance-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cybeleri-finance/finance-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cybeleri-finance/finance-mcp-server
