MCP server for French tax calculations and information
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"french-tax-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# French Tax MCP Server [](https://opensource.org/licenses/Apache-2.0) [](https://www.python.org/downloads/) An MCP (Model Context Protocol) server that provides French individual income tax calculations to AI assistants. ## Current Functionality This MCP server currently supports: - **Individual Income Tax Calculations**: Calculate French income tax (impôt sur le revenu) based on net taxable income and household composition (quotient familial) - **Tax Brackets**: Retrieve current French income tax brackets from official government sources - **Dynamic Data**: Uses web scraping from service-public.fr to get up-to-date tax information with fallback to hardcoded data ## Data Sources The current version uses web scraping with MarkItDown to fetch tax information from official French government websites (primarily service-public.fr). In future versions, this may be replaced with official APIs or other more reliable data sources when available. ## Installation ```bash # Install via pip pip install french-tax-mcp # Or install via uv (recommended) uv pip install french-tax-mcp ``` ## MCP Configuration Add to your MCP configuration file (`~/.config/mcp/mcp.json` or workspace `.kiro/settings/mcp.json`): ```json { "mcpServers": { "french-tax-mcp": { "command": "uvx", "args": ["french-tax-mcp@latest"], "env": { "FASTMCP_LOG_LEVEL": "ERROR" }, "disabled": false, "autoApprove": [] } } } ``` ## Available Tools ### `calculate_income_tax` Calculate French individual income tax. **Parameters:** - `net_taxable_income`: Net taxable income in euros - `household_parts`: Number of household parts (quotient familial) - defaults to 1.0 - `year`: Tax year (optional, defaults to current year) **Example:** ``` Calculate income tax for 50,000€ salary with 2 children ``` ### `get_tax_brackets` …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.