gcis-mcp

chunkai4u/gcis-mcp
★ 0 stars Python 📦 Other Updated 2d ago
MCP server wrapping Taiwan GCIS (商工行政資料開放平臺) — query company registration, directors, and branches by 統一編號.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gcis-mcp": {
      "command": "uvx",
      "args": [
        "gcis-mcp"
      ]
    }
  }
}

Or install with pip: pip install gcis-mcp