by.authorized/brands
Official3 toolsSearch brands and find authorized retailers on authorized.by
Search brands and locate authorized retailers through authorized.by directory.
Captured live from the server via tools/list.
get_brands
Search authorized brands and manufacturers on authorized.by. Returns brand names, slugs, logos and authorized-retailer counts. Omit 'search' to retrieve the full index.
Parameters (3)
- searchstring
Filter by brand name or alias. Optional.
- pageinteger
Zero-based page number (default 0).
- sizeinteger
Page size (default 500).
get_brand
Get the full profile for a specific brand: categories, website, certificate URL, headquarters country and description.
Parameters (1)
- id_or_aliasstringrequired
Brand numeric ID or alias, e.g. 'deuter' or '16709'.
get_brand_retailers
Get all retailers authorized by a brand, sorted by subscription plan (PREMIUM → START → FREE) then by brand-connection count descending.
Parameters (1)
- id_or_aliasstringrequired
Brand numeric ID or alias.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"brands": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.authorized.by/api/public/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.