{
  "schemaVersion": "1.0",
  "name": "Laisky One API MCP Proxy",
  "description": "Authenticated MCP Streamable HTTP proxy for the oneapi.laisky.com AI gateway. It exposes administrator-configured upstream MCP tools through One API relay keys.",
  "version": "0.6",
  "homepageUrl": "https://oneapi.laisky.com/",
  "documentationUrl": "https://oneapi.laisky.com/llms.txt",
  "server": {
    "url": "https://oneapi.laisky.com/.well-known/mcp",
    "transport": "streamable-http",
    "protocol": "mcp",
    "description": "Public MCP discovery endpoint for documentation and capability inspection."
  },
  "authenticatedServer": {
    "url": "https://oneapi.laisky.com/mcp",
    "transport": "streamable-http",
    "protocol": "mcp",
    "description": "Authenticated MCP relay for administrator-configured upstream tools."
  },
  "authentication": {
    "type": "bearer",
    "header": "Authorization",
    "description": "Use Authorization: Bearer <relay-api-key>."
  },
  "discovery": {
    "agentCard": "https://oneapi.laisky.com/.well-known/agent-card.json",
    "serverCard": "https://oneapi.laisky.com/.well-known/mcp/server-card.json",
    "ask": "https://oneapi.laisky.com/ask",
    "openapi": "https://oneapi.laisky.com/openapi.json",
    "llmsTxt": "https://oneapi.laisky.com/llms.txt"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "streaming": true
  },
  "notes": [
    "The available MCP tools depend on administrator-configured upstream MCP servers and relay-key permissions.",
    "Relay keys are secrets and must not be logged, exposed in URLs, or included in prompts."
  ]
}
