aiscibe-mcp-deployment/mcp-e70738e0-946f1f4b-healiora
3.2
If you are the rightful owner of mcp-e70738e0-946f1f4b-healiora and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Healiora MCP Server is an auto-generated Model Context Protocol server designed to expose configured APIs as tools for AI models like Claude.
Healiora MCP Server
This is an auto-generated Model Context Protocol (MCP) server deployed on Vercel.
Overview
This MCP server exposes configured APIs as tools that can be used by Claude and other AI models.
Local Development
- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Set environment variables:
cp .env.example .env
# Edit .env with your actual values
- Run the server:
python app/mcp_server.py
Deployment
This project is configured for deployment on Vercel. To deploy:
- Push to your GitHub repository
- The repository should be connected to Vercel
- Vercel will automatically build and deploy on push
Environment Variables
Set these in your Vercel project settings:
OPENAI_API_KEY: Your OpenAI API key
API Endpoints
The MCP server exposes the following endpoints:
/: Health check/health: Server status
Support
For issues or questions, contact your system administrator.