KosmoKrator

data

Brandfetch MCP, CLI, and Lua Integration for AI Agents

Brandfetch integration docs for AI agents: MCP gateway setup, Brandfetch CLI commands, Lua API reference, credentials, and function schemas.

Brandfetch for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
brandfetch.brandfetch_get_brand Read read 0 Get brand data by generic identifier.
brandfetch.brandfetch_get_brand_by_domain Read read 0 Get brand data by explicit domain route.
brandfetch.brandfetch_get_brand_by_ticker Read read 0 Get brand data by explicit ticker route.
brandfetch.brandfetch_get_brand_by_isin Read read 0 Get brand data by explicit ISIN route.
brandfetch.brandfetch_get_brand_by_crypto Read read 0 Get brand data by explicit crypto route.
brandfetch.brandfetch_search_brands Read read 0 Search brands by name or domain.
brandfetch.brandfetch_enrich_transaction Write write 0 Turn raw payment transaction text into merchant brand data.
brandfetch.brandfetch_logo_url Read read 0 Build a Logo API CDN URL with transformations.
brandfetch.brandfetch_list_logos Read read 0 Fetch a brand and return logos.
brandfetch.brandfetch_get_logo Read read 0 Legacy logo URL helper.
brandfetch.brandfetch_list_colors Read read 0 Fetch a brand and return colors.
brandfetch.brandfetch_list_fonts Read read 0 Fetch a brand and return fonts.
brandfetch.brandfetch_get_current_user Read read 0 Verify Brand API credentials with the Brandfetch test brand.
brandfetch.brandfetch_api_get Read read 0 Call a safe relative Brandfetch API path with GET.
brandfetch.brandfetch_api_post Write write 0 Call a safe relative Brandfetch API path with POST.