Catalog
Uk Business Intelligence
Officialby Fluke-Studio
Enrich any UK business with Companies House, Google Places, DNS, and social data.
Enrich UK businesses with data from Companies House, Google Places, DNS, and social.
README not available yet.
Install
Configuration
Environment variables
SUPABASE_URLrequiredSupabase project URL
SUPABASE_SERVICE_ROLE_KEYrequiredsecretSupabase service role key
COMPANIES_HOUSE_API_KEYrequiredsecretCompanies House API key
GOOGLE_PLACES_API_KEYrequiredsecretGoogle Places API key
claude_desktop_config.json
{
"mcpServers": {
"uk-business-intelligence": {
"command": "npx",
"args": [
"-y",
"uk-business-intelligence-mcp@0.1.3"
],
"env": {
"SUPABASE_URL": "<YOUR_SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>",
"COMPANIES_HOUSE_API_KEY": "<YOUR_COMPANIES_HOUSE_API_KEY>",
"GOOGLE_PLACES_API_KEY": "<YOUR_GOOGLE_PLACES_API_KEY>"
}
}
}
}