Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by mike-holcomb • Uncategorized
Simulates FHIR API interactions via MCP for MedAgentBench agents without a live FHIR server.
Test FHIR interactions without a live FHIR server.
Simulate FHIR resource operations in the MedAgentBench environment.
That require MCP communication handling for FHIR API calls.
This Python-based MCP server intercepts MCP requests for FHIR operations and returns textual representations of the HTTP requests that would have been made, enabling testing of MedAgentBench agents without requiring a live FHIR endpoint. It supports handlers for listing resources, reading resources, and simulating FHIR operations such as search, read, and create. The server uses the mcp-server library for communication and is configured with Poetry, including asynchronous unit tests.