Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | Your Supabase project URL (e.g., https://your-project.supabase.co) | |
| GOOGLE_PLACES_API_KEY | Yes | Your Google Places API key (New) from Google Cloud | |
| COMPANIES_HOUSE_API_KEY | Yes | Your Companies House API key (obtain from developer.company-information.service.gov.uk) | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | Your Supabase service role key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enrich_uk_business | Get a comprehensive profile of any UK business. Returns Companies House data (company status, directors, SIC codes), Google Places ratings and reviews, website/SSL status, and social media links — all from a single lookup. Provide a business name and location (city or town). Optionally include a Companies House number or website domain for more precise results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |