IntakeQ MCP

IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

INTAKEQ_API_KEY
Secret

IntakeQ API key (optional — prefer the set_api_key tool)

INTAKEQ_API_BASE

Override the default IntakeQ API base URL (https://intakeq.com/api/v1)

MCP_API_KEY
Secret

Bearer token gate on the HTTP /mcp endpoint. Required in http mode unless MCP_ALLOW_NO_AUTH is true

MCP_ALLOW_NO_AUTH

Set to true to allow HTTP mode without MCP_API_KEY (local development only)

TRANSPORT

Transport mode: stdio (default) or http

MCP_BASE_URL

Base URL for HTTP transport (e.g. http://127.0.0.1:3000)

PORT

HTTP listen port (default 3000). HTTP transport only.