# Basis Protocol (npm · @basis-protocol/mcp-server)

Stablecoin risk scores, wallet risk profiles, and transaction risk assessment.

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

## Components

- npm · `@basis-protocol/mcp-server`: 64/100 (this document), [markdown](https://verifymcp.io/servers/shlok-lgtm-basis-mcp/basis-protocol-mcp-server.md), [page](https://verifymcp.io/servers/shlok-lgtm-basis-mcp/basis-protocol-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@basis-protocol/mcp-server`
- Version: `1.0.3`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 96), 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 (95 of 96), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 118 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 552 tokens (~69/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 shlok-lgtm-basis-mcp -- npx -y @basis-protocol/mcp-server
```

### Codex

```bash
codex mcp add shlok-lgtm-basis-mcp -- npx -y @basis-protocol/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shlok-lgtm-basis-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@basis-protocol/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add shlok-lgtm-basis-mcp --command npx --arg -y --arg @basis-protocol/mcp-server
```

### Hermes

```yaml
mcp_servers:
  shlok-lgtm-basis-mcp:
    command: "npx"
    args: ["-y", "@basis-protocol/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "shlok-lgtm-basis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@basis-protocol/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 64, +1)

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

### 2026-08-02 (score 63, +32)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-08-01 (score 31, +15)

- [security improvement] Malware scan: 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-28 (score 40, +22)

- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

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

First indexed and scored.

## MCP tools (8)

### `get_stablecoin_scores` (~76 tokens)

Get current SII scores for all scored stablecoins. Use before any decision involving stablecoins — portfolio assessment, swap routing, or collateral evaluation.

Input parameters:

- `min_grade` (string): Optional minimum grade filter (e.g. 'B+' returns B+ and above)
- `sort_by` (string): Sort order for results

### `get_stablecoin_detail` (~71 tokens)

Full score breakdown for a specific stablecoin including category scores, structural subscores, and methodology version. Use to deep-dive into why an asset scored the way it did.

Input parameters:

- `coin` (string, required): Stablecoin identifier (e.g. 'usdc', 'usdt', 'dai')

### `get_wallet_risk` (~61 tokens)

Get risk profile for a specific Ethereum wallet — composite risk score, concentration risk, coverage quality, dominant holdings. Use for counterparty due diligence before a transaction.

Input parameters:

- `address` (string, required): Ethereum wallet address (0x-prefixed, 42 characters)

### `get_wallet_holdings` (~55 tokens)

Detailed holdings breakdown for an Ethereum wallet with per-asset SII scores. Use to understand exactly what a wallet holds and identify unscored exposure.

Input parameters:

- `address` (string, required): Ethereum wallet address (0x-prefixed)

### `get_riskiest_wallets` (~65 tokens)

Wallets with the most capital at risk — lowest risk scores weighted by total value. Use for systemic risk monitoring and identifying wallets most impacted by a stablecoin failure.

Input parameters:

- `limit` (integer): Number of wallets to return (1–100, default 20)

### `get_scoring_backlog` (~59 tokens)

Unscored stablecoin assets ranked by total capital exposure across all indexed wallets. Shows which unscored assets represent the most risk.

Input parameters:

- `limit` (integer): Number of backlog items to return (1–100, default 20)

### `check_transaction_risk` (~100 tokens)

Composite risk assessment for a proposed stablecoin transaction — evaluates the asset, sender wallet, and receiver wallet. The core agent decision gate before executing any stablecoin transfer, swap, or deposit.

Input parameters:

- `asset_symbol` (string, required): Symbol of the stablecoin being transferred (e.g. 'usdc', 'dai')
- `from_address` (string, required): Sender's Ethereum wallet address
- `to_address` (string, required): Receiver's Ethereum wallet address

### `get_methodology` (~42 tokens)

Returns the current SII formula, category weights, structural subweights, grade scale, data sources, and version information. Use for explaining scoring decisions and audit transparency.

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 31
- 2026-07-31: 16
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 18

## Links

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