Use case

Logos and brand data for AI agents

Give your agents (Claude, Cursor) access to logos and brand data with the MCP server, no custom integrations.

curl -X POST "https://api.assetlogo.com/mcp" -H "Authorization: Bearer ak_live_..." \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

MCP server

Ready tools: get_logo, get_brand_data, search_companies.

Open standard

JSON-RPC over the MCP HTTP transport.

With your API key

Bearer authentication, quota by plan.

Other use cases