MCP servers for Yirifi Ops - expose REST APIs as MCP tools for AI assistants
Project description
yirifi-ops-mcp-hub
MCP (Model Context Protocol) servers for Yirifi Ops - expose REST APIs as MCP tools for AI assistants like Claude.
Installation
# Using pip
pip install yirifi-ops-mcp-hub
# Using uv (recommended)
uv pip install yirifi-ops-mcp-hub
Quick Start
Claude Code Configuration
Add to your Claude Code MCP settings (~/.claude.json or project .mcp.json):
{
"mcpServers": {
"yirifi-ops": {
"command": "yirifi-ops-mcp",
"env": {
"YIRIFI_API_KEY": "your_api_key_here"
}
}
}
}
CLI Options
# Run with all services (default)
YIRIFI_API_KEY=your_key yirifi-ops-mcp
# Run specific service
YIRIFI_API_KEY=your_key yirifi-ops-mcp --service=auth
# Development mode (localhost APIs)
YIRIFI_API_KEY=your_key yirifi-ops-mcp --mode=dev
# HTTP transport (for remote deployment)
yirifi-ops-mcp --transport=http --port=5200
Options:
--service:all(default),auth, orreg--mode:dev(localhost) orprd(remote, default)--transport:stdio(default) orhttp--port: HTTP port (default: 5200)
Utility Commands
# List available tools
yirifi-ops-mcp list-tools
# Test API connection
yirifi-ops-mcp test-connection --service=auth
# Show OpenAPI spec
yirifi-ops-mcp show-spec --service=auth
Architecture
This package uses a tiered exposure system for safe AI access:
- DIRECT: Safe, frequent operations exposed as individual MCP tools
- GATEWAY: Admin/dangerous operations accessible via
{service}_api_callgateway tool - EXCLUDE: Internal endpoints never exposed
Environment Variables
YIRIFI_API_KEY: API key for authentication (required)AUTH_SERVICE_API_KEY: Service-specific fallback for authREG_SERVICE_API_KEY: Service-specific fallback for reg
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yirifi_ops_mcp_hub-0.1.0.tar.gz.
File metadata
- Download URL: yirifi_ops_mcp_hub-0.1.0.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb61d456f7bf5a9cad5034eaf7d241be760e1c0135c2fd0231ff10b918fad21b
|
|
| MD5 |
d380214252ca5bbc477f708a24da1604
|
|
| BLAKE2b-256 |
50c3f5b2ab1bc36d4ebb8089d75246dae078809c9bd63f6c31cc369e8a8d299d
|
File details
Details for the file yirifi_ops_mcp_hub-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yirifi_ops_mcp_hub-0.1.0-py3-none-any.whl
- Upload date:
- Size: 44.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
002ed3fffacfef9beb5ac7f024461785389c1810dbc75401e6ace386e5ee3b1d
|
|
| MD5 |
ac5def417271ef35b578246cf783de83
|
|
| BLAKE2b-256 |
09e5df836587dce9167195d5ffef067acfd3d01a20c5da46f54f88084d1a40c3
|