← ukdatapi.com

INDIVIDUAL MCP TOOL

uk_transport_intelligence

Assess physical transport connectivity for any UK postcode.

ukdatapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ukdatapi.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ukdatapi-com]
url = "https://www.ukdatapi.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ukdatapi-com": {
      "type": "http",
      "url": "https://www.ukdatapi.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ukdatapi-com
Remote MCP URL: https://www.ukdatapi.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ukdatapi-com": {
      "url": "https://www.ukdatapi.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ukdatapi-com": {
      "type": "http",
      "url": "https://www.ukdatapi.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ukdatapi-com",
  "transport": "streamable-http",
  "url": "https://www.ukdatapi.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • uk_entity_intelligence — Look up any UK company, charity, or FCA-regulated entity by company number, charity number, or name.
  • uk_location_intelligence — Profile any UK postcode with safety, environmental, and socioeconomic data.
  • uk_property_intelligence — Property due diligence for any UK postcode.
  • uk_due_diligence_report — Generate a company due diligence report with an opinionated verdict: PROCEED, PROCEED_WITH_CAUTION, ENHANCED_DUE_DILIGENCE, or DO_NOT_ENGAGE.
  • uk_environmental_risk — Calculate a multi-factor Environmental Risk Score (0-100) for any UK postcode.
  • uk_planning_intelligence — Planning and development intelligence for any UK postcode.
  • uk_market_sizing — Analyse market opportunity for any UK postcode with optional sector filtering.
  • uk_trade_intelligence — Look up UK import duty rates, preferential trade agreement rates, and tariff quotas for any commodity.