MCP server for searching patients and creating tasks in Flight Health Atlas system.
Overview
what is Patient Search & Create Tasks MCP Server?
This project provides a Model Context Protocol (MCP) server for searching patients in the Flight Health Atlas system and creating new tasks.
how to use Patient Search & Create Tasks MCP Server?
To use the MCP server, clone the repository, install dependencies, update your credentials, and build the server. You can then use the available tools to search for patients or create tasks.
key features of Patient Search & Create Tasks MCP Server?
- V2 Server using Puppeteer for advanced web automation and reliable login handling.
- Tools for searching patients and creating tasks with detailed parameters.
use cases of Patient Search & Create Tasks MCP Server?
- Searching for patient information in the Flight Health Atlas system.
- Creating new tasks related to patient care or management.
- Automating patient search processes in healthcare applications.
FAQ from Patient Search & Create Tasks MCP Server?
- What are the prerequisites for using the MCP server?
You need Node.js 18 or higher and a package manager like npm or yarn.
- How do I update my credentials?
Update the
LOGIN_CREDENTIALSin theauth.tsfile with your email and password.
- What should I do if the browser launch fails?
Ensure you have sufficient system resources and try running with the
--no-sandboxflag.