Replace
sk_pa_YOUR_KEY with your secret API key from the API Tokens
dashboard. All clients use the same
endpoint and Bearer authentication — only the location of the config file
changes.Universal config
Most clients read MCP servers from a JSON file. The config is the same shape everywhere:Claude Code
Use theclaude mcp add CLI command:
--scope user to make the server available across all projects.
Cursor
1
Open MCP settings
Cursor → Settings → MCP, or open the Command Palette and run “MCP: Add
Server”.
2
Paste the config
Paste the universal config into the editor and save.
3
Restart Cursor
Restart Cursor — the
logokit server appears in the MCP list with two
tools available.Claude Desktop
Edit your Claude Desktop config file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
logokit entry to the mcpServers object (merge with any existing entries), then restart Claude Desktop:
VS Code
VS Code supports remote MCP servers via GitHub Copilot Chat (and other MCP-compatible extensions).1
Open the MCP config
Run “MCP: Add Server” from the Command Palette, or create a
.vscode/mcp.json file in your workspace.2
Paste the config
Use the universal config.
3
Reload the window
Reload the VS Code window — the
logokit tools become available to
Copilot Chat.Codex
OpenAI Codex CLI reads MCP servers from~/.codex/config.toml. Add a TOML entry:
Windsurf
Edit the Windsurf MCP config file (Settings → Cascade → MCP, or~/.codeium/windsurf/mcp_config.json), then restart Windsurf:
ChatGPT
ChatGPT (Pro / Team / Enterprise) supports remote MCP servers via the Connectors UI:1
Open Connectors
Settings → Connectors → Add MCP server.
2
Enter the endpoint
URL:
https://mcp.logokit.com/mcp3
Add the header
Header name:
Authorization · Value: Bearer sk_pa_YOUR_KEYOther clients
LogoKit MCP works with any client that supports remote MCP over HTTP — including Continue, Cline, Zed, and others. Use the universal config and consult your client’s documentation for where the MCP config file lives.Verify the connection
Once installed, the server registers two tools:get_brand_by_domain(domain)get_brand_by_ticker(symbol)
Troubleshooting
Daily request limit reached
Daily request limit reached
MCP calls share the daily quota of your Brand Data API plan. Limits reset
at midnight UTC. Upgrade your plan for a
higher quota.
Tools don't appear after install
Tools don't appear after install
Most clients require a full restart (not just a reload) after adding an MCP
server. If the tools still don’t show, check the client’s MCP log — most
clients surface connection errors there.
`No brand found` error
`No brand found` error
Brand coverage is constantly expanding. If a specific brand is missing,
report it from your dashboard and we’ll
prioritize it.

