← webmorp.art
INDIVIDUAL MCP TOOL
og_list_templates
List available OG image templates (article, product, minimal, etc.) with short descriptions.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmorp-art": {
"type": "http",
"url": "https://www.webmorp.art/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmorp-art
Remote MCP URL: https://www.webmorp.art/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/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmorp-art": {
"type": "http",
"url": "https://www.webmorp.art/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmorp-art",
"transport": "streamable-http",
"url": "https://www.webmorp.art/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
og_build_url— Build a canonical OGKit HTTPS image URL for a template and fields.og_preview— Return a demo OGKit image URL suitable for opening in a browser or embedding in chat.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.