# io.github.arhancanli/canli-fundamentals-mcp (npm · canli-fundamentals-mcp)

SEC fundamentals point in time: first reported, known as of a date, every restatement.

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- npm · `canli-fundamentals-mcp`: 72/100 (this document), [markdown](https://verifymcp.io/servers/arhancanli-canli-fundamentals-mcp/canli-fundamentals-mcp.md), [page](https://verifymcp.io/servers/arhancanli-canli-fundamentals-mcp/canli-fundamentals-mcp)

## Channel facts

- Registry: `npm`
- Package: `canli-fundamentals-mcp`
- Version: `0.1.0`
- 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-09-27.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 3 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 649 tokens (~129/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.arhancanli/canli-fundamentals-mcp server?

io.github.arhancanli/canli-fundamentals-mcp runs locally as an npm package, launched with npx -y canli-fundamentals-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add arhancanli-canli-fundamentals-mcp -- npx -y canli-fundamentals-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "arhancanli-canli-fundamentals-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canli-fundamentals-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "arhancanli-canli-fundamentals-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canli-fundamentals-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add arhancanli-canli-fundamentals-mcp -- npx -y canli-fundamentals-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add arhancanli-canli-fundamentals-mcp --command npx --arg -y --arg canli-fundamentals-mcp
```

### Hermes

```yaml
mcp_servers:
  arhancanli-canli-fundamentals-mcp:
    command: "npx"
    args: ["-y", "canli-fundamentals-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "arhancanli-canli-fundamentals-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "canli-fundamentals-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add arhancanli-canli-fundamentals-mcp -t stdio -c npx -a -y canli-fundamentals-mcp
```

### Other

```json
{
  "mcpServers": {
    "arhancanli-canli-fundamentals-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canli-fundamentals-mcp"
      ]
    }
  }
}
```

## 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-09-27 (score 72)

First indexed and scored.

## MCP tools (5)

### `known_as_of` (~133 tokens)

Known as of a date

What a company had reported as of a date: per concept, the latest period filed by as_of, its value then, and whether it was later restated. For point-in-time backtests and 'what was known on date X'.

Input parameters:

- `as_of` (string, required): Decision date: only filings on or before it count.
- `company` (string, required): Ticker (AAPL) or SEC CIK.
- `concepts` (array): Default: ten common ones (revenue, net income, EPS, assets, equity, cash flow...).
- `periods` (string): annual (default) or quarterly.

Output parameters:

- `as_of` (string)
- `columns` (array)
- `company` (object)
- `limits` (array)
- `meaning` (string)
- `missing` (array)
- `rows` (array)
- `snapshot` (object)

### `history` (~185 tokens)

Concept history

One concept over time, newest first: as first reported (default), as latest filed, or as known on as_of, each with its filing and whether it later changed.

Input parameters:

- `as_of` (string): For basis as_of: only filings on or before this date count.
- `basis` (string): first_reported (default), latest, or as_of (the value known on as_of).
- `company` (string, required): Ticker (AAPL) or SEC CIK.
- `concept` (string, required): XBRL concept, e.g. Revenues or Assets (us-gaap unless prefixed, e.g. dei:...).
- `limit` (integer): Default 20, newest first.
- `periods` (string): annual (default), quarterly, or all (adds year-to-date).
- `unit` (string): Default: the unit with most periods.

Output parameters:

- `basis` (string)
- `columns` (array)
- `company` (object)
- `concept` (object)
- `limits` (array)
- `meaning` (string)
- `rows` (array)
- `snapshot` (object)
- `total` (number)

### `restatements` (~126 tokens)

Restated periods

Periods whose value changed in a later filing, with first and latest values and % change. Omit concept to scan everything.

Input parameters:

- `company` (string, required): Ticker (AAPL) or SEC CIK.
- `concept` (string): Default: every concept.
- `limit` (integer): Default 25, newest first.
- `min_change_pct` (number): Minimum absolute change, % of first value.
- `periods` (string): annual (default), quarterly, or all (adds year-to-date).
- `since` (string): Only periods ending on or after.

Output parameters:

- `changed` (number)
- `columns` (array)
- `company` (object)
- `limits` (array)
- `meaning` (string)
- `rows` (array)
- `scanned` (number)
- `snapshot` (object)

### `vintages` (~123 tokens)

Filing vintages

Every filing that reported one period of one concept, oldest first: the revision history behind a number.

Input parameters:

- `company` (string, required): Ticker (AAPL) or SEC CIK.
- `concept` (string, required): XBRL concept, e.g. Revenues or Assets (us-gaap unless prefixed, e.g. dei:...).
- `end` (string, required): Period end.
- `start` (string): Period start, when several periods share the end (quarter vs year-to-date).
- `unit` (string): Default: the unit with most periods.

Output parameters:

- `columns` (array)
- `company` (object)
- `concept` (object)
- `filing_url` (string)
- `limits` (array)
- `meaning` (string)
- `rows` (array)
- `snapshot` (object)

### `list_concepts` (~82 tokens)

List concepts

The XBRL concepts a company reports, with units, periods, date range and changed-period counts. Search here for exact concept names.

Input parameters:

- `company` (string, required): Ticker (AAPL) or SEC CIK.
- `limit` (integer): Default 40.
- `search` (string): Words in concept names or labels, e.g. revenue.

Output parameters:

- `columns` (array)
- `company` (object)
- `concepts` (number)
- `limits` (array)
- `matched` (number)
- `meaning` (string)
- `rows` (array)
- `snapshot` (object)

## Diagnostics

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

## Score history

- 2026-09-27: 72

## Common questions

### What is the io.github.arhancanli/canli-fundamentals-mcp server?

io.github.arhancanli/canli-fundamentals-mcp is listed in the public MCP registry as io.github.arhancanli/canli-fundamentals-mcp. SEC fundamentals point in time: first reported, known as of a date, every restatement. This page covers its npm package (canli-fundamentals-mcp).

### Is the io.github.arhancanli/canli-fundamentals-mcp server safe to use?

io.github.arhancanli/canli-fundamentals-mcp scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 27 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.arhancanli/canli-fundamentals-mcp server expose?

io.github.arhancanli/canli-fundamentals-mcp exposes 5 tools: known_as_of, history, restatements, vintages, list_concepts. Their descriptions and schemas cost roughly 649 tokens of context every time the server is loaded.

### Is the io.github.arhancanli/canli-fundamentals-mcp server still maintained?

io.github.arhancanli/canli-fundamentals-mcp is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.arhancanli/canli-fundamentals-mcp server under?

io.github.arhancanli/canli-fundamentals-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/canli-fundamentals-mcp
- Socket report: https://socket.dev/npm/package/canli-fundamentals-mcp
- Repository: https://github.com/arhancanli/canlicapital
- Changelog RSS feed: https://verifymcp.io/servers/arhancanli-canli-fundamentals-mcp/canli-fundamentals-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/arhancanli-canli-fundamentals-mcp/canli-fundamentals-mcp.json
- HTML version of this page: https://verifymcp.io/servers/arhancanli-canli-fundamentals-mcp/canli-fundamentals-mcp
