Back to Search

neo_web_wiki_search

v0.1.0

Searches Wikipedia for encyclopedic information and facts.

$0.002 / call (Standard Tier)
Updated: Apr 27, 2026

Overview

An encyclopedic knowledge retrieval tool. It searches Wikipedia to provide the top articles, definitions, and snippets for any specific topic, giving you instant access to established facts and historical dates.

Example Input

JSON payload sent to this tool:

{
  "query": "Quantum mechanics"
}

Example Output

Formatted JSON response returned by this tool:

{
  "topic": "rust webassembly",
  "sources": [
    {
      "title": "WebAssembly",
      "snippet": "WebAssembly (often shortened to Wasm)...",
      "url": "https://en.wikipedia.org/wiki/WebAssembly"
    }
  ]
}

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_wiki_search",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}