{"name":"ukdatapi","version":"3.0.0","description":"UK government data intelligence platform. 14 enriched endpoints with proprietary scoring across company, location, property, environmental, market, trade, education, transport, vehicle, health, energy, legal, and procurement data from 400+ official UK sources.","tools":[{"name":"uk_entity_intelligence","description":"Look up a UK company, charity, or regulated entity. Returns company profile, officers, PSCs, filings, charges, regulatory status (FCA, Charity Commission), Gazette notices, government contracts, proprietary Corporate Distress Score (0-100), and risk signals. Sources: Companies House, FCA, Charity Commission, Gazette, Contracts Finder.","inputSchema":{"type":"object","properties":{"identifier":{"type":"string","description":"Company number (e.g., \"00000006\"), charity number, or company name"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = basic profile. standard = adds officers, regulatory, distress score. full = adds contracts, officer network.","default":"standard"}},"required":["identifier"]}},{"name":"uk_location_intelligence","description":"Profile any UK postcode. Returns admin hierarchy, demographics, deprivation indices, crime statistics, flood risk, food hygiene, carbon intensity, labour market, and health indicators. Sources: ONS, Police.uk, EA, FSA, Nomis, Fingertips.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = postcode + admin. standard = adds crime, flood, food. full = adds carbon, labour, health.","default":"standard"},"radius_m":{"type":"number","description":"Search radius in meters (default: 1000)","default":1000}},"required":["postcode"]}},{"name":"uk_property_intelligence","description":"Complete property due diligence for a UK postcode. Returns price history with area context, EPC energy profile (90+ fields), planning constraints (conservation area, listed buildings), Environmental Risk Score (0-100) combining flood, geology, radon, and crime data. Replaces £20-50 conveyancing searches. Sources: Land Registry, EPC Register, Planning Data, EA, BGS, Police.uk.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = prices + flood. standard = adds EPC, planning, crime. full = adds geology, detailed risk scoring.","default":"standard"}},"required":["postcode"]}},{"name":"uk_due_diligence_report","description":"Synthesized company due diligence report with opinionated verdict: PROCEED, PROCEED_WITH_CAUTION, ENHANCED_DUE_DILIGENCE, or DO_NOT_ENGAGE. Includes Corporate Distress Score (0-100), red/green flags with severity and implications, governance assessment, and actionable recommendation. Replaces £5-25 Creditsafe reports. Sources: Companies House, FCA, Charity Commission, Gazette, Contracts Finder.","inputSchema":{"type":"object","properties":{"identifier":{"type":"string","description":"Company number (e.g., \"00000006\") or company name"}},"required":["identifier"]}},{"name":"uk_environmental_risk","description":"Multi-factor Environmental Risk Score (0-100) for any UK postcode. Combines flood risk (real-time monitoring + zones), ground stability, shrink-swell clay, radon potential, water quality classification, and carbon intensity. Sources: EA Flood, BGS Geohazards, EA Water Quality, National Grid ESO.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = flood + geology. standard = adds water quality. full = adds carbon intensity.","default":"standard"}},"required":["postcode"]}},{"name":"uk_market_sizing","description":"Market opportunity analysis for any UK postcode and optional sector. Returns Market Opportunity Score, labour market data (earnings, employment, claimant count), property market context, and competitor density by SIC code. Sources: ONS Census, Nomis, Land Registry, Companies House.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"M1 1AA\")"},"sector":{"type":"string","description":"SIC code or sector keyword for competitor search (e.g., \"62020\" for IT consultancy, \"restaurant\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = labour market only. standard = adds property + competition. full = adds detailed competitor profiles.","default":"standard"}},"required":["postcode"]}},{"name":"uk_trade_intelligence","description":"UK Trade & Customs Intelligence — duty rates, preferential rates, quotas, trade volumes for any commodity. Source: HMRC Trade Tariff.","inputSchema":{"type":"object","properties":{"commodity":{"type":"string","description":"Commodity code (e.g., \"0201\") or product description"}},"required":["commodity"]}},{"name":"uk_education_intelligence","description":"UK Education Intelligence — schools near any postcode with Ofsted ratings, type, phase, pupil numbers. Source: DfE GIAS + Ofsted.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = nearest schools. standard = wider radius. full = full catchment area.","default":"standard"},"phase":{"type":"string","description":"Filter by school phase (e.g., \"primary\", \"secondary\")"}},"required":["postcode"]}},{"name":"uk_transport_intelligence","description":"UK Transport & Connectivity Intelligence — nearest stations, bus stops, traffic flow, connectivity score for any postcode. Source: DfT NaPTAN.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = nearest stations. standard = adds bus stops, connectivity score. full = adds traffic flow.","default":"standard"}},"required":["postcode"]}},{"name":"uk_vehicle_intelligence","description":"UK Vehicle Intelligence — full MOT history, mileage trend, advisories, failures, Vehicle Health Score (0-100). Source: DVSA MOT History.","inputSchema":{"type":"object","properties":{"registration":{"type":"string","description":"UK vehicle registration number (e.g., \"AB12CDE\")"}},"required":["registration"]}},{"name":"uk_health_intelligence","description":"UK Healthcare Intelligence — health indicators, CQC-rated care providers, GP prescribing patterns for any postcode. Sources: OHID Fingertips, CQC, OpenPrescribing.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = health indicators. standard = adds CQC providers. full = adds prescribing data.","default":"standard"}},"required":["postcode"]}},{"name":"uk_energy_intelligence","description":"UK Energy & ESG Intelligence — grid carbon intensity, generation mix, wholesale prices, local EPC efficiency, ESG Score (0-100). Sources: National Grid ESO, Elexon, EPC Register.","inputSchema":{"type":"object","properties":{"postcode":{"type":"string","description":"Full UK postcode (e.g., \"SW1A 1AA\")"},"depth":{"type":"string","enum":["summary","standard","full"],"description":"summary = carbon intensity. standard = adds generation mix, EPC. full = adds wholesale prices, ESG score.","default":"standard"}},"required":["postcode"]}},{"name":"uk_legal_intelligence","description":"UK Legal & Policy Intelligence — search UK legislation, pending Parliamentary bills, relevant acts for any sector or topic. Sources: legislation.gov.uk, Parliament Bills API.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query — sector, topic, or act name (e.g., \"data protection\", \"employment\")"}},"required":["query"]}},{"name":"uk_tenders_intelligence","description":"UK Public Procurement Intelligence — open government tenders, recently awarded contracts, buyer profiles, average values. Sources: Contracts Finder, Find a Tender.","inputSchema":{"type":"object","properties":{"sector":{"type":"string","description":"Filter by sector (e.g., \"IT\", \"construction\", \"healthcare\")"},"region":{"type":"string","description":"Filter by region (e.g., \"London\", \"North West\")"}},"required":[]}}],"endpoints":{"mcp":"https://www.ukdatapi.com/api/mcp","entity":"https://www.ukdatapi.com/api/x402/entity/{identifier}","location":"https://www.ukdatapi.com/api/x402/location/{postcode}","property":"https://www.ukdatapi.com/api/x402/property/{postcode}","report":"https://www.ukdatapi.com/api/x402/report/entity/{identifier}","environment":"https://www.ukdatapi.com/api/x402/environment/{postcode}","market":"https://www.ukdatapi.com/api/x402/market/{postcode}","trade":"https://www.ukdatapi.com/api/x402/trade/{commodity}","education":"https://www.ukdatapi.com/api/x402/education/{postcode}","transport":"https://www.ukdatapi.com/api/x402/transport/{postcode}","vehicle":"https://www.ukdatapi.com/api/x402/vehicle/{registration}","health":"https://www.ukdatapi.com/api/x402/health/{postcode}","energy":"https://www.ukdatapi.com/api/x402/energy/{postcode}","legal":"https://www.ukdatapi.com/api/x402/legal/{query}","tenders":"https://www.ukdatapi.com/api/x402/tenders"},"pricing":{"entity":{"summary":"$0.002","standard":"$0.015","full":"$0.030"},"location":{"summary":"$0.002","standard":"$0.020","full":"$0.035"},"property":{"summary":"$0.010","standard":"$0.025","full":"$0.050"},"report":"$0.050","environment":{"summary":"$0.008","standard":"$0.020","full":"$0.040"},"market":{"summary":"$0.010","standard":"$0.025","full":"$0.050"},"trade":"$0.020","education":"$0.020","transport":"$0.020","vehicle":"$0.015","health":"$0.030","energy":"$0.025","legal":"$0.025","tenders":"$0.020"}}