{
  "name": "Jelou",
  "description": "Connect to the hosted Jelou MCP server to work with the user's authorized Jelou account.",
  "url": "https://mcp.jelou.ai/mcp",
  "transport": "streamable-http",
  "documentation": "https://mcp.jelou.ai/docs/mcp-connect-chatgpt.html",
  "authentication": {
    "type": "oauth2",
    "required": true,
    "authorization_server_metadata": "https://mcp.jelou.ai/.well-known/oauth-authorization-server",
    "protected_resource_metadata": "https://mcp.jelou.ai/.well-known/oauth-protected-resource"
  },
  "mcpServers": {
    "jelou": {
      "type": "http",
      "url": "https://mcp.jelou.ai/mcp"
    }
  }
}
