SeniorCare MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceClinical decision-support MCP server that lets AI agents reason over live FHIR patient data for medication review, appointment scheduling, and care gap identification.7,772MIT
- FlicenseBqualityCmaintenanceMCP server for headless care coordination, providing tools for case-aware provider search powered by ai-carematch.4
- AlicenseAqualityBmaintenanceAn 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.944MIT
- Flicense-qualityCmaintenanceAn educational healthcare assistant MCP server that provides medication information, interaction checks, symptom guidance, and health topic searches using local data and a local LLM.
Related MCP Connectors
MCP server for medicare-coverage
MCP server for AI access to Swagger by SmartBear.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/m-khujnare2005/SeniorCare-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server