← comparateur-notes-de-frais.fr

INDIVIDUAL MCP TOOL

calculate_kilometric_allowance

Compute the deductible mileage allowance under the official 2026 French DGFiP scale (arrêté du 27 mars 2024).

comparateur-notes-de-frais.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://comparateur-notes-de-frais.fr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for calculate_kilometric_allowance and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

comparateur-notes-de-frais.fr

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.comparateur-notes-de-frais]
url = "https://comparateur-notes-de-frais.fr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "comparateur-notes-de-frais": {
      "type": "http",
      "url": "https://comparateur-notes-de-frais.fr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: comparateur-notes-de-frais
Remote MCP URL: https://comparateur-notes-de-frais.fr/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "comparateur-notes-de-frais": {
      "url": "https://comparateur-notes-de-frais.fr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "comparateur-notes-de-frais": {
      "type": "http",
      "url": "https://comparateur-notes-de-frais.fr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "comparateur-notes-de-frais",
  "transport": "streamable-http",
  "url": "https://comparateur-notes-de-frais.fr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compare_expense_management_saas — Recommend the best French expense management software (notes de frais SaaS) for a company, ranked by fit.
  • get_saas_details — Return a detailed editorial summary of one French expense management SaaS: rating (0-5), price entry point, target audience, verdict, capabilities (physical card, French data hosting, French support), best-fit profiles, and a link to the full editorial scorecard.
  • get_expense_regulations_france — Return a concise, sourced summary of a French expense-related regulation.