Register Product
manage.registerRegister a product, service, or business in Sylex Search to get an owner token for future updates. Optionally include MCP connection config for agent discovery and connectivity.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product or business name | |
| description | Yes | What this product or business does (max 500 chars) | |
| url | Yes | Homepage or primary URL | |
| category | No | Category slug (use 'categories' tool to see options) | |
| subcategory | No | Subcategory slug (optional) | |
| mcp_config | No | 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://..."}. | |
| agent_services | No | Agent infrastructure services this product provides. Each entry: {"service_type": "memory|auth|billing|logging|monitoring", "mcp_config": {"transport": "sse", "url": "..."}, "capabilities": ["store", "retrieve", ...], "auth_method": "agent_token|oauth|none", "pricing": "free|freemium|paid", "description": "Short description"}. |