loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

uk-business-intelligence-mcp

MCP Tool

Fluke-Studio/uk-business-intelligence-mcp

UK Business Intelligence API & MCP Server — Companies House, Google Places, DNS, and social media data in one call

Install

$ npx loaditout add Fluke-Studio/uk-business-intelligence-mcp

Platform-specific configuration:

.claude/settings.json
{
  "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.

About

UK Business Intelligence API & MCP Server

[](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.

Why this over existing Companies House MCP servers?

There are 3 Companies House MCP servers on GitHub — all are thin wrappers around the CH API alone. This is different:

  • 4 data sources in one call — Companies House + Google Places + DNS/SSL + social media
  • Intelligent matching — automatically links company records to their Google Places listing
  • Built-in caching — 7-day cache on company data, 24hr on everything else
  • Production-ready — rate limiting, usage tracking, graceful degradation when sources fail
Quick Start
Option 1: MCP Server (for Claude Desktop / Cursor)

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.

Option 2: REST API
# 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 b

Tags

apibusiness-intelligencecompanies-houseenrichmentgoogle-places-apimcpmcp-servermodel-context-protocoltypescriptuk-businessgoogle-placesclaude

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcenpm
Last commit3/23/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Fluke-Studio/uk-business-intelligence-mcp)](https://loaditout.ai/skills/Fluke-Studio/uk-business-intelligence-mcp)