Enterprise MCP server for U2 UniData/UniVerse — JWT auth, RBAC, audit logging, admin UI
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"uofast-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# UOFastMCP Enterprise MCP server for U2 UniData/UniVerse — JWT auth, RBAC, audit logging, **built-in admin UI** to simplify the setup process. **Developer:** [RokiPark](https://github.com/RoKiPaRk/UOFastMCP) · **License:** MIT · **Python:** 3.11+ --- ## Install & Run ```bash # 1. Create a folder and virtual environment python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate # 2. Install pip install uofast-mcp # 3. Set required env var export JWT_SECRET_KEY=$(python -c "import secrets; print(secrets.token_hex(32))") # Windows: set JWT_SECRET_KEY=<paste output of above> # 4. Start uofast-mcp ``` Server starts at **http://localhost:8000** --- ## First-Time Setup 1. Open **http://localhost:8000/admin** 2. Log in: `admin` / `changeme123!`  3. Click **Server Setup** in the left menu  4. Follow the 5-step wizard: - Check prerequisites - Set JWT secret + change admin password - Configure your U2 connection (with live test) - Review generated `.env` and `unidata_config.ini` - Copy your Claude / VSCode / CLI connection config  --- ## Connect Claude > **Important:** UOFastMCP is an HTTP/SSE server — it must be connected to via URL, **not** launched as a subprocess command. Configuring it as a command (`"command": "uofast-mcp"`) will cause a port conflict if the server is already running. ### Step 1 — Start the server ```bash uofast-mcp ``` Keep this running in a terminal. The server must be running before any client connects. ### Step 2 — Get your connection token Open **http://localhost:8000/auth/login**, log in, and copy the `Authorization` token shown — or generate it manually: ```bash python -c "import base64; print(base64.b64encode(b'admin:c…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.