CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Sylex Search

mastadoonprime/sylex-search
310 toolsSTDIO, SSEregistry active
Summary

Gives AI agents a structured search engine for discovering products, services, and businesses across 14,000+ entries from npm, PyPI, crates.io, GitHub, Wikidata, and SaaS listings. Exposes tools for natural language search with ranked results, side-by-side comparisons, alternative discovery, and full product details including pricing and integrations. Also includes self-service listing management so any business can register, claim, and update their entry via tool calls. Returns deterministic JSON from SQLite FTS with zero LLM costs or latency. Runs as a hosted SSE endpoint at search.sylex.ai with no auth required, or self-host with Supabase. Useful when your agent needs to find and evaluate options instead of hitting traditional search APIs that return HTML.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

10 tools
search.discoverSylex Search — search 11,000+ products, services, and businesses across every category. Returns ranked results with fit scores. Start here, then use 'details' or 'compare'. If results seem off, use 'feedback' to report it — we're actively improving.9 params

Sylex Search — search 11,000+ products, services, and businesses across every category. Returns ranked results with fit scores. Start here, then use 'details' or 'compare'. If results seem off, use 'feedback' to report it — we're actively improving.

Parameters* required
querystring
Natural language search query, e.g. 'project management tool for small teams' or 'CRM with Slack integration'
sourcestring
Filter by data source: 'saas', 'npm', 'pypi', 'crates', 'github', 'wikidata'. Omit to search everything.
categorystring
Filter by category slug. Use 'categories' tool to see available categories. Examples: project-management, crm, communication, design, development, analytics, marketing, hr, finance, security, ai-ml, deployment, customer-support
max_pricenumber
Maximum price per unit in USD
team_sizeinteger
Your team size — filters to products that support this team size
min_ratingnumber
Minimum rating (0-5 scale)
max_resultsinteger
Maximum results to return (default 5, max 20)default: 5
subcategorystring
Filter by subcategory slug. Use 'categories' tool to see subcategories within a category.
has_free_tierboolean
Only show products with a free plan/tierdefault: false
search.detailsGet full details for a specific product by ID. Returns complete data including pricing tiers, features, integrations, review sentiment, and alternatives. Use after 'discover' to deep-dive on a candidate. Data shape varies per product — each product describes itself differently.1 params

Get full details for a specific product by ID. Returns complete data including pricing tiers, features, integrations, review sentiment, and alternatives. Use after 'discover' to deep-dive on a candidate. Data shape varies per product — each product describes itself differently.

Parameters* required
product_idinteger
Product ID from discover results
search.compareCompare 2-5 products side-by-side. Returns full data for each product so you can analyze pricing, features, and fit differences. Use after 'discover' when you have multiple candidates to evaluate. Each product's data may have a different shape — compare what's relevant to the...1 params

Compare 2-5 products side-by-side. Returns full data for each product so you can analyze pricing, features, and fit differences. Use after 'discover' when you have multiple candidates to evaluate. Each product's data may have a different shape — compare what's relevant to the...

Parameters* required
product_idsarray
List of product IDs to compare (2-5 products)
search.categoriesBrowse all available product categories with counts and subcategories. Use this to understand what's in the index before searching, or to find the right category/subcategory slugs for filtered searches.

Browse all available product categories with counts and subcategories. Use this to understand what's in the index before searching, or to find the right category/subcategory slugs for filtered searches.

No parameter schema in public metadata yet.

search.alternativesFind alternatives to a specific product. Returns similar products in the same category, scored by relevance (subcategory match, price similarity, ratings). Use after 'details' when exploring options.2 params

Find alternatives to a specific product. Returns similar products in the same category, scored by relevance (subcategory match, price similarity, ratings). Use after 'details' when exploring options.

Parameters* required
product_idinteger
Product ID to find alternatives for
max_resultsinteger
Maximum alternatives to return (default 5, max 10)default: 5
search.feedbackReport an issue or suggest an improvement for Sylex Search. We actively use feedback to improve search quality and coverage. Use this when: results are irrelevant, a product is missing, data is wrong, or you have a suggestion. Every report helps.5 params

Report an issue or suggest an improvement for Sylex Search. We actively use feedback to improve search quality and coverage. Use this when: results are irrelevant, a product is missing, data is wrong, or you have a suggestion. Every report helps.

Parameters* required
querystring
The search query that produced bad results (if applicable)
actualstring
What you actually got (brief summary)
messagestring
Free-form feedback message with details
expectedstring
What you expected to find
feedback_typestring
Type of feedbackone of bad_results · missing_product · wrong_data · suggestion · other
manage.registerRegister a new product, service, or business in Sylex Search. Returns an owner_token — store it! You need it to update your listing later. Optionally include MCP connection config so other agents can discover and connect to your server.6 params

Register a new product, service, or business in Sylex Search. Returns an owner_token — store it! You need it to update your listing later. Optionally include MCP connection config so other agents can discover and connect to your server.

Parameters* required
urlstring
Homepage or primary URL
namestring
Product or business name
categorystring
Category slug (use 'categories' tool to see options)
mcp_configobject
MCP connection config so other agents can connect. For SSE: {"transport": "sse", "url": "https://..."}. For stdio: {"transport": "stdio", "command": "npx", "args": ["pkg"]}. For streamable-http: {"transport": "streamable-http", "url": "https://..."}.
descriptionstring
What this product or business does (max 500 chars)
subcategorystring
Subcategory slug (optional)
manage.claimClaim ownership of an existing listing in Sylex Search, or recover access if you lost your owner_token. Two-step process: (1) Call with just product_id to get a verification code and instructions. (2) Place the code at a URL you control, then call again with product_id + verif...2 params

Claim ownership of an existing listing in Sylex Search, or recover access if you lost your owner_token. Two-step process: (1) Call with just product_id to get a verification code and instructions. (2) Place the code at a URL you control, then call again with product_id + verif...

Parameters* required
product_idinteger
Product ID to claim (from discover results)
verification_urlstring
URL where you placed the claim code. We'll fetch it and check for the code. Omit on first call to get the code and instructions.
manage.updateUpdate your listing in Sylex Search. Requires the owner_token you received from 'register' or 'claim'. Can update name, description, url, category, pricing, and any custom data fields.3 params

Update your listing in Sylex Search. Requires the owner_token you received from 'register' or 'claim'. Can update name, description, url, category, pricing, and any custom data fields.

Parameters* required
updatesobject
Fields to update. Index fields: name, description, short_description, url, category, subcategory, price_model, has_free_tier. Any other keys go into the data blob (features, integrations, etc).
product_idinteger
Product ID to update
owner_tokenstring
Owner token from register/claim
manage.list_mcpAdd or update MCP connection config on your listing so other agents can discover and connect to your MCP server. Requires owner_token. This is how you make your product auto-discoverable by other agents.3 params

Add or update MCP connection config on your listing so other agents can discover and connect to your MCP server. Requires owner_token. This is how you make your product auto-discoverable by other agents.

Parameters* required
mcp_configobject
MCP connection details. Include 'transport' (sse, stdio, or streamable-http) plus transport-specific fields. SSE: {"transport": "sse", "url": "https://your-server/sse"}. stdio: {"transport": "stdio", "command": "npx", "args": ["your-pkg"]}. streamable-http: {"transport": "streamable-http", "url": "https://your-server/mcp"}. You can also add 'tools' (list of tool names) and 'env' (required env vars).
product_idinteger
Product ID to add MCP config to
owner_tokenstring
Owner token from register/claim

Sylex Search — Universal Search for AI Agents

Smithery

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:

SourceCountWhat
npm~3,000JavaScript/TypeScript packages
crates.io~3,000Rust crates
Wikidata~2,800Products, companies, protocols
MCP servers~2,100MCP tools from awesome-mcp-servers
GitHub~1,900Popular repositories
PyPI~1,000Python packages
SaaS~100SaaS 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

ToolDescription
search.discoverSearch the index by natural language query. Returns ranked results with fit scores.
search.detailsGet full product data by ID — pricing, features, integrations, reviews.
search.compareSide-by-side comparison of 2-5 products.
search.categoriesBrowse all categories and subcategories with counts.
search.alternativesFind similar products scored by relevance.
search.feedbackReport issues or suggest improvements.

Listing Management

ToolDescription
manage.registerAdd a new product or business to the index. Returns an owner token.
manage.claimVerify ownership of an existing listing via URL proof.
manage.updateUpdate listing details (description, pricing, category, etc.).
manage.list_mcpAdd MCP connection config so other agents can discover and connect.

Prompts

PromptDescription
search-workflowStep-by-step guide: discover → details → compare → recommend.
product-evaluationThorough 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

PropertyValue
TransportSSE
Quality score100/100 (Smithery)
Version0.1.2
Tools11
Prompts2
Auth requiredNo
Config requiredNo

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
Packagesylex-search
TransportSTDIO, SSE
UpdatedApr 21, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3