mcp-e70738e0-7ce97189-healiora

aiscibe-mcp-deployment/mcp-e70738e0-7ce97189-healiora

3.2

If you are the rightful owner of mcp-e70738e0-7ce97189-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.

This document provides a structured summary of the Healiora MCP Server, an auto-generated Model Context Protocol server deployed on Vercel.

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

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set environment variables:
cp .env.example .env
# Edit .env with your actual values
  1. Run the server:
python app/mcp_server.py

Deployment

This project is configured for deployment on Vercel. To deploy:

  1. Push to your GitHub repository
  2. The repository should be connected to Vercel
  3. 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.