MCP Connection Setup
To showcase runtime execution, we use a pre‑configured flow that integrates with an open‑source MCP server named Subway Info, which provides real‑time NYC-Subway data.

The flow references the subwayinfo.nyc connection created earlier. This connection exposes tools that:
Retrieve nearby stations
Provide route planning information
Report real‑time service delays

Agent-Orchestrated Trip Planning and Status Reporting
Our integrations page features a multi-agent architecture tailored to address diverse user queries with specialized agents. Each agent is equipped with unique tools and responsibilities, ensuring clear task separation and efficient operations.

Agents in the Flow
The example flow uses two agents:
1. Planning Agent
The Planning Agent is responsible for generating trip plans. It has access to tools that help it:
Identify locations
Fetch nearby transit stations
Determine possible routes
Provide step‑by‑step travel guidance
2. Status Agent
The Status Agent handles real‑time transit status queries. Its tools allow it to:
Fetch live service alerts
Report delays or disruptions
Summarize service conditions based on user prompts
Executing the Flow
Click Test to start.
Example Interaction
User:
// “I want to go from Central Park to Times Square.”
Processing:
The Planning Agent (highlighted in orange during runtime) takes control.
It invokes MCP tools to fetch nearby stations for Central Park.
The tool outputs are fed to the LLM, which formulates the final response.
User selects a station (e.g., “86th Street”), and the system generates a route plan based on real-time data from the MCP server.
BOT Conversation:
Checking Line Status
User:
// “Are there any delays on-Line 4?”
Processing:
Control shifts to the Status Agent.
The agent uses its MCP tools to fetch real-time service alerts.
The response shows the current delays exactly as reported by the MCP server.
BOT Conversation:

This demonstrates how iX Hello Customer v2 uses MCP servers in real time to enrich agent behavior and deliver up‑to‑date results.
Last updated
Was this helpful?