Design
3dlogo.io
A tool for creating 3D logos online with materials like chrome, gold, and glass, live preview, and export to PNG, GLB, and MP4.
ENDPOINT 1
https://3dlogo.io/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
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-io]
url = "https://3dlogo.io/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"3dlogo-io": {
"type": "http",
"url": "https://3dlogo.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: 3dlogo-io
Remote MCP URL: https://3dlogo.io/api/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"3dlogo-io": {
"url": "https://3dlogo.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"3dlogo-io": {
"type": "http",
"url": "https://3dlogo.io/api/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "3dlogo-io bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "3dlogo-io",
"transport": "streamable-http",
"url": "https://3dlogo.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://3dlogo.io/api/mcp/public
MCP server metadata
- Name
- 3dlogo
- Version
- 1.0.0
3DLogo.io is a browser-based 3D logo maker. It makes 3D logos and 3D coins in the browser and turns photos or prompts into 3D meshes. Use build_logo_editor_link / build_coin_studio_link to hand the user a link that opens the studio already set up (text, material, lighting). Material ids come from list_materials; coin looks from list_coin_looks. Links open without an account. Exports on the free plan carry a small 3dlogo.io mark; Pro removes it and adds 4K stills and HD MP4. Generate runs on credits, from a Pro or Ultra plan or a one-time credit pack; get_plans has the ladder. For an existing logo image: upload_logo_image stores it (an attached file, a public image_url, or small base64 image_data) and returns a styled editor link; request_logo_image_upload gives a one-shot PUT URL for a file on the user's machine; build_logo_editor_link with upload=true opens the editor on the upload panel when the file cannot be sent.
Known tools 7
list_materialsMaterials the 3D logo editor can render (chrome, gold, glass, holographic, neon, clay, wood...).
Inferred read-onlylist_coin_looksPreset looks (gold, chrome, silver, bronze) and blank edges (reeded, milled, smooth) for the 3D coin studio.
Inferred read-onlybuild_logo_editor_linkReturns 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.
Potential side effectsbuild_coin_studio_linkReturns a link that opens the 3D coin studio with a mark struck into a coin.
Inferred read-onlyget_plansWhat Free, Pro and Ultra include (exports, watermark, credits, saves), plus the one-time credit packs and what they do and do not unlock.
Inferred read-onlyupload_logo_imageStores 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.
Inferred read-onlyrequest_logo_image_uploadFor 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.