Back to Home
aszmuda icon

oncp-mcp-server

Verified Safe

by aszmuda

Overview

Hosts an MCP-compatible SSE server for LLM clients to trigger and monitor automated resolution jobs via a downstream FastAPI service.

Installation

Run Command
uv run python main.py

Environment Variables

  • RESOLUTION_SERVICE_URL
  • API_TIMEOUT
  • MCP_SSE_PORT
  • LOG_LEVEL

Security Notes

The server binds to '0.0.0.0' by default, making it network-accessible; restrict access if not intended for public exposure. Ensure 'RESOLUTION_SERVICE_URL' points to a trusted downstream service. Error logs (str(exc)) could potentially expose internal exception details, though inputs are validated.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-29

Tags

MCP ServerSSELLM ClientAutomated ResolutionPython