INDIVIDUAL MCP TOOL
check_director_verification
Check whether a UK company's directors and persons with significant control (PSC) have completed Companies House identity verification (IDV), the new requirement under the Economic Crime and Corporate Transparency Act.
LIVE ENDPOINT
https://api.getsorted.today/mcp
Connect to this endpoint to inspect the live schema for check_director_verification 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
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.getsorted]
url = "https://api.getsorted.today/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getsorted": {
"type": "http",
"url": "https://api.getsorted.today/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getsorted
Remote MCP URL: https://api.getsorted.today/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": {
"getsorted": {
"url": "https://api.getsorted.today/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getsorted": {
"type": "http",
"url": "https://api.getsorted.today/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getsorted",
"transport": "streamable-http",
"url": "https://api.getsorted.today/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_questions— List the yes/no questions the compliance check is based on.get_startup_checklist— Return the step-by-step checklist for starting a UK business.run_compliance_check— Run a UK compliance check and return a report of regulation cards.list_cards— List all UK regulations the checker covers, with id, title and severity.get_card— Get full detail for one regulation card: risk, action, guidance link, and the conditions under which it applies.search_companies_house— Search Companies House by company name and list matching active companies.