enzoreader.com
Enzo Reader is a service that brings a user's RSS and feed-reader content into ChatGPT for reading, search, and AI-assisted summaries. It connects to feed services like Feedbin and NewsBlur and syncs articles into a unified inbox.
Enzo Reader exposes a single public integration surface: an OAuth-protected MCP server at https://chatgpt.enzoreader.com/mcp.
- Enzo Reader MCP serverdiscovered
Register an OAuth client at Enzo Reader's dynamic client registration endpoint `/oauth/registration`, then run the standard OAuth 2.0 authorization flow against the authorization server advertised at `.well-known/oauth-authorization-server`. The metadata lists authorization_code and refresh_token grants, scopes including read and write, and token endpoint auth methods client_secret_basic and client_secret_post.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing