Trademarkable

Connect your AI assistant

Trademarkable can plug into Claude Code, Codex, Cursor and other AI tools, so you can ask your agent to run a search for you.

How to set it up

  1. 1. Create a key below.
  2. 2. Copy the setup instructions it gives you.
  3. 3. Paste them into your AI assistant. It connects itself, and you can start asking it to run searches.

MCP access is part of the Founder plan. Sign in with a Founder account to create keys.

See the plans →
Technical details

The server speaks MCP over streamable HTTP at https://trademarkable.co.uk/api/mcp, authenticated with Authorization: Bearer and one of your keys. Three tools are exposed: quick_search, start_deep_search and check_deep_search. Quick search answers in seconds; deep search starts a run you then poll until the search is complete.

{
  "mcpServers": {
    "trademarkable": {
      "type": "http",
      "url": "https://trademarkable.co.uk/api/mcp",
      "headers": {
        "Authorization": "Bearer tmk_your_key_here"
      }
    }
  }
}