Enrich any UK business with Companies House records, Google Places ratings, website/SSL status, and social media links in one MCP tool call. Four data sources, single JSON response.
Server Config
{
"mcpServers": {
"uk-business-intelligence": {
"command": "npx",
"args": [
"-y",
"uk-business-intelligence-mcp"
],
"env": {
"SUPABASE_URL": "<YOUR_SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_KEY>",
"COMPANIES_HOUSE_API_KEY": "<YOUR_CH_KEY>",
"GOOGLE_PLACES_API_KEY": "<YOUR_GOOGLE_KEY>"
}
}
}
}