MCP.so
ログイン

Patient Search & Create Tasks MCP Server

@Flight-Health

Patient Search & Create Tasks MCP Server について

MCP server for searching patients and creating tasks in Flight Health Atlas system.

基本情報

カテゴリ

検索

ランタイム

node

トランスポート

stdio

公開者

Flight-Health

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "patient-search-v2": {
      "command": "node",
      "args": [
        "/path/to/mcp-search-and-create-task/dist/server-v2.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Patient Search & Create Tasks MCP Server?

This MCP server integrates with the Flight Health Atlas system to search for patients and create new tasks using web automation via Puppeteer. It is designed for developers using MCP-compatible clients like Cursor.

How to use Patient Search & Create Tasks MCP Server?

Install Node.js 18+, clone the repository, run npm install, update credentials in auth.ts, build the V2 server with npm run build:v2, and start it with npm start. Then configure the server in your MCP client (e.g., Cursor's mcp.json) pointing to dist/server-v2.js. Invoke tools like search_patient_v2 and create_new_task via MCP calls.

Key features of Patient Search & Create Tasks MCP Server

  • Uses Puppeteer for advanced web automation and reliable login handling
  • Provides search_patient_v2 tool with optional detailed results
  • Provides create_new_task tool with task type, name, and description
  • Includes hello_world tool to test MCP connection
  • Logs debug information to stderr for troubleshooting

Use cases of Patient Search & Create Tasks MCP Server

  • Search for patients in the Flight Health Atlas system
  • Create new tasks in the Flight Health Atlas system
  • Automate patient lookup and task creation workflows
  • Test MCP server connectivity via the hello_world tool

FAQ from Patient Search & Create Tasks MCP Server

What are the prerequisites for running the server?

Node.js 18 or higher and an npm or yarn package manager.

How do I configure login credentials?

Update the email and password in auth.ts under LOGIN_CREDENTIALS. For demo purposes these are hardcoded since Cursor AI cannot access a .env file by default.

How can I test the server?

Use the hello_world tool with an optional name, or run the sample test file node dist/test-task-creation.js after building the server.

What if the browser launch fails on the V2 server?

Ensure sufficient system resources. The --no-sandbox flag is already included in the server configuration.

What if patient search returns no results?

Verify the patient name spelling, check that you are logged into the correct environment, ensure network connectivity, and try with a partial name match.

コメント

「検索」の他のコンテンツ