Fluke-Studio/uk-business-intelligence-mcp
UK Business Intelligence API & MCP Server — Companies House, Google Places, DNS, and social media data in one call
Platform-specific configuration:
{
"mcpServers": {
"uk-business-intelligence-mcp": {
"command": "npx",
"args": [
"-y",
"uk-business-intelligence-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/uk-business-intelligence-mcp) [](https://opensource.org/licenses/MIT)
[ukbusinessintel.com](https://ukbusinessintel.com) — Get your free API key
Know everything about any UK business in one API call. Company records, Google reviews, website health, and social profiles — unified into a single JSON response.
Also available as an MCP server for Claude Desktop and Cursor.
There are 3 Companies House MCP servers on GitHub — all are thin wrappers around the CH API alone. This is different:
Add this to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"uk-business-intel": {
"command": "npx",
"args": ["-y", "uk-business-intelligence-mcp"],
"env": {
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "your-key",
"COMPANIES_HOUSE_API_KEY": "your-key",
"GOOGLE_PLACES_API_KEY": "your-key",
"API_KEY_SALT": "your-random-32-char-string"
}
}
}
}Then ask Claude: *"Look up Greggs in Newcastle"* — it returns the full enriched profile.
# 1. Create an API key
curl -X POST https://your-domain.com/api/v1/keys \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
# 2. Enrich a bLoading reviews...