General Tools
ducktax.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://ducktax.com/api/mcp
MCP server metadata
- Name
- ducktax
- Version
- 0.1.0
Duck Tax checks micro-entity company accounts: raw figures in, validated balance sheet out. All money amounts, in every tool, are MAJOR currency units (pounds/euros/dollars, decimals allowed). Never pass pence. A typical flow: search_companies to find the company, lookup_company for its record and deadlines, get_prior_year_figures for last year's comparatives, check_accounts after every change to the figures, explain_accounts for a plain-English reading, and save_filing (token required) to keep the result. For a bank statement, send categorise_transactions the description strings only, sum the amounts per category yourself, and feed totals_to_figures. This server does NOT file accounts with Companies House, HMRC or anyone else, and nothing you build on it should claim otherwise. The output is checked numbers to hand to a filing product or an accountant. It is not accounting, tax or legal advice. Tools that write need a bearer token from https://ducktax.com/docs/mcp. Everything else works anonymously under daily quotas; server_status shows what is configured and what remains.
Known tools 15
check_accountsDerive a small-company balance sheet (micro-entity, in UK terms) from raw figures and validate it.
Inferred read-onlydormant_figuresThe complete set of figures for a dormant company: share capital, the matching cash, and zeros everywhere else.
Inferred read-onlytotals_to_figuresTurn categorised bank-statement totals into balance sheet figures, applying the rules that stop an import lying: only income categories reach turnover, only expense categories reach operating costs, and the owner topping up the account is never sales.
Inferred read-onlylist_jurisdictionsThe countries this server knows about and what it can actually do in each: which have a real accounts engine, which registers can be searched or looked up, the currency, and the identifiers each jurisdiction files under.
Inferred read-onlysample_accountsA real worked example: nil turnover, a director loan, a near-empty bank account, the simplest accounts the UK regime permits.
Inferred read-onlylookup_companyLook a company up on its public register (Companies House for GB, ABN Lookup for AU) by its registered number.
Inferred read-onlysearch_companiesFind a company by name on its public register and get back its registered number, status and address.
Inferred read-onlyget_prior_year_figuresRead last year's figures out of the company's last filed accounts at Companies House, ready to drop into the *Prior fields of check_accounts or save_filing.
Potential side effectsexplain_accountsA plain-English reading of a set of figures, written for a director who is not an accountant: what the derived balance sheet says about the company and anything that needs attention before filing.
Inferred read-onlycategorise_transactionsCategorise bank-statement transaction descriptions into the fixed vocabulary this product maps to balance sheet lines (sales, software, owner-in, …).
Inferred read-onlylist_saved_filingsThe user's saved filings, most recently touched first, with every figure in major units.
Inferred read-onlysave_filingSave a set of figures to the user's account, or update a saved one by passing its id from list_saved_filings.
Potential side effectsserver_statusWhat this deployment can actually do right now: which integrations are configured, whether your token is valid, and how much of each daily quota you have left.
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.ducktax]
url = "https://ducktax.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ducktax": {
"type": "http",
"url": "https://ducktax.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ducktax
Remote MCP URL: https://ducktax.com/api/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": {
"ducktax": {
"url": "https://ducktax.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ducktax": {
"type": "http",
"url": "https://ducktax.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ducktax",
"transport": "streamable-http",
"url": "https://ducktax.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.