MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / isBrandfetchConfigured

Function isBrandfetchConfigured

server/src/services/brandfetch.ts:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 * Check if Brandfetch is configured
164 */
165export function isBrandfetchConfigured(): boolean {
166 return !!BRANDFETCH_API_KEY;
167}
168
169/**
170 * Fetch brand data from Brandfetch API

Callers 7

handleToolCallMethod · 0.85
createRegistryApiRouterFunction · 0.85
enrichBrandFunction · 0.85
expandHouseFunction · 0.85
researchDomainFunction · 0.85
createBrandToolHandlersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected