Back to Search

neo_web_topic_researcher

v0.1.0

Searches the web for live information, news, and references using Brave Search.

$0.015 / call (AI Powered Tier)
Updated: Apr 25, 2026

Overview

A live internet research assistant. It searches the web in real-time to return the top articles, news, and snippets on any given topic. Perfect for gathering current events, trends, or references that fall outside of historical training data.

Example Input

JSON payload sent to this tool:

{
  "query": "Latest breakthroughs in quantum computing"
}

Example Output

Formatted JSON response returned by this tool:

{
  "topic": "rust webassembly",
  "sources": [
    {
      "title": "Rust and WebAssembly",
      "snippet": "Rust and WebAssembly Book...",
      "url": "https://rustwasm.github.io/"
    }
  ]
}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neo_web_topic_researcher",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}