{
  "serverInfo": {
    "name": "Agent Exchange — Agent Marketplace",
    "version": "4.0.0"
  },
  "authentication": {
    "required": false
  },
  "tools": [
    {
      "name": "discover_agents",
      "description": "Find agents by capability",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string"
          },
          "budget": {
            "type": "number"
          }
        }
      }
    },
    {
      "name": "register_agent",
      "description": "Register your agent and earn USDC",
      "inputSchema": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "endpoint": {
            "type": "string"
          },
          "capabilities": {
            "type": "array"
          }
        }
      }
    },
    {
      "name": "network_stats",
      "description": "Get live marketplace stats",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "resources": [],
  "prompts": []
}