io.github.cybeleri/finance
NPM · FINANCE-MCP-SERVER · SCANNED AUG 3
Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis
Available components
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 & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 218 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 801 tokens (~50/item across 16 items; 15 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 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
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-mcp-server
claude mcp add cybeleri-finance -- npx -y finance-mcp-server
codex mcp add cybeleri-finance -- npx -y finance-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cybeleri-finance": {
"type": "local",
"command": [
"npx",
"-y",
"finance-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add cybeleri-finance --command npx --arg -y --arg finance-mcp-server
mcp_servers:
cybeleri-finance:
command: "npx"
args: ["-y", "finance-mcp-server"] {
"mcpServers": {
"cybeleri-finance": {
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
} 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 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.
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 −8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +11
- Malware scan: pass → unverified ▼ security
- Schema quality: unverified → 100 ▲ functional
- 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 functional
- 27 Jul 26 18
First indexed and scored.
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.
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.
add_to_portfolio ~69
Add a stock or crypto position to your portfolio for tracking.
| Name | Type | Req | Description |
|---|---|---|---|
| avgCost | number | yes | Average cost per share/coin |
| quantity | number | yes | Number of shares/coins |
| symbol | string | yes | Stock ticker or crypto ID |
| type | string | yes | Asset type |
No output schema declared.
No examples provided.
get_company_overview ~43
Get comprehensive company fundamentals including PE ratio, earnings, dividends, and analyst targets. Requires Alpha Vantage API key.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol |
No output schema declared.
No examples provided.
get_crypto_history ~62
Get historical cryptocurrency price data.
| Name | Type | Req | Description |
|---|---|---|---|
| coinId | string | yes | CoinGecko coin ID |
| days | number | — | Number of days of history (1, 7, 14, 30, 90, 180, 365, max) |
No output schema declared.
No examples provided.
get_crypto_list ~34
Get list of top cryptocurrencies by market cap.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of coins to return (max 250) |
No output schema declared.
No examples provided.
get_crypto_price ~59
Get current cryptocurrency price with 24h change and market cap. Use coin ID (e.g., bitcoin, ethereum, solana).
| Name | Type | Req | Description |
|---|---|---|---|
| coinId | string | yes | CoinGecko coin ID (e.g., bitcoin, ethereum, solana) |
No output schema declared.
No examples provided.
get_economic_indicator ~59
Get Federal Reserve economic data (GDP, inflation, unemployment, etc.). Requires FRED API key.
| Name | Type | Req | Description |
|---|---|---|---|
| seriesId | string | yes | FRED series ID (e.g., GDP, UNRATE, CPIAUCSL, FEDFUNDS) |
No output schema declared.
No examples provided.
get_market_overview ~33
Get overview of major market indices (S&P 500, DOW, NASDAQ, Russell 2000).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_portfolio_value ~23
Get current portfolio value with gains/losses for all positions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_sector_performance ~29
Get performance of all S&P 500 sectors (Technology, Financials, Healthcare, etc.).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_stock_history ~123
Get historical stock price data with OHLCV (Open, High, Low, Close, Volume).
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Stock ticker symbol |
No output schema declared.
No examples provided.
get_stock_quote ~63
Get real-time stock quote with price, change, volume, and key metrics. Supports any stock symbol (e.g., AAPL, GOOGL, MSFT).
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol (e.g., AAPL, GOOGL) |
No output schema declared.
No examples provided.
get_technical_indicator ~93
Get technical analysis indicators (SMA, EMA, RSI, MACD, BBANDS, STOCH, ADX). Requires Alpha Vantage API key.
| Name | Type | Req | Description |
|---|---|---|---|
| indicator | string | yes | Indicator type: SMA, EMA, RSI, MACD, BBANDS, STOCH, ADX |
| interval | string | — | Time interval: daily, weekly, monthly |
| symbol | string | yes | Stock ticker symbol |
No output schema declared.
No examples provided.
remove_from_portfolio ~38
Remove a position from your portfolio.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker or crypto ID |
| type | string | yes | Asset type |
No output schema declared.
No examples provided.
search_crypto ~30
Search for cryptocurrencies by name or symbol.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (coin name or symbol) |
No output schema declared.
No examples provided.
search_stocks ~33
Search for stocks by company name or ticker symbol.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (company name or ticker) |
No output schema declared.
No examples provided.