Back to Home
psimsa icon

oig_cloud_mcp

Verified Safe

by psimsa

Overview

Acts as a Model Context Protocol (MCP) server for OIG Cloud, providing an authenticated and observable tool-driven interface to the OIG Cloud API.

Installation

Run Command
./bin/start_server.sh

Environment Variables

  • OIG_CLOUD_MOCK
  • OTEL_SERVICE_NAME
  • OTEL_EXPORTER_OTLP_PROTOCOL
  • OTEL_EXPORTER_OTLP_ENDPOINT
  • FAIL2BAN_LOG_PATH

Security Notes

Implements whitelist and rate limiting for authentication (in-memory, suitable for single-process only). Uses SHA256 for credential hashing. Provides dedicated fail2ban logging for authentication failures. Basic Auth and custom header credentials are sent via HTTP headers, which implicitly requires HTTPS for secure transmission. No 'eval' or malicious patterns found. The primary security limitation is the in-memory nature of the whitelist and rate limiter, which is suboptimal for distributed production deployments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-03

Tags

MCPOIG CloudAPI GatewayAuthenticationObservability