closai.io
Closai is a consumer app for organizing a user's purchase history and personal inventory across categories like fashion, beauty, home, and electronics. It lets users connect that inventory to AI assistants such as Claude for read-only search and recommendations.
Closai exposes an OAuth-protected MCP server at `https://app.closai.io/mcp/v2`; no public REST, GraphQL, or CLI developer surfaces were found.
- Closai MCP Serverdiscovered
Register an OAuth client against Closai's dynamic client registration endpoint at MCP register. The authorization server metadata is published at OAuth authorization server metadata, which lists the registration_endpoint, authorization_endpoint, and token_endpoint. For the easiest path, add Closai from a compatible MCP client marketplace/integrations UI and complete the browser sign-in/authorize flow there; clients can also register programmatically and then use OAuth 2.0 authorization code with PKCE. The metadata says token endpoint auth uses 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