irishtaxhub-mcp

jhurleyai/irishtaxhub-mcp
★ 0 stars Python API Integration Updated today
Irish Tax Hub — MCP server for Claude Code integrations
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": {
    "irishtaxhub-mcp": {
      "command": "uvx",
      "args": [
        "irishtaxhub-mcp"
      ]
    }
  }
}

Or install with pip: pip install irishtaxhub-mcp

README Excerpt

Model Context Protocol (MCP) server that exposes IrishTaxHub API operations as tools. This server now uses FastMCP v2 for a simpler, production-ready implementation. - Dynamic OpenAPI-powered tools only: - `openapi_list_endpoints(tag?)` → discover available endpoints - `openapi_get_request_schema(path, method=POST)` → JSON Schema for request body