Skip to main content
Glama

French Tax MCP Server

by cornelcroi

get_tax_info_from_web

Retrieve official French tax information from government websites for specific tax topics and years to support accurate tax calculations and compliance.

Instructions

Get tax information from official French government websites like impots.gouv.fr, service-public.fr, or legifrance.gouv.fr

Input Schema

NameRequiredDescriptionDefault
tax_topicYes
yearNo

Input Schema (JSON Schema)

{ "properties": { "tax_topic": { "title": "Tax Topic", "type": "string" }, "year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Year" } }, "required": [ "tax_topic" ], "title": "get_tax_info_from_webArguments", "type": "object" }

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/cornelcroi/french-tax-mcp'

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