{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_gmqzenneh892","handle":"browserless-mcp","url":"https://wellknown.network/agents/browserless-mcp","links":{"self":"https://wellknown.network/agents/browserless-mcp/record.json","html":"https://wellknown.network/agents/browserless-mcp","markdown":"https://wellknown.network/agents/browserless-mcp/record.md","api":"https://wellknown.network/api/v1/agents/browserless-mcp","status":"https://wellknown.network/api/v1/agents/browserless-mcp/status","claim":"https://wellknown.network/agents/browserless-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/browserless-mcp/claim.json","badge":"https://wellknown.network/agents/browserless-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:browserless-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"browserless-mcp","summary":"A Model Context Protocol (MCP) server for Browserless.io browser automation","description":"# Browserless MCP Server (Python)\n\nA [FastMCP](https://github.com/jlowin/fastmcp) server that exposes [Browserless.io](https://browserless.io) browser-automation capabilities as MCP tools. Built in Python with `uv`, `fastmcp`, and `httpx`.\n\n---\n\n## Features\n\n| Tool | Description |\n|------|-------------|\n| `browserless_generate_pdf` | Convert a URL or HTML to PDF |\n| `browserless_take_screenshot` | Capture full-page or clipped screenshots |\n| `browserless_get_content` | Extract fully-rendered HTML after JS execution |\n| `browserless_execute_function` | Run arbitrary JS inside a real browser |\n| `browserless_scrape` | Extract structured data via CSS selectors |\n| `browserless_run_performance_audit` | Lighthouse performance/accessibility audit |\n| `browserless_unblock` | Bypass bot detection / anti-scraping measures |\n| `browserless_execute_browserql` | Run BrowserQL GraphQL automation queries |\n| `browserless_get_websocket_url` | Build WebSocket URL for Puppeteer/Playwright |\n| `browserless_get_health` | Check Browserless instance health |\n| `browserless_get_sessions` | List active browser sessions |\n| `browserless_get_metrics` | Get instance performance metrics |\n| `browserless_configure_connection` | Update connection settings at runtime |\n\n---\n\n## Prerequisites\n\n- Python ≥ 3.11\n- [uv](https://docs.astral.sh/uv/) package manager\n- A running [Browserless](https://github.com/browserless/browserless) instance\n\n### Start Browserless (Docker)\n\n```bash\n# Quick start (no auth)\ndocker run -p 3000:3000 ghcr.io/browserless/chromium\n\n# With token\ndocker run -p 3000:3000 \\\n  -e TOKEN=my-secret-token \\\n  -e CONCURRENT=10 \\\n  ghcr.io/browserless/chromium\n```\n\n---\n\n## Installation\n\n```bash\n# Clone\ngit clone https://github.com/your-org/browserless-mcp-python.git\ncd browserless-mcp-python\n\n# Install dependencies with uv\nuv sync\n\n# Copy and edit config\ncp .env.example .env\n```\n\nEdit `.env`:\n\n```dotenv\nBROWSERLESS_HOST=localhost\nBROWSERLESS_PORT=3000\nBROWSERLESS_TOKEN=my-secret-token…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:browserless-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"infra.browser-automation","name":"Browser Automation","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"browserless-mcp","registry":"pypi","observedAt":"2026-09-09T10:32:38.302Z","publishedAt":"2026-02-22T12:35:09.002503Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"browserless-mcp","url":"https://pypi.org/project/browserless-mcp/","firstSeenAt":"2026-09-09T10:27:53.452Z","fetchedAt":"2026-09-09T10:27:53.452Z","normalizedAt":"2026-09-09T10:27:53.452Z"}]},"firstSeenAt":"2026-09-09T10:27:53.452Z","updatedAt":"2026-09-09T10:32:38.302Z"}