MCP Server

HealthPorta MCP - One-Command Install

Connect any AI assistant to HealthPorta healthcare tools.

Source repo: EndurantDevs/ai-healthporta

This server exposes authenticated tools for plans, pharmacies, providers, formularies, geo data, and issuer lookups.

Server

Public MCP endpoint to register in your client configuration.

https://mcp.healthporta.com/mcp

Verification

After install, run these to confirm connectivity and auth state.

healthporta_healthcheck
healthporta_auth_status

Install Commands

One copy-paste command per client.

Gemini

gemini extensions install https://github.com/EndurantDevs/ai-healthporta --auto-update

Claude Desktop

claude mcp add healthporta https://mcp.healthporta.com/mcp

ChatGPT-Compatible Clients

chatgpt mcp add healthporta https://mcp.healthporta.com/mcp

Works in MCP-enabled forks, dev builds, and compatible wrappers.

Cursor

cursor mcp install https://github.com/EndurantDevs/ai-healthporta

VS Code / Codex CLI

codex mcp add healthporta https://mcp.healthporta.com/mcp

OpenClaw

Use ai-healthporta/examples/openclaw/mcp.json

Import this JSON in OpenClaw MCP settings.

OpenClaw MCP Config

Use this example JSON for OpenClaw client setup.

{
  "mcpServers": {
    "healthporta": {
      "type": "streamable-http",
      "url": "https://mcp.healthporta.com/mcp",
      "oauth": {
        "enabled": true
      }
    }
  }
}

After Install

You can immediately ask:

Find a pharmacy near 90210
Check insurance coverage for amoxicillin

Need client-specific files? Browse all examples in ai-healthporta.