Catalog
io.github.aitorgarcia21/ifg-tax
OfficialInternational tax research — 213 jurisdictions, 500K+ legal documents.
International tax research across 213 jurisdictions with 500K+ legal documents.
README not available yet.
Install
Configuration
Environment variables
IFG_API_KEYrequiredsecretIFG API key (get yours at https://ifg.tax/dashboard)
claude_desktop_config.json
{
"mcpServers": {
"ifg-tax": {
"command": "npx",
"args": [
"-y",
"ifg-mcp-server@1.0.1"
],
"env": {
"IFG_API_KEY": "<YOUR_IFG_API_KEY>"
}
}
}
}