← ukintel.uk

INDIVIDUAL MCP TOOL

uk_company_search

Find a UK company by name.

ukintel.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://api.ukintel.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for uk_company_search and invoke it with your own arguments.

Indexed 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 server

ukintel.uk

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.ukintel]
url = "https://api.ukintel.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ukintel": {
      "type": "http",
      "url": "https://api.ukintel.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ukintel
Remote MCP URL: https://api.ukintel.uk/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": {
    "ukintel": {
      "url": "https://api.ukintel.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ukintel": {
      "type": "http",
      "url": "https://api.ukintel.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ukintel",
  "transport": "streamable-http",
  "url": "https://api.ukintel.uk/mcp"
}
MCP Inspector

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

Related tools

  • uk_preview — A genuine, freshly-computed sample so an agent can see the exact response shape before spending anything.
  • uk_health — Liveness and upstream health.
  • uk_company_profile — One UK company as clean structured JSON: status, incorporation date, company type, SIC codes, registered office, accounts and confirmation-statement due dates with overdue booleans, and officer counts.
  • uk_company_verdict — Check any UK company is real, active and safe to deal with.
  • uk_company_fca — Is this UK company regulated by the Financial Conduct Authority?
  • uk_tenders_search — Live UK public-sector tenders from Find a Tender and Contracts Finder in one call.
  • uk_tender_brief — One tender as a full agent-ready dossier: parsed requirements summary, buyer, value, complete timeline with working-days-remaining, lots, document links, submission route and the official notice URL.
  • uk_tenders_fit_score — Send a supplier profile (what you do, keywords, regions, value band, certifications) and get back the best-fitting live UK tenders, each scored 0-100 by deterministic rules across five published factors - relevance, value fit, geography, timeline, buyer history - with every factor's numerator AND denominator so you can re-weight client-side, plus a what-to-emphasise note for the top matches.