browse

lum-browser https://lum-browser.lum.tools/mcp
Fetch and render web pages with JavaScript execution and caching.

Parameters

query optional
string

Optional query to filter content. If provided, only query-relevant content will be kept.

urls REQUIRED
array

List of URLs to fetch

Example usage

Quick test with cURL

Call this tool directly:

curl -X POST "https://lum-browser.lum.tools/mcp" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "browse",
      "arguments": {
        
        
        "urls": "example_value"
        
        
      }
    },
    "id": 1
  }'

Set Up Your IDE

Get ready-to-use configuration snippets for Cursor, VSCode, and more.

View lum-browser Setup Guide

Need an API Key?

Create your API key to start using this tool in your projects.

Create API Key