ogimage-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_og_imageA | Generate an OG image URL for social media previews. Returns a URL you can use in tags. |
| list_templatesA | List all available OG image templates |
| get_meta_tagA | Generate the HTML meta tag for an OG image URL |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: generating an OG image URL, generating the HTML meta tag, and listing templates. No overlap.
All tools follow a consistent verb_noun pattern with snake_case: generate_og_image, get_meta_tag, list_templates.
Three tools cover the core functionality of OG image generation well; the count is appropriate for the narrow scope.
The set covers generation, meta tag output, and template discovery. Missing template management (create/update/delete) but these are not core to the primary use case.