← webmorp.art

INDIVIDUAL MCP TOOL

og_preview

Return a demo OGKit image URL suitable for opening in a browser or embedding in chat.

webmorp.artnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

webmorp.art

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.webmorp-art]
url = "https://www.webmorp.art/ogkit/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmorp-art": {
      "type": "http",
      "url": "https://www.webmorp.art/ogkit/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmorp-art
Remote MCP URL: https://www.webmorp.art/ogkit/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "webmorp-art": {
      "url": "https://www.webmorp.art/ogkit/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmorp-art": {
      "type": "http",
      "url": "https://www.webmorp.art/ogkit/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmorp-art",
  "transport": "streamable-http",
  "url": "https://www.webmorp.art/ogkit/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • og_list_templates — List available OG image templates (article, product, minimal, etc.) with short descriptions.
  • og_build_url — Build a canonical OGKit HTTPS image URL for a template and fields.
  • og_nextjs_snippet — Generate Next.js App Router generateMetadata() code wiring OGKit openGraph.images + twitter.images.
  • og_validate_page — Fetch a page HTML and report og:image, twitter:image, and common SEO/social preview issues.
  • ogkit_get_started — Return canonical links for docs, pricing, playground, signup, and llms.txt.