Skip to main content

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-hub",
      "env": {
        "YIRIFI_API_KEY": "your_api_key_here"
      }
    }
  }
}

CLI Options

# Run with all services (default)
YIRIFI_API_KEY=your_key yirifi-ops-mcp-hub

# Run specific service
YIRIFI_API_KEY=your_key yirifi-ops-mcp-hub --service=auth

# Development mode (localhost APIs)
YIRIFI_API_KEY=your_key yirifi-ops-mcp-hub --mode=dev

# HTTP transport (for remote deployment)
yirifi-ops-mcp-hub --transport=http --port=5200

Options:

  • --service: all (default), auth, or reg
  • --mode: dev (localhost) or prd (remote, default)
  • --transport: stdio (default) or http
  • --port: HTTP port (default: 5200)

Utility Commands

# List available tools
yirifi-ops-mcp-hub list-tools

# Test API connection
yirifi-ops-mcp-hub test-connection --service=auth

# Show OpenAPI spec
yirifi-ops-mcp-hub 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_call gateway tool
  • EXCLUDE: Internal endpoints never exposed

Environment Variables

  • YIRIFI_API_KEY: API key for authentication (required)
  • AUTH_SERVICE_API_KEY: Service-specific fallback for auth
  • REG_SERVICE_API_KEY: Service-specific fallback for reg

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yirifi_ops_mcp_hub-0.2.0.tar.gz (64.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yirifi_ops_mcp_hub-0.2.0-py3-none-any.whl (63.2 kB view details)

Uploaded Python 3

File details

Details for the file yirifi_ops_mcp_hub-0.2.0.tar.gz.

File metadata

  • Download URL: yirifi_ops_mcp_hub-0.2.0.tar.gz
  • Upload date:
  • Size: 64.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for yirifi_ops_mcp_hub-0.2.0.tar.gz
Algorithm Hash digest
SHA256 44b040bb0455dc4704fe004369823f50f440586aef9dceccab86c457e6bf2444
MD5 b2936af5145742b8e9c21314b5240625
BLAKE2b-256 36be4ff3fb8ae4cc4d9af83658641c7718d96fd1897f110af061b409e042cf0b

See more details on using hashes here.

File details

Details for the file yirifi_ops_mcp_hub-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for yirifi_ops_mcp_hub-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 235ec7d12e74191466c78cd444a149c40e51ad0f098809e87417b6912fa6421f
MD5 8eb17186e046c9c12872248e63dd6855
BLAKE2b-256 0de5d195353e1c54a4d9531474df8e0197411022fb8bd501e03f0e3c57c91a55

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page