{
  "mcp_version": "1.0",
  "server_name": "Nynch MCP Server",
  "server_version": "1.0.0",
  "endpoints": {
    "streamable_http": "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "sampling": false,
    "roots": false
  },
  "authentication": {
    "required": true,
    "methods": [
      "api_key"
    ]
  },
  "security": {
    "tls_required": true,
    "min_tls_version": "1.2",
    "signed_requests_required": false,
    "security_contact": "support@nynch.com",
    "security_policy": "https://www.nynch.com/security"
  },
  "rate_limits": {
    "requests_per_hour": 1000
  },
  "documentation": "https://www.nynch.com/developers",
  "openapi": "https://www.nynch.com/openapi.json",
  "terms_of_service": "https://www.nynch.com/terms",
  "privacy_policy": "https://www.nynch.com/privacy"
}