Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://mcp.dripmetrics.ai/mcp6 tools · 459mslist_metricsFree. 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.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.
| Parameter | Type | Description |
|---|---|---|
| family | string | Optional family filter, e.g. "Exchange metrics" or "BTC options". |
describe_metricFree. Returns full details for one metric id from list_metrics: parameters, request/response schemas, price, and how to fetch it.Free. Returns full details for one metric id from list_metrics: parameters, request/response schemas, price, and how to fetch it.
| Parameter | Type | Description |
|---|---|---|
| id* | string | Metric id from list_metrics, e.g. "metrics/vpin" or "options/gex". |
get_payment_requirementsFree. 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.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.
| Parameter | Type | Description |
|---|---|---|
| id* | string | Metric id from list_metrics. |
| params | object | Query parameters for GET metrics (see describe_metric). |
| body | object | JSON body for POST metrics (portfolio VaR, spread greeks). |
get_metricPaid 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"] automa…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"] automa…
| Parameter | Type | Description |
|---|---|---|
| id* | string | 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_varPaid 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.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.
| Parameter | Type | Description |
|---|---|---|
| assets* | array | Asset symbols, e.g. ["BTC", "ETH"]. |
| weights | array | Portfolio weights (with portfolioValueUsd). |
| quantities | array | Asset quantities (alternative to weights). |
| portfolioValueUsd | number | Total portfolio value in USD. |
| window | string | Price history window (default 180d). |
| confidence | number | Confidence level (default 0.95). |
| horizon | string | Risk horizon, e.g. "1d" (default). |
| methods | string | empirical, normal, or both (default). |
compute_spread_greeksPaid 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.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.
| Parameter | Type | Description |
|---|---|---|
| legs* | array | Spread legs. |
6 of 6 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.