# MCPFax Markets — DeFi Protocols by TVL

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

Returns a ranked list of DeFi protocols sorted by Total Value Locked (TVL), providing broad market overview of the DeFi ecosystem.

## Facts

- Endpoint: GET https://mcpfax-markets.bowling-anthony.workers.dev/defi/protocols
- Price: $0.008/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-protocols-by-tvl-8ea1d53a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qQ893Qfw_cqzJ_AR-oITT

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-protocols-by-tvl-8ea1d53a
```

Example prompt: What are the top DeFi protocols ranked by total value locked right now? Give me a full list so I can see which protocols are dominating the market.

## When to prefer this

Use this endpoint when you need a broad overview of the entire DeFi landscape ranked by TVL. Prefer this over the defi_protocol (singular) endpoint when you want a comparative list rather than details on one specific protocol, and over defi_chains when your interest is in protocols rather than chain-level aggregates.

## Known failure modes

- Upstream data provider (e.g. DefiLlama) unavailable — may return 502 or empty response
- Payment not processed correctly — returns 402 Payment Required
- Rate limiting if called excessively — returns 429
- Network timeout from Cloudflare Worker — returns 504

## How this service works

MCPFax markets — DeFi protocols by TVL (defi_protocols). Price: $0.002 USDC per call on Base.

## Output

A ranked list of DeFi protocols including each protocol's name, total value locked (TVL), category (e.g. DEX, lending, liquid staking), and chain information, ordered from highest to lowest TVL.

## 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-protocols-by-tvl-8ea1d53a/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)
