{
  "name": "ogimagen",
  "title": "OGImagen",
  "description": "Generate Open Graph, Twitter and LinkedIn images, host them permanently on a CDN, and get copy-ready meta tags.",
  "version": "1.0.0",
  "vendor": "9th Avenue",
  "homepage": "https://ogimagen.com",
  "documentation": "https://ogimagen.com/docs/mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://ogimagen.com/api/mcp"
  },
  "authorization": {
    "type": "oauth2",
    "metadata": "https://ogimagen.com/.well-known/oauth-authorization-server",
    "protectedResourceMetadata": "https://ogimagen.com/.well-known/oauth-protected-resource",
    "alternatives": [
      {
        "type": "bearer",
        "description": "Static ogim_ API key, paid plans only."
      }
    ]
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "generate_og_image",
      "description": "Generate an OG image and host it on the CDN."
    },
    {
      "name": "regenerate_og_image",
      "description": "Produce new variants of an existing generation with tweaks."
    },
    {
      "name": "get_generation",
      "description": "Poll a generation until it is done."
    },
    {
      "name": "get_snippet",
      "description": "Get framework-specific meta tags for a generation."
    },
    {
      "name": "list_generations",
      "description": "List recent generations for the account."
    },
    {
      "name": "list_brand_kits",
      "description": "List saved brand kits."
    },
    {
      "name": "estimate_cost",
      "description": "Check the credit cost of a generation before spending."
    }
  ]
}