← Registry

General Tools

ducktax.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint15 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://ducktax.com/api/mcp

No auth detected

MCP server metadata

Name
ducktax
Version
0.1.0
Capabilities
tools
Server instructions

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_accounts

Derive a small-company balance sheet (micro-entity, in UK terms) from raw figures and validate it.

Inferred read-only
dormant_figures

The complete set of figures for a dormant company: share capital, the matching cash, and zeros everywhere else.

Inferred read-only
totals_to_figures

Turn 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-only
late_filing_penalty

What missing a Companies House accounts deadline costs.

Inferred read-only
list_jurisdictions

The 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-only
sample_accounts

A real worked example: nil turnover, a director loan, a near-empty bank account, the simplest accounts the UK regime permits.

Inferred read-only
lookup_company

Look a company up on its public register (Companies House for GB, ABN Lookup for AU) by its registered number.

Inferred read-only
search_companies

Find a company by name on its public register and get back its registered number, status and address.

Inferred read-only
get_prior_year_figures

Read 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 effects
explain_accounts

A 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-only
categorise_transactions

Categorise bank-statement transaction descriptions into the fixed vocabulary this product maps to balance sheet lines (sales, software, owner-in, …).

Inferred read-only
list_saved_filings

The user's saved filings, most recently touched first, with every figure in major units.

Inferred read-only
save_filing

Save a set of figures to the user's account, or update a saved one by passing its id from list_saved_filings.

Potential side effects
delete_filing

Delete one saved filing by id, permanently.

Potential side effects
server_status

What 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-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.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.

Indexed

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