Model Context Protocol
Use the Model Context Protocol (MCP) to easily control Lightpanda browser with your AI applications.
Usage
The Lightpanda MCP service supports only SSE transport.
Use the url https://euwest.cloud.lightpanda.io/mcp/sse to connect.
Authentication
An authentication is required, you can either pass your token with the token query string parameter in the url, or use the Authorization: Bearer HTTP header.
Example with the query string.
https://euwest.cloud.lightpanda.io/mcp/sse?token=TOKENExample with the Bearer HTTP header.
https://euwest.cloud.lightpanda.io/mcp/sse
Authorization: Bearer TOKENTools
searchSearch a term on web search engine and get the search results.gotoNavigate to a specified URL and load the page inmemory so it can be reused later for info extraction.markdownGet the page in memory content in markdown format.Run a goto before getting markdown.linksExtract all links from the page in memory.Run a goto before getting links.
For more advanced use cases, you can use CDP connection with Playwright MCP .