browse
Fetch and render web pages with JavaScript execution and caching.
Parameters
query
                        
                        optional
                        
                    Optional query to filter content. If provided, only query-relevant content will be kept.
urls
                        
                        REQUIRED
                        
                    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