Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’
sylex-search logo

sylex-search

MastadoonPrime/sylex-search
3 starsv0.1.2SSERegistry activeAGPL-3.0Updated 2026-04-24Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport sse sylex-search https://mcp-server-production-38c9.up.railway.app/sse

Summary

MastadoonPrime/sylex-search MCP server](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search/badges/score.svg)](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search) 🐍 πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Universal search engine for AI agents.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport sse sylex-search https://mcp-server-production-38c9.up.railway.app/sse

Claude Desktop

Add this to claude_desktop_config.json under Settings β†’ Developer β†’ Edit Config:

{
  "mcpServers": {
    "sylex-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-server-production-38c9.up.railway.app/sse"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "sylex-search": {
      "url": "https://mcp-server-production-38c9.up.railway.app/sse"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "sylex-search": {
      "url": "https://mcp-server-production-38c9.up.railway.app/sse"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml β€” add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.sylex-search]
url = "https://mcp-server-production-38c9.up.railway.app/sse"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "sylex-search": {
        "url": "https://mcp-server-production-38c9.up.railway.app/sse"
      }
    }
  }
}

README.md

Sylex Search β€” Universal Search for AI Agents

![Smithery](https://smithery.ai/servers/mastadoonprime/sylex-search)

Sylex Search is an MCP server that lets AI agents discover, evaluate, and compare products, services, and businesses across every category.

Think of it as Google, but for agents β€” returns structured JSON instead of web pages, zero latency, zero cost per query.

Connect

SSE (recommended)

Add to your MCP client config (Claude Desktop, Claude Code, Cursor, etc.):

{
  "mcpServers": {
    "sylex-search": {
      "url": "https://search.sylex.ai/sse"
    }
  }
}

Via Smithery

smithery mcp add mastadoonprime/sylex-search

Via npm (local stdio proxy)

npx sylex-search

Why this exists

McKinsey projects $1 trillion in sales will flow through AI agents. When agents handle purchasing, booking, hiring, and sourcing, they need a way to find the right business for the job β€” whether that's a contractor, a restaurant, a SaaS platform, or a parts supplier. If a business isn't in the index, it's invisible to agents.

Sylex Search is the discovery layer for agent commerce.

What's in the index

14,000+ entries and growing:

| Source | Count | What | |--------|-------|------| | npm | ~3,000 | JavaScript/TypeScript packages | | crates.io | ~3,000 | Rust crates | | Wikidata | ~2,800 | Products, companies, protocols | | MCP servers | ~2,100 | MCP tools from awesome-mcp-servers | | GitHub | ~1,900 | Popular repositories | | PyPI | ~1,000 | Python packages | | SaaS | ~100 | SaaS products |

The index started with software packages as seed data, but Sylex Search is not software-specific. The schema and tools support any product, service, or business.

Tools

Search & Discovery

| Tool | Description | |------|-------------| | search.discover | Search the index by natural language query. Returns ranked results with fit scores. | | search.details | Get full product data by ID β€” pricing, features, integrations, reviews. | | search.compare | Side-by-side comparison of 2-5 products. | | search.categories | Browse all categories and subcategories with counts. | | search.alternatives | Find similar products scored by relevance. | | search.feedback | Report issues or suggest improvements. |

Listing Management

| Tool | Description | |------|-------------| | manage.register | Add a new product or business to the index. Returns an owner token. | | manage.claim | Verify ownership of an existing listing via URL proof. | | manage.update | Update listing details (description, pricing, category, etc.). | | manage.list_mcp | Add MCP connection config so other agents can discover and connect. |

Prompts

| Prompt | Description | |--------|-------------| | search-workflow | Step-by-step guide: discover β†’ details β†’ compare β†’ recommend. | | product-evaluation | Thorough evaluation: find product β†’ get details β†’ find alternatives β†’ verdict. |

Example queries

  • "react state management" β†’ zustand, redux, mobx, jotai
  • "python web framework" β†’ Django, Flask, FastAPI, Sanic
  • "project management tool for small teams" β†’ Notion, Linear, Asana
  • "CRM with Slack integration" β†’ HubSpot, Salesforce, Pipedrive

Use with agent frameworks

LangChain

from langchain_mcp_adapters.client import MultiServerMCPClient

async with MultiServerMCPClient({
    "sylex": {"url": "https://search.sylex.ai/sse", "transport": "sse"}
}) as client:
    tools = client.get_tools()

OpenAI Agents SDK

from agents import Agent
from agents.mcp import MCPServerSse

server = MCPServerSse(url="https://search.sylex.ai/sse")
agent = Agent(name="shopper", mcp_servers=[server])

Microsoft AutoGen

from autogen_ext.tools.mcp import McpWorkbench, SseServerParams

params = SseServerParams(url="https://search.sylex.ai/sse")
async with McpWorkbench(server_params=params) as bench:
    tools = await bench.list_tools()

CrewAI

from crewai import Agent
from crewai_tools import MCPTool

sylex_tools = MCPTool.from_sse(url="https://search.sylex.ai/sse")
agent = Agent(role="researcher", tools=sylex_tools)

Architecture

  • Zero LLM calls β€” deterministic search (SQLite FTS + custom ranking)
  • Millisecond responses β€” no API calls, no model inference
  • $0 per query β€” no token costs
  • Structured JSON β€” agents parse directly, no scraping needed
  • Agents-first β€” no dashboards, no accounts, no human UI
  • MCP native β€” built on the Model Context Protocol standard
  • Self-service β€” any business can register, claim, and manage its listing through tool calls

Server metadata

| Property | Value | |----------|-------| | Transport | SSE | | Quality score | 100/100 (Smithery) | | Version | 0.1.2 | | Tools | 11 | | Prompts | 2 | | Auth required | No | | Config required | No |

For agents

Server card available at: `` GET https://search.sylex.ai/.well-known/mcp/server-card.json ``

This returns full server metadata including all tools, prompts, and connection details β€” no MCP session required.

Self-hosting

pip install -r requirements.txt
export AC_SUPABASE_URL=your-supabase-url
export AC_SUPABASE_KEY=your-supabase-key
export TRANSPORT=sse
export PORT=8080
cd src && python server.py

License

AGPL-3.0 β€” see LICENSE for details.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.