uk business intelligence for Grok
io.github.fluke-studio/uk-business-intelligence
Enrich any UK business with Companies House, Google Places, DNS, and social data.
client:Grok
transport:stdio
runtime:npm
Install uk business intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"uk-business-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uk-business-intelligence-mcp"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>",
"COMPANIES_HOUSE_API_KEY": "<COMPANIES_HOUSE_API_KEY>",
"GOOGLE_PLACES_API_KEY": "<GOOGLE_PLACES_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs