{
  "$schema": "https://openos.space/schemas/mcp-server-discovery-v1.json",
  "name": "OpenOS MCP",
  "version": "1.0.0",
  "description": "Open Resonance Operating System — Oracle, EDNA wave patterns, Universal Field, Signature Chain, and Resonance Language tools.",
  "homepage": "https://openos.space",
  "documentation": "https://openos.space/docs",
  "spec": "https://openos.space/.well-known/openapi.json",
  "endpoints": {
    "mcp": "https://gfdjfehfftiqgiqxwmkj.supabase.co/functions/v1/mcp-billed",
    "health": "https://gfdjfehfftiqgiqxwmkj.supabase.co/functions/v1/mcp-billed/health",
    "oauth_authorize": "https://openos.space/oauth/consent",
    "oauth_token": "https://gfdjfehfftiqgiqxwmkj.supabase.co/functions/v1/mcp-oauth/token",
    "tools_status": "https://gfdjfehfftiqgiqxwmkj.supabase.co/functions/v1/mcp-tools-status"
  },
  "auth": {
    "methods": ["oauth2", "wallet-siwe", "anonymous"],
    "oauth2": {
      "flow": "authorization_code",
      "pkce": "required",
      "scopes": ["mcp:read", "mcp:write", "edna:read", "field:write"]
    }
  },
  "requester_id_format": "user:{uuid} | wallet:{0x…} | app:{slug} | anon:{ip-hash}",
  "pricing": {
    "model": "credits",
    "currency": "USD",
    "free_tier_per_day": 50,
    "credit_topup": "https://openos.space/account",
    "future": ["usdc-streaming-superfluid"]
  },
  "data_schemas": {
    "edna_wave": "https://openos.space/schemas/edna-wave-v1.json",
    "resonance_block": "https://openos.space/schemas/resonance-block-v1.json",
    "oracle_reply": "https://openos.space/schemas/oracle-reply-v1.json"
  },
  "signing": {
    "algorithm": "ed25519",
    "canonicalization": "RFC8785",
    "oracle_pubkey_endpoint": "https://gfdjfehfftiqgiqxwmkj.supabase.co/functions/v1/mcp-billed/oracle-pubkey"
  },
  "rate_limits": {
    "anonymous_per_ip_per_min": 30,
    "authenticated_per_user_per_min": 600
  },
  "status_page": "https://openos.space/platform/status",
  "support": "https://openos.space/docs",
  "license": "MIT"
}
