Skip to main content
Glama
ryanduguid

au-tax-mcp-server

au-tax-mcp-server

+----------------------------------------------------------------------+
|                          au-tax-mcp-server                           |
+----------------------------------------------------------------------+
|                 MCP server for AU tax review engines                 |
+----------------------------------+-----------------------------------+
| DR  what it gives you            | CR  what it needs                 |
+----------------------------------+-----------------------------------+
| MCP tools for AU tax review      | an MCP capable host client        |
| delegates to reviewed engines    | uv or uvx to install it           |
| synthetic SBR test fixtures      | -                                 |
+----------------------------------+-----------------------------------+

tests Python Model Context Protocol MCP Registry Glama License: MIT

검토된 호주 계산 회계 엔진을 감싸는 MCP 파사드입니다. Claude Desktop, Claude Code, Cursor, Codex 및 Antigravity와 호환됩니다.

Payday Super는 실험적 검토(규정 준수 판정 아님)입니다. Division 7A는 거부됩니다. 상환 계산기가 없기 때문입니다. SBR 페이로드는 합성 픽스처입니다.

[!WARNING] 세무 자문이 아닙니다. 이 서버는 구조화된 결과, 거부 및 인용을 반환합니다. 신고(lodge)를 대신하지 않으며 등록 대리인을 대체하지 않습니다. DISCLAIMER.md를 참조하세요.

이것은 호스팅된 ATO 문서 저장소가 아닌 계산(computational) MCP입니다. 운영자가 제공한 수치에 법정 테스트를 적용하며(Payday Super 타이밍, ATO 소기업 벤치마크 비율), Division 7A는 거부합니다. 유권해석(ruling)을 조회하려면 문서 검색 MCP를 사용하세요. 비교: Australian tax tools for AI agents.

이 서버는 세법을 재구현하지 않습니다. Payday Super와 ATO 소기업 벤치마크는 다음에 위임됩니다:

Division 7A는 검토된 엔진이 존재할 때까지 거부됩니다. SBR 페이로드는 신고(lodgment)가 아닌 합성 픽스처입니다.

30초 데모

합성 BAS 출력 및 Division 7A 거부를 보여주는 애니메이션 터미널 데모

stdio 서버를 시작하지 않고 제작된 데모를 실행합니다:

uvx --from aus-accounting-mcp aus-accounting-mcp-demo

애니메이션의 접근 가능한 사실 원본(source of truth)은 확인된 텍스트 트랜스크립트입니다. 등록된 MCP 호출은 synthetic true 및 not_a_lodgment true가 포함된 합성 BAS 픽스처를 반환한 다음, ERR_POLICY_DIV7A_REFUSED와 함께 의도적인 Division 7A 거부를 반환합니다.

예상 구조화 성공:

synthetic: true
not_a_lodgment: true
form_type: BAS_AU_ACTIVITY_STATEMENT
summary.total_payable_to_ato: "42500.00"

예상 구조화 거부:

code: ERR_POLICY_DIV7A_REFUSED
available: false
reviewed_engine: false

예시는 제작된 것이며, 신고(lodgment)가 아니고, 세무 자문이 아니며, 중대한 회계 조치를 취하기 전에 사람의 검토가 필요합니다. 클라이언트 데이터를 사용하지 않으며 외부 서비스에 연락하지 않습니다.

이름 매핑: 저장소 au-tax-mcp-server; Python 배포판 aus-accounting-mcp; stdio MCP 실행 파일 aus-accounting-mcp; 데모 실행 파일 aus-accounting-mcp-demo; MCP 레지스트리 ID io.github.ryanduguid/aus-accounting.

공식 릴리스 및 호환성 참조: CI, v0.1.6 릴리스, PyPI 0.1.6, MCP 레지스트리 0.1.6compatibility.json. 대상(target)이 확인(resolve)되고 호환성 레코드와 일치한 후에만 버전을 게시된 것으로 취급하세요. 레코드는 엔진이 유지 관리하는 소스와 릴리스를 연결합니다. 런타임의 law_content_date 및 source는 엔진 소유로 유지됩니다.

Related MCP server: Accounting Practice MCP Server

설치

Python 3.10+ 및 uv가 필요합니다. 이 서버와 해당 엔진은 PyPI에 게시되며, 서버는 검토된 엔진을 정확한 버전으로 고정합니다:

버전 관리된 출처(provenance)는 CITATION.cffv0.1.6 릴리스 레코드를 사용하세요. 신뢰하기 전에 대상을 확인하세요.

uvx aus-accounting-mcp

로컬 편집 가능 트리가 필요하면 클론 후 pip install .도 여전히 작동합니다.

클라이언트 통합

표준 구성은 로컬 stdio MCP 서버를 실행하는 호스트에서 작동합니다:

{
  "mcpServers": {
    "aus-accounting": {
      "command": "uvx",
      "args": [
        "aus-accounting-mcp"
      ]
    }
  }
}

미리 준비된 복사본은 clients/에 있습니다.

Cursor

Add to Cursor

또는 표준 구성을 ~/.cursor/mcp.json에 넣으세요.

Claude Desktop

표준 구성을 claude_desktop_config.json에 붙여넣으세요 (Windows의 경우 %APPDATA%\Claude\, macOS의 경우 ~/Library/Application Support/Claude/).

Claude Code

claude mcp add aus-accounting -- uvx aus-accounting-mcp

Codex

codex mcp add aus-accounting -- uvx aus-accounting-mcp

도구

도구

역할

엔진

list_ato_benchmark_industries

제공되는 ATO 사업 유형을 나열하거나 검색

ato-benchmark-compare

get_ato_benchmarks

운영자가 제공한 버킷 합계를 ATO 범위와 비교

ato-benchmark-compare

calc_payday_super_deadline

Payday Super 타이밍 기준으로 기여금 1건을 검토

payday-super-checker

refuse_div7a

거부를 반환합니다. 검토된 Div 7A 엔진이 연결되어 있지 않음

none

generate_synthetic_sbr_fixture

에이전트 테스트용 합성 CTR/BAS (synthetic: true)

local fixture

calc_payday_super_deadline에는 as_at이 필요합니다. 클리어링하우스 지연을 임의로 가정하지 않으며 LCR 2026/1 전환 할당을 확인할 수 없습니다. 송금 날짜만으로는 ON_TIME을 생성할 수 없습니다. 누락된 ATO 비용 버킷은 0이 아니라 not_supplied입니다.

금액은 소수 문자열이며, 유한하고, 소수점 이하 최대 두 자리까지이며, AUD 1,000,000,000,000.00을 초과하지 않습니다. 날짜는 ISO-8601 형식입니다. Payday Super는 payday-super-checker의 국가 SGAA 1992 s 6(1) 달력을 사용합니다.

에이전트에게 요청하세요:

Compare these P&L buckets to the ATO small-business benchmarks for this industry. Omit buckets I have not supplied. Do not treat missing as zero.
Review this Payday Super contribution. QE day, remitted date, and fund-receipt date are in the CSV. as_at is today. Do not invent an SGC charge.

라이선스

MIT 라이선스. 작성자: Ryan Duguid. 경계 설명: DISCLAIMER.md. 탐색 문서: docs/DISCOVERY.md. 인용: CITATION.cff.

A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
12hResponse time
1dRelease cycle
3Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    Enables comprehensive Excel operations and financial calculations including investment analysis, rental property management, expense tracking, and automated financial reporting. Supports creating Excel workbooks with advanced financial formulas, cash flow projections, and tax calculations for accounting and finance workflows.
    100
    5
  • F
    license
    Not graded
    quality
    D
    maintenance
    Automates comprehensive accounting workflows including bookkeeping, tax planning, payroll processing, sales tax compliance, and client management. Integrates with QuickBooks and processes financial documents with AI-powered transaction categorization and compliance monitoring.
    1
  • A
    license
    A
    quality
    B
    maintenance
    Offers plain-English access to Australian Taxation Office statistics including personal tax by postcode, company tax by industry, corporate transparency for $100M+ entities, super contributions by age, and the ACNC charity register.
    7
    MIT
  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables carbon emission calculations for Australian electricity and gas consumption using official National Greenhouse Accounts 2024 data, supporting all states and territories.

View all related MCP servers

Related MCP Connectors

  • Australian tax knowledge base for agents: 34,500+ ATO documents, cited answers to any tax question.

  • Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).

  • AU GST/ABN receipt extraction — assigns entertainment/ITC tax codes per line, not just OCR.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryanduguid/aus-accounting-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server