# DripMetrics MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ai-dripmetrics-mcp
- Website: https://dripmetrics.ai

## Install
- Endpoint: https://mcp.dripmetrics.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.dripmetrics.ai/mcp

## Tools
- list_metrics (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. Endpoint: https://mcp.dripmetrics.ai/mcp
- describe_metric (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. Endpoint: https://mcp.dripmetrics.ai/mcp
- get_payment_requirements (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. Endpoint: https://mcp.dripmetrics.ai/mcp
- get_metric (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. Endpoint: https://mcp.dripmetrics.ai/mcp
- compute_portfolio_var (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. Endpoint: https://mcp.dripmetrics.ai/mcp
- compute_spread_greeks (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. Endpoint: https://mcp.dripmetrics.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.dripmetrics
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 14, 2026
- Source: https://registry.modelcontextprotocol.io
