← Back to Plugins
MCP Server MCP

IntakeQ MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @oktopeak/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@oktopeak/intakeq-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "IntakeQ API key (optional — prefer the set_api_key tool)",
          "isSecret": true,
          "name": "INTAKEQ_API_KEY"
        },
        {
          "description": "Override the default IntakeQ API base URL (https://intakeq.com/api/v1)",
          "name": "INTAKEQ_API_BASE"
        },
        {
          "description": "Bearer token gate on the HTTP /mcp endpoint. Required in http mode unless MCP_ALLOW_NO_AUTH is true",
          "isSecret": true,
          "name": "MCP_API_KEY"
        },
        {
          "description": "Set to true to allow HTTP mode without MCP_API_KEY (local development only)",
          "name": "MCP_ALLOW_NO_AUTH"
        },
        {
          "description": "Transport mode: stdio (default) or http",
          "name": "TRANSPORT"
        },
        {
          "description": "Base URL for HTTP transport (e.g. http://127.0.0.1:3000)",
          "name": "MCP_BASE_URL"
        },
        {
          "description": "HTTP listen port (default 3000). HTTP transport only.",
          "name": "PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...