mcp-server-gravatar
If you are the rightful owner of mcp-server-gravatar and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A stdio-based Model Context Protocol (MCP) server that provides access to Gravatar profile and avatar data.
The MCP Server for Gravatar is designed to facilitate the retrieval of Gravatar profile and avatar data through a stdio-based Model Context Protocol. This server allows clients, such as Claude Desktop and custom IDE plugins, to discover and invoke tools via MCP to fetch Gravatar profiles and avatars. It supports fetching profiles by email or SHA256 hash, retrieving specific profile fields, and listing user avatars. The server is built to work over stdio, making it easily integrable with MCP-aware clients. It requires Python 3.10 or later and the 'uv' CLI tool for installation and operation. Optional Docker support is available for regenerating the OpenAPI client.
Features
- Fetch Gravatar profile by email or SHA256 hash
- Retrieve specific profile fields
- List user avatars and fetch avatar image bytes
- Works over stdio for easy integration with MCP-aware clients