Motomarks MCP Server
OfficialEnables searching and retrieving BMW brand information, color palettes, and logo assets from the Motomarks car logo API.
Enables searching and retrieving Lamborghini brand information, color palettes, and logo assets from the Motomarks car logo API.
Enables searching and retrieving Toyota brand information, color palettes, and logo assets from the Motomarks car logo API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Motomarks MCP ServerWhat are Lamborghini's brand colors?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
Search and inspect any published car brand: names, slugs, descriptions, colors, palettes, social links, and company facts.
Browse logo assets per brand: full logos, badges, and wordmarks in webp, png, and svg across five sizes.
Generate CDN image URLs authenticated with your publishable key, ready to paste into HTML, React, or Markdown.
Check your account: plan, attribution status, and today's API usage.
One-click setup
Reference brand logos directly from your codebase. | Search brands and embed logos via GitHub Copilot. |
Related MCP server: Logo.dev MCP Server
Endpoint
https://motomarks.io/api/mcpTransport: 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.
Supported clients
Client | Configuration |
Claude (Claude.ai, Desktop, Code) | Add a custom connector with the endpoint URL, or use |
Cursor | One-click install above, or add the URL under Settings → MCP |
VS Code (GitHub Copilot) | One-click install above, or |
Google Gemini CLI |
|
Any stdio-only client | Connect through the mcp-remote proxy (below) |
Local proxy (stdio clients)
For clients that only speak stdio, connect through mcp-remote:
{
"mcpServers": {
"motomarks": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://motomarks.io/api/mcp"]
}
}
}Requires Node.js 20+. The proxy opens a browser for OAuth sign-in and caches tokens locally.
Headless / API key authentication
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:
Authorization: Bearer sk_...With the local proxy:
{
"mcpServers": {
"motomarks": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://motomarks.io/api/mcp",
"--header",
"Authorization: Bearer sk_..."
]
}
}
}Supported tools
Tool | Intent | Description |
| read | Search published brands by name, company, or slug; optionally include CDN image URLs |
| read | Full brand detail: description, colors, palette, social links, company facts, FAQs |
| read | Available logo assets (type, format, size, aspect, dimensions) with CDN URLs |
| read | Deterministic CDN image URL using your publishable key |
| read | HTTP reference for the raw REST API operations |
| 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.
Example workflows
"Add the BMW badge logo to this pricing table."
"What are Lamborghini's brand colors? Give me the full palette."
"List every wordmark asset for Toyota and pick the best one for a dark navbar."
"How many API requests do I have left today?"
Data and security
All traffic is encrypted in transit over HTTPS.
OAuth 2.1 (PKCE, dynamic client registration) or scoped API keys control access.
Tools respect your Motomarks plan, attribution requirements, and rate limits.
Secret keys are never echoed back by tools; account output masks them.
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.
Publishing (maintainers)
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:
Verify the
motomarks.iodomain for theio.motomarksregistry namespace (DNS or HTTP challenge), then publish the manifest:mcp-publisher login dns --domain motomarks.io && mcp-publisher publishwith server.json.Submit the registry entry / repo to MCP directories (official MCP Registry, Cursor marketplace, Claude connectors, PulseMCP, Smithery, Glama).
Support
Docs: motomarks.io/docs/mcp
Issues: GitHub issues
Email: support@motomarks.io
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to fetch company logos, brand colors, fonts, and corporate information from the Brandfetch API using domain lookups or keyword searches.Last updated1MIT
- FlicenseAqualityDmaintenanceEnables searching for company logos by brand name and retrieving customizable logo image URLs with options for format, size, theme, and greyscale conversion using the Logo.dev API.Last updated2

BrandKity MCP Serverofficial
AlicenseAqualityAmaintenanceEnables AI agents to create, manage, and publish brand kits with colors, typography, logos, and white-label branding via the BrandKity platform.Last updated22212MIT- AlicenseAqualityBmaintenanceEnables generating UI design rules, fetching color palettes, and retrieving brand design references from over 328 brands.Last updated297MIT
Related MCP Connectors
Search brands and retrieve design assets, company data, other brand context from Brandfetch's API
Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/motomarks/motomarks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server