SeniorCare MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SeniorCare MCPFind a cardiologist and schedule an appointment for next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SeniorCare MCP
A hackathon MVP MCP server for Eigi.ai. It provides:
medicine management
medicine stock / refill estimation
demo doctor search
demo availability
appointment management
1. Run locally
Python 3.10+ is recommended.
python -m venv .venvWindows PowerShell:
.venv\Scripts\Activate.ps1Install:
pip install -r requirements.txtRun:
python server.pyThe local MCP endpoint is:
http://localhost:8000/mcp
Related MCP server: ai-care-agent-mcp
2. Test with MCP Inspector
Install/use the official MCP Inspector and connect to:
http://localhost:8000/mcp
You should see tools such as:
add_medicine
get_medicines
check_medicine_stock
search_doctors
check_doctor_availability
add_appointment
get_appointments
cancel_appointment
3. Deploy for Eigi.ai
The included render.yaml can be used to deploy as a Render web service.
After deployment, Render will give you a URL like:
https://seniorcare-mcp-xxxx.onrender.com
Your Eigi Server URL should then be:
https://seniorcare-mcp-xxxx.onrender.com/mcp
In Eigi:
Name: SeniorCare
Server URL: https://YOUR-RENDER-URL/mcp
Transport: HTTP (Streamable)
Authentication: None (hackathon/demo only)
Do NOT use the GeraClinic .well-known/mcp.json URL as the Eigi Server URL.
Important medical-safety note
This is a software demo, not a medical device. Do not use real patient data in the hackathon MVP. The server must not diagnose, change medication doses, or advise stopping medicines.
The doctor directory in this MVP is demo data. Replace it only with an authorized healthcare API/integration if you have permission.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for medicare-coverage
MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).
Read-only MCP server for Sandwich aging-parent care resources and cost data.
MCP server for Product Management
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceClinical decision-support MCP server that lets AI agents reason over live FHIR patient data for medication review, appointment scheduling, and care gap identification.5,766 npmMIT
- FlicenseBqualityCmaintenanceMCP server for headless care coordination, providing tools for case-aware provider search powered by ai-carematch.4-
- AlicenseAqualityCmaintenanceAn MCP server for longevity and metabolic medicine that provides a medication catalog, dosing protocols, contraindication screening, drug interaction checks, lab recommendations, and patient intake pathways across 35 compounds.935 npmMIT
- FlicenseNot gradedqualityCmaintenanceAn educational healthcare assistant MCP server that provides medication information, interaction checks, symptom guidance, and health topic searches using local data and a local LLM.-