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.1.tar.gz (41.4 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.1-py3-none-any.whl (44.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yirifi_ops_mcp_hub-0.1.1.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

Hashes for yirifi_ops_mcp_hub-0.1.1.tar.gz
Algorithm Hash digest
SHA256 87ba807fe7b050764047d28fb3b441df0da1f4bf5d9742dd98a339b77c468c1f
MD5 1f7328adc25624f2dfa402ab5f72d5bb
BLAKE2b-256 9b9417c3f71a51aea3845a4b4ba2bf27faec1955c3e8e8a83300afeb626ba471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yirifi_ops_mcp_hub-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 92a5c576111092009fe8374f0bdc40b9bdc54dd28ef82a0024c30346f4f74083
MD5 250b46c9f50a9c1c0ca309eb42fe95d1
BLAKE2b-256 5d9ec7f058cef25f91d58758ff2bcdc992bc5cf5d1d61cfe62ef37e6cf755a99

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