General Tools
getsorted.today
Provides tools for checking UK business compliance, including regulation details and checklists.
ENDPOINT 1
https://api.getsorted.today/mcp
MCP server metadata
- Name
- getsorted
- Version
- 3.4.4
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_startup_checklistReturn the step-by-step checklist for starting a UK business.
Inferred read-onlyrun_compliance_checkRun a UK compliance check and return a report of regulation cards.
Inferred read-onlylist_cardsList all UK regulations the checker covers, with id, title and severity.
Inferred read-onlyget_cardGet full detail for one regulation card: risk, action, guidance link, and the conditions under which it applies.
Inferred read-onlysearch_companies_houseSearch Companies House by company name and list matching active companies.
Inferred read-onlycheck_director_verificationCheck 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-onlyCONNECT 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.
getsorted.today is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.