grain.com
Grain is a meeting recording and conversation intelligence platform that stores recordings, transcripts, notes, clips, coaching feedback, and related workspace data. It provides programmatic access to that meeting data for integrations and AI workflows.
Grain exposes a bearer-authenticated HTTP Public API and an OAuth-protected MCP server at `https://api.grain.com/_/mcp`; no public GraphQL API or first-party CLI was found.
- Grain MCP Serverdetected
- Grain Public APIdiscovered
In Grain, open Workspace Settings → API and click Generate personal token. This token acts as the signed-in user's personal API access and only grants access to meetings that user can view.
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://grain.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing