Documentation Index
Fetch the complete documentation index at: https://docs.logokit.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Paste the config
Paste the universal config into the editor and save.
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).Open the MCP config
Run “MCP: Add Server” from the Command Palette, or create a
.vscode/mcp.json file in your workspace.Paste the config
Use the universal config.
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:Other 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
Unauthorized / 401 error
Unauthorized / 401 error
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.

