ENDPOINT 1
https://motomarks.io/api/mcp
MCP server metadata
- Name
- motomarks
- Version
- 1.1.0
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_upCreate a free Motomarks account or start sign-in for an existing email.
Potential side effectssearch_brandsSearch published Motomarks brands by name, company, or slug, and optionally include ready-to-use CDN image URLs.
Inferred read-onlyget_brandGet full details for a published Motomarks brand by slug: description, colors, palette, social links, company facts, FAQs, and optionally its assets.
Inferred read-onlylist_brand_assetsList available Motomarks logo assets for a brand and optionally include generated CDN image URLs.
Inferred read-onlybuild_image_urlBuild a deterministic Motomarks image CDN URL authenticated with the caller's publishable key.
Inferred read-onlydescribe_api_endpointReturn the HTTP endpoint, auth mode, params, and example for a Motomarks REST operation.
Inferred read-onlyget_accountGet 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-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.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.
motomarks.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.