Back to Home
XuYunlei icon

multiagent-mcp

Verified Safe

by XuYunlei

Overview

A multi-agent customer service system that routes queries, retrieves customer data, manages support tickets, and coordinates multi-step workflows.

Installation

Run Command
./scripts/start_all_services.sh

Environment Variables

  • A2A_USE_HTTP
  • A2A_CUSTOMER_DATA_URL
  • A2A_SUPPORT_URL
  • MCP_SERVER_URL
  • A2A_ROUTER_URL

Security Notes

The MCP HTTP Server's `call_tool` methods, particularly `update_customer`, use parameterized SQL queries and whitelisting for column names, effectively mitigating common SQL injection risks for both values and column identifiers. However, the system is designed for local/internal use, and it lacks authentication and authorization mechanisms for its HTTP endpoints and agent communication. The use of `allow_origins=["*"]` for CORS is also insecure for a publicly exposed production environment without proper access control.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-02

Tags

Multi-agentCustomer ServiceA2AMCPLangGraphSQLiteFastAPI