mcp-golden-path
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-golden-pathShow me the policies for customer 987654"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-golden-path
Servidor MCP con Clean Architecture y DDD
Servidor MCP (Model Context Protocol) construido con Clean Architecture / DDD
(domain → application → infrastructure → delivery), usando el SDK oficial mcp.
Arquitectura
Ver docs/architecture.md para el detalle completo de capas, patrones de diseño y cómo agregar nuevas tools/resources.
Related MCP server: WhyLingxi Insurance MCP Server
Dominio de ejemplo incluido
Este proyecto se genera con un caso de uso de referencia (pólizas de seguro:
get_policy_info, get_customer_policies) para mostrar el patrón completo end-to-end.
Renombrar/reemplazar los archivos en src/domain/, src/application/use_cases.py,
src/infrastructure/repositories.py y src/delivery/mcp_server.py con las tools reales
de tu caso de uso.
Ejecutar localmente
pip install -e ".[dev]"
cp .env.example .env
# modo stdio (clientes locales, ej. Claude Desktop)
python main.py --mode mcp
# modo HTTP/SSE (el que corre en Kubernetes)
python main.py --mode http --http-port 8000Backend externo configurado
URL:
https://api.example.comAPI Key: se inyecta en runtime vía
ExternalSecretdesde Key Vault (secretoMcpBackendApiKey)
Tests
pytest tests/unit/ -v
pytest tests/integration/ -v
pytest --cov=src --cov-report=htmlDespliegue
CI/CD en .github/workflows/deploy.yml construye la imagen y la publica en
crsuradev.azurecr.io; los manifiestos en deploy/ despliegan en el namespace
mcp-servers vía ArgoCD.
This server cannot be deployed
Maintenance
Related MCP Connectors
保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server.
Agent-native insurance quoting protocol — sandbox, MCP + REST, eligibility pre-flight
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Real, bindable home & auto insurance quotes via MCP (Texas, expanding); human-completed bind.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for insurance claim pilot tools, providing policy search, claim lookup, and fraud score calculation.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to search, compare, recommend, quote, and pre-underwrite Chinese insurance products via MCP, covering 158 insurers and 489 products.1-
- FlicenseAqualityBmaintenanceMCP server that exposes life-insurance back-office tools (policy document search, application status, product/underwriting rules) to LLM agents. Enables agents to retrieve policy documents, check application status, and evaluate underwriting rules via hybrid search and rule lookup.3-
- AlicenseBqualityCmaintenanceEnables support agents to look up customer account details and billing or incident information through two read-only MCP tools for triage workflows.2MIT