day.ai
Day AI is an AI-native CRM platform that lets users work with contacts, organizations, opportunities, meetings, and related workspace data. It also provides AI assistant capabilities that can be accessed from MCP-compatible clients and custom applications.
Day AI exposes an OAuth-protected remote MCP server at `https://day.ai/api/mcp` and publishes a GitHub-hosted SDK/CLI workflow for registering an OAuth client and authorizing access; no separate public REST, GraphQL, or standalone CLI surface was documented.
- Day AI MCP Serverdetected
- Day AI SDK CLI workflowdiscovered
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/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✓https://day.ai/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing