Sylex Search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | Yes | The port number to run the server on. | |
| TRANSPORT | Yes | The transport method for the server (e.g., SSE). | |
| AC_SUPABASE_KEY | Yes | Your Supabase key for self-hosting the server. | |
| AC_SUPABASE_URL | Yes | Your Supabase URL for self-hosting the server. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search.discoverA | 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. |
| search.detailsA | 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. |
| search.compareA | 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 decision. |
| search.categoriesA | 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. |
| search.alternativesA | 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. |
| search.feedbackA | 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. |
| search.servicesA | Find agent infrastructure services by type — memory, auth, billing, logging, monitoring. Returns products that provide agent-facing services with MCP connection configs so you can connect directly. This is how agents discover infrastructure. |
| manage.registerA | 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. |
| manage.claimA | 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 + verification_url to complete the claim and receive your owner_token. Re-claiming rotates the token (old one dies). |
| manage.updateA | 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. |
| manage.list_mcpA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search-workflow | Step-by-step guide for finding the right product. Walks through discovery, filtering, comparison, and decision-making. |
| product-evaluation | Thorough evaluation prompt for a specific product. Covers pricing, features, alternatives, and fit assessment. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MastadoonPrime/sylex-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server