← motomarks.io

INDIVIDUAL MCP TOOL

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).

motomarks.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://motomarks.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_account and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

motomarks.io

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.

Related tools

  • sign_up — Create a free Motomarks account or start sign-in for an existing email.
  • complete_sign_up — Verify the six-digit email code from sign_up.
  • search_brands — Search published Motomarks brands by name, company, or slug, and optionally include ready-to-use CDN image URLs.
  • get_brand — Get full details for a published Motomarks brand by slug: description, colors, palette, social links, company facts, FAQs, and optionally its assets.
  • list_brand_assets — List available Motomarks logo assets for a brand and optionally include generated CDN image URLs.
  • build_image_url — Build a deterministic Motomarks image CDN URL authenticated with the caller's publishable key.
  • describe_api_endpoint — Return the HTTP endpoint, auth mode, params, and example for a Motomarks REST operation.