# DripMetrics (remote · mcp.dripmetrics.ai)

Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.

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

## Components

- remote · `mcp.dripmetrics.ai`: 61/100 (this document), [markdown](https://verifymcp.io/servers/ai-dripmetrics-mcp/mcp.md), [page](https://verifymcp.io/servers/ai-dripmetrics-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.dripmetrics.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 640 tokens (~106/item across 6 items; 6 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 --transport http ai-dripmetrics-mcp https://mcp.dripmetrics.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-dripmetrics-mcp]
url = "https://mcp.dripmetrics.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-dripmetrics-mcp": {
      "type": "remote",
      "url": "https://mcp.dripmetrics.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-dripmetrics-mcp --url https://mcp.dripmetrics.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-dripmetrics-mcp:
    url: "https://mcp.dripmetrics.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-dripmetrics-mcp": {
      "type": "http",
      "url": "https://mcp.dripmetrics.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-02 (score 61, +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-07-31 (score 60, −2)

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

### 2026-07-30 (score 62, +1)

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

### 2026-07-29 (score 61, +1)

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

### 2026-07-27 (score 60, +1)

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

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (6)

### `list_metrics` (~93 tokens)

List DripMetrics metrics

Free. Lists every DripMetrics metric endpoint with its id, family, HTTP method, USD price, and summary. Use describe_metric for parameter details and get_metric (or the compute_* tools for POST endpoints) to fetch values. Paid fetches use x402 (USDC on Base); discovery is free.

Input parameters:

- `family` (string): Optional family filter, e.g. "Exchange metrics" or "BTC options".

### `describe_metric` (~62 tokens)

Describe a DripMetrics metric

Free. Returns full details for one metric id from list_metrics: parameters, request/response schemas, price, and how to fetch it.

Input parameters:

- `id` (string, required): Metric id from list_metrics, e.g. "metrics/vpin" or "options/gex".

### `get_payment_requirements` (~97 tokens)

Get exact x402 payment requirements

Free. Dry-runs a metric request without payment and returns the exact x402 challenge the API issues (accepted networks, asset, amount, payTo). Invalid parameters fail here before any payment.

Input parameters:

- `body` (object): JSON body for POST metrics (portfolio VaR, spread greeks).
- `id` (string, required): Metric id from list_metrics.
- `params` (object): Query parameters for GET metrics (see describe_metric).

### `get_metric` (~143 tokens)

Fetch a DripMetrics metric (paid)

Paid via x402 (up to $0.25 per request; exact price per metric in list_metrics). Fetches any GET metric by id with query parameters. Without payment this returns the x402 challenge in _meta["x402/error"]; x402-capable clients (e.g. withX402Client) sign it and retry with _meta["x402/payment"] automatically. Invalid requests fail before payment.

Input parameters:

- `id` (string, required): Metric id from list_metrics, e.g. "metrics/vpin".
- `params` (object): Query parameters, e.g. {"pair": "BTC-USD", "window": "1h"}. See describe_metric.

### `compute_portfolio_var` (~176 tokens)

Compute portfolio Value-at-Risk (paid)

Paid via x402 ($0.05 per request). Computes empirical and/or normal parametric VaR for a crypto portfolio. Provide either weights + portfolioValueUsd, or quantities. Invalid portfolios fail before payment.

Input parameters:

- `assets` (array, required): Asset symbols, e.g. ["BTC", "ETH"].
- `confidence` (number): Confidence level (default 0.95).
- `horizon` (string): Risk horizon, e.g. "1d" (default).
- `methods` (string): empirical, normal, or both (default).
- `portfolioValueUsd` (number): Total portfolio value in USD.
- `quantities` (array): Asset quantities (alternative to weights).
- `weights` (array): Portfolio weights (with portfolioValueUsd).
- `window` (string): Price history window (default 180d).

### `compute_spread_greeks` (~69 tokens)

Compute BTC option spread greeks (paid)

Paid via x402 ($0.05 per request). Nets Black-76 greeks across up to 6 Deribit BTC option legs and returns a spot×vol scenario P&L grid. Invalid legs or unknown instruments fail before payment.

Input parameters:

- `legs` (array, required): Spread legs.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-dripmetrics-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 60
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://mcp.dripmetrics.ai/mcp
- Website: https://dripmetrics.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-dripmetrics-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-dripmetrics-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-dripmetrics-mcp/mcp
