gmail.com
Gmail is Google's email service. Its developer platform lets apps and agents read, manage, and send mailbox data through the Gmail API and related MCP tooling.
gmail.com exposes a Gmail REST API and a Gmail MCP server; both use Google-issued credentials, primarily OAuth 2.0, and the REST API also documents a `key` query parameter for Google API keys.
- Gmail MCP serverdetected
- Gmail APIdiscovered
Create a Google Cloud project, enable the Gmail API, configure the OAuth consent screen, then create an OAuth client ID in Create access credentials. For web-server access patterns, follow Implement server-side authorization and request the Gmail scopes your app needs from Choose scopes.
In Create access credentials, create an API key for your Google Cloud project after enabling the Gmail API. Google documents it as the key query parameter for requests when an OAuth 2.0 token is not provided; Gmail methods that access mailbox data still generally require OAuth scopes, so use this mainly where the API method permits project identification/quota without user data access.
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