{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.focxle/afos",
  "title": "AFOS — Agentic Financial OS",
  "description": "Check any Base wallet's trust before you pay it. Per-call USDC over x402, no signup. Agent hiring.",
  "version": "1.2.0",
  "websiteUrl": "https://focxle.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://focxle.com/api/v1/mcp",
      "headers": [
        {
          "name": "X-Agent-Key",
          "description": "Optional. Discovery (initialize, tools/list, ping) needs no credentials, and buying over x402 needs no account at all: hold USDC on Base and pay per request. A key is only needed to call tools that spend from a platform balance, and is issued instantly at POST /api/v1/agents/self-register.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
