deep_search

lum-deep-search https://lum-deep-search.lum.tools/mcp
Perform deep multi-source research with comprehensive analysis. Searches for multiple sources, analyzes top sources, and synthesizes findings.

Parameters

query REQUIRED
string

Research query/question

Example usage

Quick test with cURL

Call this tool directly:

curl -X POST "https://lum-deep-search.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": "deep_search",
      "arguments": {
        
        
        "query": "example_value"
        
        
      }
    },
    "id": 1
  }'

Set Up Your IDE

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

View lum-deep-search Setup Guide

Need an API Key?

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

Create API Key