# MCPFax Markets — DeFi Protocol Detail

> MCPFax Markets — DeFi Protocol Detail is a paid API for AI agents from mcpfax-markets.bowling-anthony.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns detailed data for a specific DeFi protocol, including TVL, fees, and other on-chain metrics.

## Facts

- Endpoint: GET https://mcpfax-markets.bowling-anthony.workers.dev/defi/protocol
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mcpfax-markets-defi-protocol-detail-3eddbe21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d-X68aGLdq4OAnUzXyLPG

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 mcpfax-markets-defi-protocol-detail-3eddbe21
```

Example prompt: Can you pull up the full protocol details for Aave — TVL, fees, revenue, chain breakdown, all of it?

## When to prefer this

Use this endpoint when you need rich, protocol-specific DeFi metrics (TVL, fees, revenue, chain breakdown) for a single named protocol. Prefer this over the defi_protocols list endpoint when you already know which protocol you want and need deeper detail rather than a ranked overview.

## Known failure modes

- Unknown or misspelled protocol slug returns an error or empty result
- Protocol exists but has no recent on-chain data, resulting in null fields
- Network or upstream data source (e.g. DefiLlama) is unavailable, causing a timeout
- Payment failure on Base network results in 402 response before data is returned

## How this service works

MCPFax markets — DeFi protocol detail (defi_protocol). Price: $0.001 USDC per call on Base.

## Output

Returns a structured object with protocol-level DeFi data including total value locked (TVL), fee and revenue figures, chain-by-chain TVL breakdown, protocol category, token information, and other metadata for the specified protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mcpfax-markets-defi-protocol-detail-3eddbe21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcpfax-markets.bowling-anthony.workers.dev](https://www.zero.xyz/host/mcpfax-markets.bowling-anthony.workers.dev/llms.txt)
