← Registry

General Tools

getsorted.today

Provides tools for checking UK business compliance, including regulation details and checklists.

1 endpoint7 known toolsFirst detected July 28, 2026Last detected July 28, 2026

ENDPOINT 1

https://api.getsorted.today/mcp

No auth detected

MCP server metadata

Name
getsorted
Version
3.4.4
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Free UK compliance checker for micro-businesses by getsorted.today. Call get_questions to see the yes/no questions, collect answers from the user, then call run_compliance_check with the answers to get a report across UK regulations (ICO registration, GDPR, employers' liability, pensions, consumer law and more). Answers you omit are treated as unknown and simply skip the cards that depend on them. Always present the report as guidance, not legal advice. Separately, check_director_verification looks up a live Companies House director/PSC identity verification status for a specific company (by number or name); use search_companies_house first if you only have a company name and need to find its number.

Known tools 7

get_questions

List the yes/no questions the compliance check is based on.

Inferred read-only
get_startup_checklist

Return the step-by-step checklist for starting a UK business.

Inferred read-only
run_compliance_check

Run a UK compliance check and return a report of regulation cards.

Inferred read-only
list_cards

List all UK regulations the checker covers, with id, title and severity.

Inferred read-only
get_card

Get full detail for one regulation card: risk, action, guidance link, and the conditions under which it applies.

Inferred read-only
search_companies_house

Search Companies House by company name and list matching active companies.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for getsorted.today was fetched 2026-08-24T03:16:39.222Z.

Trust status Trusted

getsorted.today is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.