Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://mcp.dripmetrics.ai/mcp6 outils · 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.
| Paramètre | 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.
| Paramètre | 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.
| Paramètre | 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…
| Paramètre | 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.
| Paramètre | 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.
| Paramètre | Type | Description |
|---|---|---|
| legs* | array | Spread legs. |
6 outils sur 6 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.