← cukaimax.com

INDIVIDUAL MCP TOOL

get_tax_authority_release

Return a supported Form BE or Form B release, its official sources, validation result, review status, and known limitations.

cukaimax.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.cukaimax.com/.well-known/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_tax_authority_release and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cukaimax.com

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.cukaimax-tax-authority]
url = "https://www.cukaimax.com/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cukaimax-tax-authority": {
      "type": "http",
      "url": "https://www.cukaimax.com/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cukaimax-tax-authority
Remote MCP URL: https://www.cukaimax.com/.well-known/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": {
    "cukaimax-tax-authority": {
      "url": "https://www.cukaimax.com/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cukaimax-tax-authority": {
      "type": "http",
      "url": "https://www.cukaimax.com/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cukaimax-tax-authority",
  "transport": "streamable-http",
  "url": "https://www.cukaimax.com/.well-known/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_tax_authority_releases — Discover supported years, forms, versions, statuses, capabilities, and limitations before selecting a release.
  • search_tax_authority — Search cited Form BE or Form B rules by topic, field ID, rule ID, or TaxBrain category.
  • prepare_be_2025_draft — Compile reviewed taxpayer inputs and a deterministic TaxBrain relief evaluation into source-linked Form BE fields.
  • assess_form_b_2025_readiness — Check whether the source records, finalised accounts, official worksheets, and conditional schedules needed for manual Form B preparation are ready.