{
  "$schema": "https://modelcontextprotocol.io/schema/v0.1/discovery.json",
  "name": "General Compute MCP",
  "description": "General Compute MCP server. OpenAI-compatible inference and tool calling exposed over Model Context Protocol for MCP-aware agents.",
  "vendor": "General Compute",
  "homepage": "https://www.generalcompute.com",
  "documentation": "https://docs.generalcompute.com",
  "endpoint": "https://mcp.generalcompute.com",
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.generalcompute.com"
  },
  "authentication": {
    "type": "api_key",
    "location": "header",
    "header": "Authorization",
    "scheme": "Bearer",
    "signup_url": "https://docs.generalcompute.com/agent-signup"
  },
  "resources": {
    "api": "https://api.generalcompute.com/v1",
    "docs": "https://docs.generalcompute.com",
    "openapi": "https://docs.generalcompute.com/openapi.json",
    "landing": "https://www.generalcompute.com/mcp"
  }
}