# query_uk_companies

The newest companies on the UK register, from the official Companies House API — name, number, type, SIC codes, incorporation date, and registered-office area, refreshed daily. Blind Mode: company-level fields only; officer and PSC data are never ingested, and address lines are dropped in favour of locality/postcode. Filters combine with AND; q searches all text fields. Costs 1 credit(s) per call.

Agent View of the PolicyLayer registry record for `query_uk_companies`. HTML page: https://policylayer.com/tools/com-gankdat-gankdat/query-uk-companies

## Facts

- Tool: `query_uk_companies`
- Server: Gankdat (`https://gankdat.com/mcp`) — https://policylayer.com/tools/com-gankdat-gankdat.md
- Homepage: https://github.com/https://gankdat.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 12
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `q` | string | no |  |
| `page` | integer | no |  |
| `status` | string | no |  |
| `company` | string | no |  |
| `locality` | string | no |  |
| `per_page` | integer | no |  |
| `sic_codes` | string | no |  |
| `postal_code` | string | no |  |
| `company_type` | string | no |  |
| `company_number` | string | no |  |
| `incorporated_on_after` | string | no |  |
| `incorporated_on_before` | string | no |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "query_uk_companies",
    "arguments": {}
  }
}
```

## Why query_uk_companies is rated Low

This is a straightforward data retrieval tool that queries a public register and returns structured information. It has no side effects, does not modify data, does not execute commands, and does not delete anything. The filtering and search functionality are read-only operations.

From the tool's own definition: "Tool retrieves data from the UK Companies House register: 'name, number, type, SIC codes, incorporation date, and registered-office area, refreshed daily.' The description indicates it 'searches all text fields' and applies filters, which are query operations…"

Risk signals: High parameter count (12 properties)

## Use case

AI agents call query_uk_companies to retrieve information from Gankdat without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Gankdat:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "query_uk_companies": {}
  }
}
```

## Other tools on Gankdat (8)

- `get_usage` — Read — https://policylayer.com/tools/com-gankdat-gankdat/get-usage.md
- `list_sources` — Read — https://policylayer.com/tools/com-gankdat-gankdat/list-sources.md
- `query_eu_ted` — Read — https://policylayer.com/tools/com-gankdat-gankdat/query-eu-ted.md
- `query_sam_exclusions` — Read — https://policylayer.com/tools/com-gankdat-gankdat/query-sam-exclusions.md
- `query_uk_insolvency` — Read — https://policylayer.com/tools/com-gankdat-gankdat/query-uk-insolvency.md
- `query_uk_planning` — Read — https://policylayer.com/tools/com-gankdat-gankdat/query-uk-planning.md
- `query_uk_sanctions` — Read — https://policylayer.com/tools/com-gankdat-gankdat/query-uk-sanctions.md
- `query_uk_tenders` — Read — https://policylayer.com/tools/com-gankdat-gankdat/query-uk-tenders.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-gankdat-gankdat · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-gankdat-gankdat
