Skip to main content
Glama

French Tax MCP Server

by cornelcroi

get_cached_tax_info

Retrieve cached French tax information when web scraping fails, providing backup access to official tax data for calculations and resident inquiries.

Instructions

Get cached tax information when web scraping fails

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_cached_tax_infoArguments", "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