Back to Browse

Ogstamp MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Pay-as-you-go Open Graph image API. Renders 1200x630 PNGs for agents. Credits never expire.

About

Pay-as-you-go Open Graph image API. Renders 1200x630 PNGs for agents. Credits never expire.

Remote endpoints: streamable-http: https://ogstamp.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

2 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-ogstamp-og": {
      "url": "https://ogstamp.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ogstamp

Official Node/TypeScript client for OG Stamp — pay-as-you-go Open Graph image API.

npm install ogstamp
# until npm publish: npm install github:BenceBakos/ogstamp

Quick start

import { OgStamp } from "ogstamp";

const og = new OgStamp({ apiKey: process.env.OGSTAMP_API_KEY }); // optional for free tier

// PNG buffer from title
const png = await og.render({ title: "Ship social cards from an API" });

// Or stamp a live page (auto theme from site colors)
const auto = await og.auto("https://example.com/blog/post");

// Debug what crawlers see
const peek = await og.peek("https://example.com/blog/post");
console.log(peek.title, peek.image);

// Credit packs
const packs = await og.packs();

Free tier

No key required for light use. Free renders are watermarked and metered per site. Buy credit packs on ogstamp.com/pricing when you need volume.

Links

License

MIT

Integrations

Reviews

No reviews yet

Be the first to review this server!