For AI agents: a documentation index is available at /llms.txt
Skip to main content

Healthcare portal extraction

Log into a sandbox healthcare portal and extract patient medication records from the dashboard.

Prerequisites

Steps

This example uses a Browserless sandbox site that simulates a healthcare portal with a login screen. You can safely test data extraction without accessing real patient data.

The workflow navigates to the patient portal, logs in with demo credentials, waits for the dashboard to render, then extracts medication records from the medications table.

Use the Browserless MCP server to extract data from the healthcare portal from any MCP-compatible AI agent (Claude Desktop, Cursor, Windsurf, ChatGPT, etc.).

1. Connect the MCP server

Send this prompt to your AI agent to install the Browserless MCP server:

Go to https://github.com/browserless/browserless-mcp/blob/main/install.md
and follow the instructions to install the Browserless MCP server
for my client.

2. Extract portal data

Use browserless_agent to log in and extract medication data.

Use the browserless_agent tool to log into
https://scraping-sandbox.netlify.app/clarity-health/patient-portal
with patient@example.com / health2025 and get the most recent invoice.

Next steps