AgentHubAgentHub

ifg-tax

MCP ServerMCP Registry官方收录

io.github.aitorgarcia21/ifg-tax · v1.0.1

International tax research — 213 jurisdictions, 500K+ legal documents.

概览

ifg-tax 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ifg-tax": {
      "command": "npx",
      "args": [
        "-y",
        "ifg-mcp-server"
      ],
      "env": {
        "IFG_API_KEY": "<IFG_API_KEY>"
      }
    }
  }
}

环境变量

IFG_API_KEY必填secret

IFG API key (get yours at https://ifg.tax/dashboard)

相关资源

统一 Manifest

{
  "id": "io.github.aitorgarcia21/ifg-tax",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "ifg-tax",
  "description": "International tax research — 213 jurisdictions, 500K+ legal documents.",
  "repository": {
    "url": "https://github.com/aitorgarcia21/ifg-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "ifg-mcp-server",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "IFG_API_KEY",
            "description": "IFG API key (get yours at https://ifg.tax/dashboard)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.aitorgarcia21/ifg-tax",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.aitorgarcia21%2Fifg-tax/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ifg-tax — MCP Server 安装与配置 · AgentHub