Skip to main content
Glama
cyrusgch

geneva-tax-mcp

by cyrusgch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GENEVA_TAX_DATA_ROOTNoPath to the tax folder. Overrides the auto-detected folder. Optional.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tax_returnsA

List the tax years and documents available in the local folder.

Returns, per year, the documents found (GeTax form, summary, supporting documents, scans) and whether a text-layer form is usable. Paths are relative to the tax folder.

get_tax_returnA

Return the normalized declaration for a year.

sections filters the detailed fields (e.g. ["salary", "movable_wealth"]). Summary totals (ICC/IFD) are always included. include_raw=True adds all raw PDF lines with their page number.

compare_tax_returnsA

Compare two declarations on the recognized fields (totals + key fields).

Returns the values for both years and the difference (year2 - year1). Only fields recognized with confidence are compared.

simulateA

Simulate the tax of a household with the official ESTV calculator.

EXPLICIT parameters (no data is injected automatically from the PDFs). location: postal code or municipality name (e.g. '1201', 'Genève', 'Carouge'). deductions: ids from the ESTV sheet (see list_deductions_estv), e.g. {'PRAEMIEN3A': 7258}. Returns the payload sent (audit) and a non-binding estimate.

find_locationB

Resolve a municipality name or postal code to an ESTV tax location id (for simulate).

list_deductions_estvC

List the ESTV deduction sheet for a household (ids to pass to simulate).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: listing available returns, retrieving a normalized declaration, comparing two declarations, listing deduction options, simulating tax, and resolving location IDs. Even the two list_* tools are clearly separated by their object.

Naming Consistency4/5

Most tools follow a clear snake_case verb_noun pattern such as get_tax_return, list_tax_returns, and find_location. The single tool named simulate is the only mild deviation because it lacks an explicit object, but the pattern remains predictable overall.

Tool Count5/5

Six tools is a well-scoped size for this domain. Each tool supports a distinct part of the tax workflow without redundancy or unnecessary surface area.

Completeness5/5

The toolset covers the full local workflow: discover available returns, retrieve normalized data, compare years, load deduction options, resolve locations, and run simulations. There are no apparent dead ends for an agent trying to analyze or estimate a household's Swiss tax situation.

Maintenance

ActivityMaintained
ResponsivenessNo issues