Qsearch MCP Server

AI agents lose 17–33% of facts to hallucination because they read 200-character snippets, not full pages (Stanford 2024). Existing search APIs hide which engines agreed on a result. Existing knowledge graphs are enterprise-priced or vendor-locked. It is available as a remote MCP endpoint.

Teams that work with self hosted, meilisearch and x402 and want a hosted endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-03 · ★ 2 · #45 OF 51 MAINTAINED SEARCH · VERIFIED 2026-09-18

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Qsearch

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add theyahia-qsearch --transport http https://qsearch.pro/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "theyahia-qsearch": {
      "url": "https://qsearch.pro/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://qsearch.pro/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to qsearch.pro

license Apache-2.0 - declared in the repository

registry namespace io.github.theYahia is GitHub-verified and matches the repo owner

03 · Who maintains Qsearch

qsearch is maintained by theyahia. We track 49 MCP servers from theyahia - 35 actively maintained, 87 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from theyahia.

  1. 1c-rest-mcp MCP server for 1C Enterprise - ERP catalogs, documents via REST API (Russia) ★ 12
  2. tilda-mcp MCP server for Tilda API - projects, pages. 3 tools. ★ 16
  3. moysklad-mcp MCP server for MoySklad - warehouse, inventory, orders, reports (Russia) ★ 6
  4. yandex-direct-mcp MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) ★ 5
  5. hh-mcp MCP server for hh.ru jobs API - vacancy search, salary stats, employers, regions. Public endpoints, ★ 4
  6. mindbox-mcp MCP server for Mindbox CDP API - customer profiles, orders, segments. 3 tools. ★ 3

04 · Facts

category
search - ranked #45 of 51 actively-maintained search servers as of 2026-09-18.
registry
io.github.theYahia/qsearch (active, first published 2026-04-29)

05 · Qsearch FAQ

What is Qsearch?

AI agents lose 17–33% of facts to hallucination because they read 200-character snippets, not full pages (Stanford 2024). Existing search APIs hide which engines agreed on a result. Existing knowledge graphs are enterprise-priced or vendor-locked. It is available as a remote MCP endpoint.

Is Qsearch still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-03. We re-verify nightly.

How do I install Qsearch?

Run `claude mcp add theyahia-qsearch --transport http https://qsearch.pro/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

06 · Alternatives to Qsearch