Built for AI, not just browsers.
getsorted is designed to be used directly by AI assistants, not just read by them. That means a real MCP server your assistant can call, and a site that describes itself in plain text for anything crawling the web.
Run a compliance check from Claude, Cursor or any MCP client
getsorted runs a free, public MCP (Model Context Protocol) server at api.getsorted.today/mcp. No API key, no account. It currently exposes four tools:
| Tool | What it does |
|---|---|
get_questions | The yes/no questions the check is based on. |
run_compliance_check | Runs a full report from a map of answers, optionally seeded by SIC code. |
list_cards | Every regulation the checker covers, with severity. |
get_card | Full detail for one regulation: risk, action, guidance link. |
It also ships two ready-made prompts, check_my_business and explain_regulation, so a client with a prompt picker can start a check with one click.
Ask if a company's directors are verified
Two more tools call the live Companies House register directly, so you can ask your assistant things like "is XGR Labs Ltd's director verified?" or "are all directors and people with significant control verified for company 17107452?"
| Tool | What it does |
|---|---|
search_companies_house | Finds a company's exact number from its name (active companies only). |
check_director_verification | Looks up a company by number or name and returns its director ID verification deadline plus live verification status for both directors and persons with significant control (PSCs), naming anyone still outstanding. |
These call the Companies House public register in real time and need COMPANIES_HOUSE_API_KEY configured on the server; they check identity verification status only, not confirmation statement filing, accounts, or any other compliance obligation.
llms.txt and llms-full.txt
Alongside the usual robots.txt and sitemap.xml, getsorted publishes llms.txt (a curated map of the site in the llmstxt.org format) and llms-full.txt (every guide's content inlined as plain text), so an AI assistant or crawler can use the site without parsing HTML.
Full technical docs
Endpoint, transport details, install commands for Claude Code, Claude Desktop, Cursor, VS Code and any other MCP client, plus how to try it without a client at all.
Read the MCP docs →None of this changes what the checker itself does: the same engine, the same 27 regulations, the same disclaimer that this is guidance, not legal advice.