gravatar.com
Gravatar is a profile and avatar service that lets people associate public identity data and images with their email addresses. Other sites and apps can use it to retrieve avatars, profile details, and related profile assets.
Gravatar exposes a REST API at `https://api.gravatar.com/v3` with an OpenAPI document, public avatar-image URLs under `0.gravatar.com`, and an official npm-distributed MCP server CLI package; REST uses bearer API keys and also documents experimental OAuth2 for some endpoints.
- Gravatar Public APIdiscovered
- Gravatar avatar URLsdiscovered
- Gravatar MCP server CLI packagediscovered
Log in to your Gravatar account, open the Developer Dashboard, click Create New Application, complete the app details, then copy the generated API key. Use it as a bearer token in Authorization: Bearer <API_KEY>.
Create or update an application in the Developer Dashboard. Configure its redirect URL(s), then send users to https://public-api.wordpress.com/oauth2/authorize with your client_id, redirect_uri, response_type, and Gravatar scopes. Exchange the returned code at https://public-api.wordpress.com/oauth2/token, or use the implicit token flow described in the Authentication guide. Use the resulting access token as Authorization: Bearer <ACCESS_TOKEN>.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://gravatar.com/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