{
  "x402Version": 2,
  "id": 8104,
  "slug": "8104",
  "resource": "https://flat-rate-llm.kikoribera03.workers.dev/mcp",
  "description": "MCP server exposing 28 tools - LLM completion, read-only EVM tooling and pure crypto utilities. initialize and tools/list are free so any client or directory can enumerate the tools; only tools/call is charged, a flat $0.001 per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc210Ea7D5692a6401ADf25BbCB7aCDe9cDB7e9Ff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0xc210Ea7D5692a6401ADf25BbCB7aCDe9cDB7e9Ff",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0xc210Ea7D5692a6401ADf25BbCB7aCDe9cDB7e9Ff",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "id": 1,
            "jsonrpc": "2.0",
            "method": "tools/call",
            "params": {
              "arguments": {
                "input": "hello"
              },
              "name": "util_keccak256"
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "id": 1,
            "jsonrpc": "2.0",
            "result": {
              "content": [
                {
                  "text": "{\"hash\":\"0x1c8aff95...\"}",
                  "type": "text"
                }
              ],
              "isError": false
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "id": {
                    "description": "Request id, echoed back.",
                    "type": "number"
                  },
                  "jsonrpc": {
                    "description": "Always \"2.0\".",
                    "type": "string"
                  },
                  "method": {
                    "description": "Use \"tools/call\". initialize and tools/list are free.",
                    "type": "string"
                  },
                  "params": {
                    "description": "{ name, arguments } - see tools/list for the 28 names.",
                    "type": "object"
                  }
                },
                "required": [
                  "jsonrpc",
                  "method",
                  "params"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "flat-rate-llm.kikoribera03.workers.dev",
  "lastUpdated": "2026-09-09T01:01:18.769Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T01:01:18.041Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "flat-rate-llm.kikoribera03.workers.dev",
    "manifest_name": "flat-rate-llm.kikoribera03.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}