# io.github.SebastianBO/financial-data (npm · @lician/mcp-server)

Stock prices, financials, insider trades, institutional holdings for 141K+ companies

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

## Components

- npm · `@lician/mcp-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/sebastianbo-financial-data/lician-mcp-server.md), [page](https://verifymcp.io/servers/sebastianbo-financial-data/lician-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@lician/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 197 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1187 tokens (~74/item across 16 items; 16 tools + 0 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 sebastianbo-financial-data -- npx -y @lician/mcp-server
```

### Codex

```bash
codex mcp add sebastianbo-financial-data -- npx -y @lician/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sebastianbo-financial-data": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@lician/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sebastianbo-financial-data --command npx --arg -y --arg @lician/mcp-server
```

### Hermes

```yaml
mcp_servers:
  sebastianbo-financial-data:
    command: "npx"
    args: ["-y", "@lician/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "sebastianbo-financial-data": {
      "command": "npx",
      "args": [
        "-y",
        "@lician/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, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [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] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 16, −6)

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

### 2026-07-31 (score 22, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (16)

### `get_stock_price` (~71 tokens)

Get the current stock price, daily change, volume, and market cap for a ticker symbol. Use this when users ask about current stock prices or want to know how a stock is performing today.

Input parameters:

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

### `get_historical_prices` (~98 tokens)

Get historical daily price data (OHLCV) for a stock over a date range. Use this for price history, charts, or trend analysis.

Input parameters:

- `end_date` (string): End date in YYYY-MM-DD format
- `limit` (number): Number of data points to return (default: 30)
- `start_date` (string): Start date in YYYY-MM-DD format
- `ticker` (string, required): Stock ticker symbol

### `get_income_statement` (~86 tokens)

Get income statement data including revenue, gross profit, operating income, net income, and EPS. Use this when users ask about a company's revenue, profits, earnings, or profitability.

Input parameters:

- `limit` (number): Number of periods to return (default: 4)
- `period` (string): Reporting period type (default: quarterly)
- `ticker` (string, required): Stock ticker symbol

### `get_balance_sheet` (~86 tokens)

Get balance sheet data including total assets, liabilities, shareholders equity, cash, and debt. Use this when users ask about a company's financial position, assets, debt, or equity.

Input parameters:

- `limit` (number): Number of periods to return (default: 4)
- `period` (string): Reporting period type (default: quarterly)
- `ticker` (string, required): Stock ticker symbol

### `get_cash_flow` (~85 tokens)

Get cash flow statement data including operating, investing, and financing cash flows, plus free cash flow. Use this when users ask about cash generation, capital expenditures, or dividends.

Input parameters:

- `limit` (number): Number of periods to return (default: 4)
- `period` (string): Reporting period type (default: quarterly)
- `ticker` (string, required): Stock ticker symbol

### `get_financial_metrics` (~67 tokens)

Get key financial ratios and metrics including P/E ratio, P/B ratio, ROE, ROA, debt-to-equity, margins, and dividend yield. Use this when users ask about valuation, profitability ratios, or financial health.

Input parameters:

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

### `get_insider_trades` (~97 tokens)

Get SEC Form 4 insider trading activity showing buys and sells by executives and directors. Use this when users ask about insider trading, whether insiders are buying or selling, or executive stock transactions.

Input parameters:

- `limit` (number): Number of trades to return (default: 50)
- `ticker` (string): Stock ticker symbol (optional - returns all recent trades if omitted)
- `transaction_type` (string): Filter by transaction type

### `get_institutional_holders` (~74 tokens)

Get 13F institutional ownership data showing which funds and institutions hold a stock. Use this when users ask about institutional ownership, who owns a stock, or hedge fund holdings.

Input parameters:

- `limit` (number): Number of holders to return (default: 20)
- `ticker` (string, required): Stock ticker symbol

### `get_investor_portfolio` (~86 tokens)

Get all stock holdings for a specific institutional investor from their 13F filing. Use this when users ask about what stocks a specific fund or investor owns.

Input parameters:

- `investor` (string, required): Investor name (e.g., 'Berkshire Hathaway', 'Vanguard', 'BlackRock')
- `limit` (number): Number of holdings to return (default: 50)

### `get_analyst_ratings` (~57 tokens)

Get analyst buy/hold/sell ratings and price targets for a stock. Use this when users ask about analyst opinions, price targets, or whether analysts recommend buying a stock.

Input parameters:

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

### `get_analyst_estimates` (~65 tokens)

Get analyst EPS and revenue estimates for upcoming quarters. Use this when users ask about earnings expectations, revenue forecasts, or analyst estimates.

Input parameters:

- `limit` (number): Number of quarters to return (default: 4)
- `ticker` (string, required): Stock ticker symbol

### `get_company_info` (~53 tokens)

Get company profile information including sector, industry, description, CEO, employees, and headquarters. Use this when users ask about what a company does or want general company information.

Input parameters:

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

### `get_stock_news` (~72 tokens)

Get recent news articles about a stock or the market. Use this when users ask about news, headlines, or recent developments for a stock.

Input parameters:

- `limit` (number): Number of articles to return (default: 20)
- `ticker` (string): Stock ticker symbol (optional - returns market news if omitted)

### `get_sec_filings` (~86 tokens)

Get SEC filings for a company including 10-K annual reports, 10-Q quarterly reports, and 8-K current reports. Use this when users ask about SEC filings or regulatory documents.

Input parameters:

- `limit` (number): Number of filings to return (default: 20)
- `ticker` (string, required): Stock ticker symbol
- `type` (string): Filter by filing type

### `get_crypto_prices` (~60 tokens)

Get current cryptocurrency prices including Bitcoin, Ethereum, and other major cryptos. Use this when users ask about crypto prices or cryptocurrency data.

Input parameters:

- `symbol` (string): Crypto symbol (e.g., BTC, ETH) - optional, returns all if omitted

### `get_interest_rates` (~44 tokens)

Get current Treasury yields and interest rate data including fed funds rate and yields across maturities. Use this when users ask about interest rates, Treasury yields, or the yield curve.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 16
- 2026-07-31: 22
- 2026-07-29: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

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