Skip to main content
Glama
skipmiller

citrix-mcp-server

by skipmiller
README.md
# Citrix Consultant MCP Server

Connect any AI assistant to 25 years of Citrix expertise via the Model Context Protocol (MCP).

## Tools (5)

| Tool | Description |
|------|-------------|
| `check_las_readiness` | Check if your Citrix environment is ready for the License Access Service (LAS) transition |
| `recommend_license` | Get a UHMC license tier recommendation based on user count, products, and deployment |
| `check_version_compatibility` | Check if a Citrix product version is EOL, LAS-compatible, and what to upgrade to |
| `estimate_cost` | Estimate Citrix licensing costs under the UHMC model |
| `ask_citrix_expert` | Ask any free-form Citrix question — licensing, migration, architecture, LAS deadline |

## Quick Start

### Claude Desktop / Claude Code

Add to your MCP config:

```json
{
  "mcpServers": {
    "citrix-consultant": {
      "url": "https://citrix-mcp-server.skip-547.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}
```

### Any MCP Client

**Endpoint:** `https://citrix-mcp-server.skip-547.workers.dev/mcp`
**Transport:** Streamable HTTP (POST)
**Protocol:** MCP 2025-03-26

## Architecture

- **Runtime:** Cloudflare Workers (edge, globally distributed)
- **Backend:** n8n webhook → Claude AI with Citrix domain expertise
- **Rate Limiting:** KV-backed, 20 req/day anonymous, 200 req/day verified
- **Auth Tiers:** Anonymous (2 tools) | Verified (all 5 tools)

## Free Tools (No Auth Required)

- `check_version_compatibility` — Check any Citrix product version status
- `ask_citrix_expert` — Ask any Citrix question

## Health Check

```bash
curl https://citrix-mcp-server.skip-547.workers.dev/health
```

## Website

[citrix-consultant.com](https://citrix-consultant.com) — Full Citrix consulting services, LAS migration planning, and UHMC licensing.

## Author

**Think Tank Consulting** (Skip Miller) — 25 years of Citrix expertise.

## License

MIT