# UKDataAPI

UK government data intelligence platform. 14 enriched endpoints with proprietary scoring across company, location, property, environmental, market, trade, education, transport, vehicle, health, energ…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jackmmaher/ukdatapi

# Browse available tools
npx -y @smithery/cli@latest tool list jackmmaher/ukdatapi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jackmmaher/ukdatapi uk_entity_intelligence

# Call a tool
npx -y @smithery/cli@latest tool call jackmmaher/ukdatapi uk_entity_intelligence '{}'
```

## Direct MCP Connection

Endpoint: `https://ukdatapi--jackmmaher.run.tools`

## Tools (14)

- `uk_entity_intelligence` — Look up a UK company, charity, or regulated entity. Returns company profile, officers, PSCs, filings, charges, regulato…
- `uk_location_intelligence` — Profile any UK postcode. Returns admin hierarchy, demographics, deprivation indices, crime statistics, flood risk, food…
- `uk_property_intelligence` — Complete property due diligence for a UK postcode. Returns price history with area context, EPC energy profile (90+ fie…
- `uk_due_diligence_report` — Synthesized company due diligence report with opinionated verdict: PROCEED, PROCEED_WITH_CAUTION, ENHANCED_DUE_DILIGENC…
- `uk_environmental_risk` — Multi-factor Environmental Risk Score (0-100) for any UK postcode. Combines flood risk (real-time monitoring + zones), …
- `uk_market_sizing` — Market opportunity analysis for any UK postcode and optional sector. Returns Market Opportunity Score, labour market da…
- `uk_trade_intelligence` — UK Trade & Customs Intelligence — duty rates, preferential rates, quotas, trade volumes for any commodity. Source: HMRC…
- `uk_education_intelligence` — UK Education Intelligence — schools near any postcode with Ofsted ratings, type, phase, pupil numbers. Source: DfE GIAS…
- `uk_transport_intelligence` — UK Transport & Connectivity Intelligence — nearest stations, bus stops, traffic flow, connectivity score for any postco…
- `uk_vehicle_intelligence` — UK Vehicle Intelligence — full MOT history, mileage trend, advisories, failures, Vehicle Health Score (0-100). Source: …
- `uk_health_intelligence` — UK Healthcare Intelligence — health indicators, CQC-rated care providers, GP prescribing patterns for any postcode. Sou…
- `uk_energy_intelligence` — UK Energy & ESG Intelligence — grid carbon intensity, generation mix, wholesale prices, local EPC efficiency, ESG Score…
- `uk_legal_intelligence` — UK Legal & Policy Intelligence — search UK legislation, pending Parliamentary bills, relevant acts for any sector or to…
- `uk_tenders_intelligence` — UK Public Procurement Intelligence — open government tenders, recently awarded contracts, buyer profiles, average value…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jackmmaher/ukdatapi <tool-name>
```
