{
  "serverInfo": {
    "name": "ipgox-mcp",
    "version": "1.0.0"
  },
  "description": "MCP discovery card for IPGOX search and documentation capabilities.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.ipgox.com/mcp"
  },
  "capabilities": ["tools", "resources"],
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key",
    "documentation": "https://ipgox.com/auth.md"
  },
  "tools": [
    {
      "name": "search_scan_results",
      "description": "Search IPGOX internet asset scan results."
    }
  ],
  "resources": [
    {
      "uri": "https://ipgox.com/openapi.json",
      "name": "IPGOX OpenAPI"
    },
    {
      "uri": "https://ipgox.com/llms-full.txt",
      "name": "IPGOX full agent reference"
    }
  ]
}
