uk business intelligence for Cursor
io.github.fluke-studio/uk-business-intelligence
Enrich any UK business with Companies House, Google Places, DNS, and social data.
client:Cursor
transport:stdio
runtime:npm
Install uk business intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs