Create your API key
Open your Wordmarks account, create a personal API key, and copy it once. Never use the PesatRouter key here.
Developer platform
Connect once, then generate editable SVG wordmarks from Codex, Kilo, Zcode, Claude Code, or any compatible MCP client.
Open your Wordmarks account, create a personal API key, and copy it once. Never use the PesatRouter key here.
Use Streamable HTTP directly, or mcp-remote when your agent only supports local stdio.
Ask naturally. The agent calls generate_wordmark_logo and receives an editable SVG.
Remote MCP
MCP URL: https://wordmarks.net/mcp
Transport: Streamable HTTP
Header: Authorization: Bearer YOUR_WORDMARKS_TOKENLocal bridge
{
"type": "local",
"command": [
"npx.cmd", "-y", "mcp-remote",
"https://wordmarks.net/mcp",
"--header", "Authorization: Bearer ${WORDMARKS_TOKEN}"
],
"environment": { "WORDMARKS_TOKEN": "YOUR_TOKEN" },
"timeout": 120000
}Natural-language workflow
Once connected, users simply describe the brand. The agent chooses the Wordmarks tool automatically.
Use generate_wordmark_logo to create a modern horizontal wordmark for
"Kopi Nusantara", a premium Indonesian coffee brand. Use dark brown and gold.
Save the result as kopi-nusantara.svg.Client setup
Add a Streamable HTTP MCP server, use the URL above, then set the Authorization header.
Settings → Agent Behaviour → MCP Servers → add a remote server with URL and Bearer header.
Open MCP settings and add the remote endpoint. If remote HTTP is unavailable, use the local bridge config.
Run: claude mcp add --transport http wordmarks <URL> --header "Authorization: Bearer <TOKEN>"
Add the local mcp-remote bridge to .cursor/mcp.json, then restart Cursor.
Use Streamable HTTP POST, MCP protocol 2025-06-18, and Authorization: Bearer wm_live_...
Retry-After before retrying.