This module demonstrates a real-world multi-server MCP system with three specialized servers working together to handle a complex workflow: raising and processing health insurance claims.
This example shows how multiple MCP servers can work together in a coordinated system:
- Family Agent Server - Acts as a personal assistant for health insurance claims
- Rainforest.com Server - E-commerce platform for purchasing medical supplies
- Acme Health Insurance Server - Insurance company system for processing claims
The system demonstrates a realistic scenario where a family needs to:
- Purchase medical supplies through an e-commerce platform
- Submit insurance claims for reimbursement
- Track claim status and receive payments
Personal assistant server that helps families manage their health insurance claims. Handles:
- Claim submission
- Document management
- Communication with insurance providers
E-commerce MCP server simulating an online marketplace for medical supplies. Features:
- Product catalog browsing
- Order placement and tracking
- Receipt generation for insurance claims
Insurance company MCP server that processes claims. Handles:
- Claim validation
- Coverage verification
- Payment processing
The example starts all three MCP servers and demonstrates the complete workflow from purchase to claim processing.
- User purchases medical supplies via RainforestDotCom MCP server
- FamilyAgent MCP server helps user submit insurance claim with purchase receipts
- AcmeHealthInsurance MCP server processes the claim and determines coverage
- System coordinates between all three servers to complete the reimbursement process