← 3dlogo.io

INDIVIDUAL MCP TOOL

get_plans

What Free, Pro and Ultra include (exports, watermark, credits, saves), plus the one-time credit packs and what they do and do not unlock.

3dlogo.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://3dlogo.io/api/mcp/public

No auth detected

Connect to this endpoint to inspect the live schema for get_plans and invoke it with your own arguments.

Indexed 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 server

3dlogo.io

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.3dlogo]
url = "https://3dlogo.io/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "3dlogo": {
      "type": "http",
      "url": "https://3dlogo.io/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 3dlogo
Remote MCP URL: https://3dlogo.io/api/mcp/public

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": {
    "3dlogo": {
      "url": "https://3dlogo.io/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "3dlogo": {
      "type": "http",
      "url": "https://3dlogo.io/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "3dlogo",
  "transport": "streamable-http",
  "url": "https://3dlogo.io/api/mcp/public"
}
MCP Inspector

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

Related tools

  • list_materials — Materials the 3D logo editor can render (chrome, gold, glass, holographic, neon, clay, wood...).
  • list_coin_looks — Preset looks (gold, chrome, silver, bronze) and blank edges (reeded, milled, smooth) for the 3D coin studio.
  • build_logo_editor_link — Returns a link that opens the 3D logo editor already styled, from a wordmark (text), from a stored logo image (mark, see upload_logo_image), or on the upload panel (upload=true) when the person will drop the file themselves.
  • build_coin_studio_link — Returns a link that opens the 3D coin studio with a mark struck into a coin.
  • upload_logo_image — Stores a logo image (PNG, JPEG, GIF, WebP up to 8 MB; SVG up to 1 MB) so the 3D logo editor can extrude it, and returns a mark id plus an editor link already styled.
  • request_logo_image_upload — For a logo file on the user's machine that cannot be sent inside a tool call: returns a mark id and a one-shot HTTPS PUT URL.