MCP servers for Yirifi Ops - expose REST APIs as MCP tools for AI assistants
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":"yirifi-ops-mcp-hub","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.
# yirifi-ops-mcp-hub MCP (Model Context Protocol) servers for Yirifi Ops - expose REST APIs as MCP tools for AI assistants like Claude. ## Installation ```bash # Using uvx (recommended - no install needed) uvx yirifi-ops-mcp-hub --version # Using pip pip install yirifi-ops-mcp-hub # Using uv uv pip install yirifi-ops-mcp-hub ``` ### Optional: TOON Format (Compact Responses) For optimized token-efficient responses, install toon-format (currently in beta): ```bash # Install from GitHub (recommended for beta) pip install git+https://github.com/toon-format/toon-python.git # Or clone and install locally git clone https://github.com/toon-format/toon-python.git cd toon-python uv sync ``` ### Troubleshooting uvx Cache Issues If `uvx` doesn't pick up the latest version after an upgrade: ```bash # Clear cached environments and refresh rm -rf ~/.cache/uv/environments* && uvx --refresh yirifi-ops-mcp-hub --version ``` ## Quick Start ### Claude Code Configuration Add to your Claude Code MCP settings (`~/.claude.json` or project `.mcp.json`): ```json { "mcpServers": { "yirifi-ops": { "command": "uvx", "args": ["yirifi-ops-mcp-hub"], "env": { "YIRIFI_API_KEY": "your_api_key_here" } } } } ``` Or with specific options: ```json { "mcpServers": { "yirifi-dev": { "command": "uvx", "args": ["yirifi-ops-mcp-hub", "--mode=dev"], "env": { "YIRIFI_API_KEY": "your_api_key_here" } }, "yirifi-prd": { "command": "uvx", "args": ["yirifi-ops-mcp-hub", "--mode=prd"], "env": { "YIRIFI_API_KEY": "your_api_key_here" } } } } ``` ### CLI Options ```bash # Run with all services (default) YIRIFI_API_KEY=your_key uvx yirifi-ops-mcp-hub # Run specific service YIRIFI_API_KEY=your_key uvx yirifi-ops-mcp-hub --service=auth # Development mode (localhost APIs) YIRIFI_API_KEY=your_key uvx yirifi-ops-mcp-hub --mode=dev # HTTP transport (for remote deployment) uvx …
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.