# Orbitax

Access comprehensive global tax data, compliance tracking, and regulatory updates across multiple jurisdictions. Streamline research by calculating withholding, corporate, and VAT rates while verifyi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xatbot/xatbot-proxy

# Browse available tools
npx -y @smithery/cli@latest tool list xatbot/xatbot-proxy

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xatbot/xatbot-proxy obitax_proxy_chat

# Call a tool
npx -y @smithery/cli@latest tool call xatbot/xatbot-proxy obitax_proxy_chat '{}'
```

## Direct MCP Connection

Endpoint: `https://orbitax-xatbot-mcp.run.tools`

**Required config:**
- `X-API-Key` (header) — Authorization token

## Tools (21)

- `obitax_proxy_chat` — Send a message to the Orbitax AI system (XatBot) via XatBotProxyController and get a response.
- `obitax_proxy_chat_with_history` — Send a conversation (JSON array of {role, content}) to the Orbitax AI system (XatBot) via XatBotProxyController.
- `xatbot_proxy_ping` — Ping the internal proxy query handler.
- `xatbot_proxy_mcp_tools` — Get MCP tools metadata from internal query handler. tool_ids must be JSON array.
- `platform_query` — Execute a PlatformQuery against the internal XatBot API. field_values is JSON.
- `platform_command` — Execute a PlatformCommand against the internal XatBot API. field_values is JSON.
- `ComplianceTracker` — Tool to retrieve, analyze, and contextualize Pillar two OECD GloBE administration rule data by jurisdiction.
- `CorporateTaxRateTool` — Corporate tax calculation and compliance tool. Creates tax memos with formal documentation, calculates tax liability fo…
- `elite-form-field-analyzer` — Analyzes field-level data within user's My Forms instances. Returns all form fields with their filled values, titles, d…
- `FileCreator` — Creates professional documents with AI-generated content from conversation context.
- `FilingManagerMCPTool` — Retrieve, filter, and search Filing Manager forms (Library + My Forms). This tool can answer direct questions about any…
- `FXRateTool` — A versatile financial tool for retrieving and analyzing foreign exchange (FX) rates. It supports real-time and historic…
- `OrbitaxLawChanges` — Tool to search for tax law changes and legislative updates from the Orbitax database.
- `OrbitaxNewsSearch` — Tool to search for recent tax news and updates from the Orbitax database.
- `OrbitaxSearch` — Tool to search for stable, authoritative tax-related information from the Orbitax internal research database.
- `SourceVerification` — Tool to verify and cross-reference information across retrieved source documents.
- `TaxSites` — Search within tax and professional service websites including government tax authorities.
- `TreatyStatusTool` — Comprehensive treaty information tool. Check tax treaty status between countries including effective dates and signing …
- `VatRateTool` — Tool to retrieve VAT rates and news for specific countries from the Orbitax database.
- `WebSearch` — Real-time web search tool for retrieving current information from the internet when content is not available within Orb…
- `WHTRateTool` — Comprehensive withholding tax tool for cross-border payments and compliance. Calculates withholding tax rates between c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xatbot/xatbot-proxy <tool-name>
```
