# CoinGecko Historical MCP

> CoinGecko Historical MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves historical cryptocurrency price and market data from CoinGecko via a paid MCP-compatible endpoint.

## Facts

- Endpoint: POST https://api.m2mcent.com/coingecko-historical-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coingecko-historical-mcp-233d5530
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xL14fRYLuhV24iD04iY-3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability coingecko-historical-mcp-233d5530 -d '<json body>'
```

Example prompt: What was the price, market cap, and trading volume of Ethereum on January 15, 2024? Pull the historical CoinGecko data for that date in USD.

## When to prefer this

Choose this endpoint when you need structured historical cryptocurrency market data (prices, volumes, market caps) for specific past dates and want MCP-compatible access with per-call micropayment pricing via x402. Prefer it over scraping or free-tier APIs when you need reliable, paid access without API key management.

## Known failure modes

- Unknown or misspelled coin ID returns an error or empty result
- Dates outside CoinGecko's historical coverage window may return no data
- Malformed query string in the data field may result in a processing error
- Payment failure (insufficient USDC) blocks the request
- Rate limiting or timeout if CoinGecko upstream is slow

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns historical cryptocurrency market data including price, market capitalization, and trading volume for specified coins and dates, sourced from CoinGecko's historical dataset.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-historical-mcp-233d5530/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
