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.1.3.tar.gz (41.6 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.1.3-py3-none-any.whl (44.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yirifi_ops_mcp_hub-0.1.3.tar.gz
  • Upload date:
  • Size: 41.6 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.1.3.tar.gz
Algorithm Hash digest
SHA256 b6b0a007eacc27d45b3d0baf6f415f41720b79d318f9518453b6c5fbe2776537
MD5 4502e0721432ec716153ea041c95c6a8
BLAKE2b-256 ce7e8d29dc85509f2a778620240318b12f87be10128eecd1cf8239b0f95edb19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yirifi_ops_mcp_hub-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 71ba1b644fcd1e7e255fa2aeaacd311770111a00e6c84453bf9ed3db0a249324
MD5 624b2ca246fcf98a40f56d907b7ff729
BLAKE2b-256 e1c312cbb16cc352a138aed13275f52e9fdbe08e4352c5255bb3d9caa1719215

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