# CSE MCP (npm · @gajarthan/cse-mcp)

MCP server for Colombo Stock Exchange data

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

## Components

- npm · `@gajarthan/cse-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/gajarthan-cse-mcp/gajarthan-cse-mcp.md), [page](https://verifymcp.io/servers/gajarthan-cse-mcp/gajarthan-cse-mcp)

## Channel facts

- Registry: `npm`
- Package: `@gajarthan/cse-mcp`
- Version: `2.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-07.

- **Supply Chain Security**: 98/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.
  - 30 of 97 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (ISC).
  - Actively maintained (last published 128 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 283 tokens (~40/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 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 gajarthan-cse-mcp -- npx -y @gajarthan/cse-mcp
```

### Codex

```bash
codex mcp add gajarthan-cse-mcp -- npx -y @gajarthan/cse-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add gajarthan-cse-mcp --command npx --arg -y --arg @gajarthan/cse-mcp
```

### Hermes

```yaml
mcp_servers:
  gajarthan-cse-mcp:
    command: "npx"
    args: ["-y", "@gajarthan/cse-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "gajarthan-cse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gajarthan/cse-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-08-07 (score 70, +4)

- [security improvement] Known CVEs: partial → pass
- [functional] Dependency health: partial → 0.86

### 2026-08-06 (score 66, +1)

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

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

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 64, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

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

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: ISC

### 2026-08-01 (score 36, +20)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 16, −24)

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

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

First indexed and scored.

## MCP tools (7)

### `search_company` (~36 tokens)

Search CSE Companies

Search Colombo Stock Exchange companies by name or symbol using ranked matching.

Input parameters:

- `query` (string, required): Company name or ticker symbol to search for.

### `get_stock_quote` (~54 tokens)

Get Stock Quote

Get a normalized stock quote for a single CSE symbol, including price movement, volume, turnover, market cap, and beta values.

Input parameters:

- `symbol` (string, required): CSE ticker symbol such as JKH.N0000.

### `get_market_status` (~19 tokens)

Get Market Status

Return the current Colombo Stock Exchange trading session status.

### `get_market_summary` (~25 tokens)

Get Market Summary

Return concise market-wide volume, turnover, trade-count, and trade-date data.

### `get_top_gainers` (~50 tokens)

Get Top Gainers

Return the top CSE gainers with normalized price, percentage change, and timestamps.

Input parameters:

- `limit` (integer): Optional number of rows to return. Defaults to 10 and caps at 25.

### `get_top_losers` (~50 tokens)

Get Top Losers

Return the top CSE losers with normalized price, percentage change, and timestamps.

Input parameters:

- `limit` (integer): Optional number of rows to return. Defaults to 10 and caps at 25.

### `get_index_summary` (~49 tokens)

Get Index Summary

Return ASPI, S&P SL20, or both as concise index summaries.

Input parameters:

- `index` (string): Optional index selector. Use aspi, snp, or all. Defaults to all.

## Diagnostics

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

## Score history

- 2026-08-07: 70
- 2026-08-06: 66
- 2026-08-05: 65
- 2026-08-04: 64
- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 36
- 2026-07-31: 16
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

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