Car logo API and image CDN: search automotive brands, fetch brand data, and build logo CDN URLs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The official Model Context Protocol (MCP) server for Motomarks: a cloud-hosted bridge that gives your AI tools secure, real-time access to the Motomarks car logo API and image CDN.
MCP Registry: io.motomarks/mcp Β· Auth: OAuth 2.1 or API key Β· Hosting: Motomarks Cloud
The Motomarks MCP Server connects MCP-compatible clients to the Motomarks brand library. Once configured, your AI tools can search automotive brands, fetch brand data and color palettes, browse logo assets, and generate ready-to-embed CDN image URLs. Authentication uses OAuth 2.1 (browser sign-in) or a Motomarks secret API key, so every request respects your plan and rate limits.
With the Motomarks MCP Server, you can:
| Add to Cursor | Add to VS Code |
|---|---|
| Reference brand logos directly from your codebase. | Search brands and embed logos via GitHub Copilot. |
Transport: streamable HTTP. On first connection your client runs a browser-based OAuth flow (dynamic client registration + PKCE) against your Motomarks account. No JSON editing or manual token handling required.
| Client | Configuration |
|---|---|
| Claude (Claude.ai, Desktop, Code) | Add a custom connector with the endpoint URL, or use claude mcp add --transport http motomarks https://motomarks.io/api/mcp |
| Cursor | One-click install above, or add the URL under Settings β MCP |
| VS Code (GitHub Copilot) | One-click install above, or "motomarks": { "type": "http", "url": "https://motomarks.io/api/mcp" } in mcp.json |
| Google Gemini CLI | gemini extensions install with this repo, or add the httpUrl to settings.json |
| Any stdio-only client | Connect through the mcp-remote proxy (below) |
For clients that only speak stdio, connect through mcp-remote:
Requires Node.js 20+. The proxy opens a browser for OAuth sign-in and caches tokens locally.
For CI, backends, or non-interactive setups, authenticate with a Motomarks secret API key (sk_..., created in your dashboard) instead of OAuth by sending it as a Bearer token:
With the local proxy:
| Tool | Intent | Description |
|---|---|---|
search_brands | read | Search published brands by name, company, or slug; optionally include CDN image URLs |
get_brand | read | Full brand detail: description, colors, palette, social links, company facts, FAQs |
list_brand_assets | read | Available logo assets (type, format, size, aspect, dimensions) with CDN URLs |
build_image_url | read | Deterministic CDN image URL using your publishable key |
describe_api_endpoint | read | HTTP reference for the raw REST API operations |
get_account | read | Your plan, attribution status, and today's usage vs. limit |
Resources: motomarks://docs/image-cdn, motomarks://docs/api-v1, motomarks://brand/{slug}.
Prompts: find_brand_logo, embed_brand_image.
MCP clients can act on your behalf. Only use trusted clients, prefer least privilege, and review your connected apps in the Motomarks dashboard. See SECURITY.md for reporting.
This repo contains no server code β the server is hosted at https://motomarks.io/api/mcp. Publishing means listing the endpoint in registries and directories:
motomarks.io domain for the io.motomarks registry namespace (DNS or HTTP challenge), then publish the manifest: mcp-publisher login dns --domain motomarks.io && mcp-publisher publish with server.json.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/motomarks-mcp-server)<a href="https://allmcps.com/mcp/motomarks-mcp-server"><img src="https://allmcps.com/api/badge/motomarks-mcp-server?style=directory" alt="Motomarks MCP Server on AllMCPs" /></a>