Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://mcp.dripmetrics.ai/mcp6 herramientas · 459 mslist_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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| legs* | array | Spread legs. |
6 de 6 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.