search

lum-browser https://lum-browser.lum.tools/mcp
Web search with intelligent fallback and distributed caching.

Parameters

query REQUIRED
string

Search query

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": "search",
      "arguments": {
        
        
        "query": "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