Motomarks MCP Server
Enables AI tools to search and retrieve automotive brand data, logos, and color palettes from the Motomarks car logo API, and generate authenticated CDN image URLs for embedding.
README
<p align="center"> <img src="images/motomarks_logo.svg" alt="Motomarks" width="320"> </p>
<h1 align="center">Motomarks MCP Server</h1>
<p align="center"> <b>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.</b> </p>
<p align="center"> MCP Registry: <code>io.motomarks/mcp</code> · Auth: OAuth 2.1 or API key · Hosting: Motomarks Cloud </p>
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
| Add to Cursor | Add to VS Code |
|---|---|
| Reference brand logos directly from your codebase. | Search brands and embed logos via GitHub Copilot. |
Endpoint
https://motomarks.io/api/mcp
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.
Supported clients
| 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) |
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 |
|---|---|---|
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.
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。