NeoXider

Web search Neo

Community NeoXider
Updated

Free, API-keyless MCP for resilient web search and safe, visible Chrome automation—with dynamic companion status, forms, uploads, and WebGL testing.

Web search Neo

Python URL fetcher with MCP‑based tools for fetching URLs, extracting text, and web searching.

Installation

# Clone the repository
git clone https://github.com/your-username/PythonUrlFeatch.git
cd PythonUrlFeatch

# Install required packages
pip install -r requirements.txt

Running the MCP Server

python main.py

The server exposes the following tools via the MCP protocol:

  • fetch_url_text(url) – get plain text from a URL.
  • fetch_page_links(url) – list links on a page.
  • search_duckduckgo(query, num) – DuckDuckGo search.
  • search_yandex(query, num) – Yandex search.
  • get_current_time_and_region() – local date/time.

CLI Usage

python main.py --urls https://example.com https://another.org

Logs are written to msp_server.log.

MCP API Example

from mcp.server.fastmcp import FastMCP

mcp = FastMCP("URL Text Fetcher")
text = mcp.call("fetch_url_text", url="https://example.com")
print(text[:200])

Example Configuration (msp.json)

A sample configuration file msp.json can be used to customize the MCP server:

{
  "mcpServers": {
    "web-search-neo": {
      "command": "python",
      "args": [
        "PATH/main.py"
      ]
    }
  }
}

Place this file in the project root to customize server settings.

Contributing

Fork, pull requests, issues. Follow style and tests.

MCP Server · Populars

MCP Server · New

    chatmcp

    3802

    directory for Awesome MCP Servers

    Community chatmcp
    Morningstar202604

    AgentSeed

    Anti-hallucination gate for AI coding agents — 8 MCP tools catch invented APIs (17 languages), fake "all tests pass" claims, and slopsquatting packages before they ship. Zero-dependency Agent Plugins 1.0.0 plugin (Skill + MCP server + CLI + CI gate) for Claude Code, Cursor, VS Code, Copilot.

    Community Morningstar202604
    skarn-security

    Skarn guard: agent plugins

    Skarn plugins for Claude Code, Codex CLI, Gemini CLI, Grok Build, and Antigravity: audit skills, guard hooks, and MCP declarations that find leaked secrets and credentials in AI coding sessions, locally and redacted.

    Community skarn-security
    punkpeye

    mcp-remote

    Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server.

    Community punkpeye
    HiAi-gg

    DocsMint

    Self-hosted AI-native knowledge workspace and installable PWA with hybrid search, GraphRAG, REST, SDK, CLI, and MCP access for people and AI agents.

    Community HiAi-gg