Serveur MCP pour FiscoGPT — outils fiscaux francais pour Claude Desktop, Cursor, Windsurf et tout client MCP compatible.
Project description
fiscogpt-mcp
Serveur MCP (Model Context Protocol) pour FiscoGPT — outils fiscaux francais pour Claude Desktop, Cursor, Windsurf et tout client MCP compatible.
Installation
pip install fiscogpt-mcp
Prerequis
- Un compte FiscoGPT Business avec une cle API (
fgpt_...) - Obtenir votre cle sur fiscogpt.fr/pricing
Configuration
Claude Desktop
Editez ~/.claude/claude_desktop_config.json :
{
"mcpServers": {
"fiscogpt": {
"command": "fiscogpt-mcp",
"env": {
"FISCOGPT_API_KEY": "fgpt_votre_cle_api"
}
}
}
}
Cursor / Windsurf
Editez .cursor/mcp.json ou .windsurf/mcp.json :
{
"mcpServers": {
"fiscogpt": {
"command": "fiscogpt-mcp",
"env": {
"FISCOGPT_API_KEY": "fgpt_votre_cle_api"
}
}
}
}
Redemarrez votre client apres configuration.
Outils disponibles
| Outil | Description |
|---|---|
analyse_fiscale |
Analyse fiscale structuree avec references legales (CGI, BOFiP, LPF) |
simuler_ir |
Simulation impot sur le revenu (bareme 2026, quotient familial, decote) |
calculer_tva |
Calcul TVA : HT vers TTC ou TTC vers HT |
export_fec |
Generation FEC conforme article A.47 A-1 du LPF |
Exemples d'utilisation
Une fois configure, demandez simplement a votre assistant :
- "Quelles sont les conditions d'exoneration de TVA pour un auto-entrepreneur ?"
- "Simule mon impot sur le revenu pour 45 000 EUR avec 2 parts"
- "Calcule la TVA a 20% sur 1500 EUR HT"
- "Genere un FEC pour le SIREN 123456789, exercice 2025"
Variables d'environnement
| Variable | Obligatoire | Description |
|---|---|---|
FISCOGPT_API_KEY |
Oui | Cle API FiscoGPT (plan Business) |
FISCOGPT_API_URL |
Non | URL de l'API (defaut: https://fiscogpt.fr) |
Licence
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fiscogpt_mcp-0.1.0.tar.gz.
File metadata
- Download URL: fiscogpt_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cff095851383542798c5c41725161bc428bbb77b4be441e6d2da3f948f4cacf8
|
|
| MD5 |
416ca62604d6aaf94e608cf7d5abe6ec
|
|
| BLAKE2b-256 |
0e2e9b98131e7d274778753b64a0c7acdd9084149399259c06ceab1384967731
|
File details
Details for the file fiscogpt_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fiscogpt_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d14caeae45e5f03fe05d9f2108689ce3b383ef1fa7f48aa7054ab8e3429de055
|
|
| MD5 |
04522dd781e24c6863c41226223ff2e6
|
|
| BLAKE2b-256 |
bb767cb9b6a7e57f6f6820102e48a8219d2e1b9541ce04ede49a97fb4839e869
|