← Registry

API Tools

motomarks.io

Provides car logos and automotive brand data via a CDN API.

1 endpoint8 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://motomarks.io/api/mcp

No auth detected

MCP server metadata

Name
motomarks
Version
1.1.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

Motomarks is a car logo API and image CDN. This session is not signed in. To create a free account or sign in, call sign_up with the user's email, then complete_sign_up with the six-digit code from their inbox. No password or credit card is required. search_brands and get_brand work without an account; CDN image URLs and get_account require completing sign-up.

Known tools 8

sign_up

Create a free Motomarks account or start sign-in for an existing email.

Potential side effects
complete_sign_up

Verify the six-digit email code from sign_up.

Potential side effects
search_brands

Search published Motomarks brands by name, company, or slug, and optionally include ready-to-use CDN image URLs.

Inferred read-only
get_brand

Get full details for a published Motomarks brand by slug: description, colors, palette, social links, company facts, FAQs, and optionally its assets.

Inferred read-only
list_brand_assets

List available Motomarks logo assets for a brand and optionally include generated CDN image URLs.

Inferred read-only
build_image_url

Build a deterministic Motomarks image CDN URL authenticated with the caller's publishable key.

Inferred read-only
describe_api_endpoint

Return the HTTP endpoint, auth mode, params, and example for a Motomarks REST operation.

Inferred read-only
get_account

Get the authenticated caller's Motomarks account: plan, attribution status, today's API usage against the daily limit, and active API keys (secret keys masked).

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: motomarks
Remote MCP URL: https://motomarks.io/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": {
    "motomarks": {
      "url": "https://motomarks.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for motomarks.io was fetched 2026-08-03T12:53:10.075Z and is being refreshed.

Trust status Neutral

motomarks.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.