{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "MCPGateway",
    "title": "1Shot API MCP",
    "version": "0.1"
  },
  "description": "MCP server for 1Shot API: wallets, contract methods, webhooks, and x402 payments.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.1shotapi.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "prompts": {
      "listChanged": true
    }
  },
  "authentication": {
    "required": true,
    "schemes": [
      "oauth2",
      "bearer"
    ]
  },
  "tools": [
    "dynamic"
  ],
  "prompts": [
    "dynamic"
  ]
}