Sychev Lab Mcp Server

by Sychev-Lab

197 downloads
Not rated
GitHub

About

MCP Server for Sychev Lab - Products, Articles, Tutorials, and Commerce

Details

Author
Sychev-Lab
Downloads
197
Categories
Other

- Catalog of STL products for 3D printing
- Technical articles and blog access
- Step-by-step tutorials with difficulty and duration info
- Product category browsing and search
- User registration
- Stripe checkout session creation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sychev Lab Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

On Claude.ai, add the URL https://lab.sychev.xyz/mcp in Settings → Integrations. On Claude Desktop or Cursor, add the MCP server JSON block with npx -y sychev-lab-mcp-server and the environment variable SYCHEV_LAB_URL. Alternatively, install the package globally or run it locally via npm start (stdio) or npm run start:http (HTTP mode).

list_products

List all available products from the catalog. Optionally filter by featured products only.

get_product_details

Get detailed information about a specific product including price, description, images, and specifications.

search_products_by_category

Search products within a specific category. Returns matching products with their details.

get_categories

Get all product categories available in the store.

list_articles

List all available articles. Optionally filter by featured articles only.

get_article

Get full content of a specific article by ID and language.

list_tutorials

List all available tutorials. Optionally filter by featured tutorials only.

get_tutorial

Get full content of a specific tutorial by ID and language including difficulty and duration.

register_user

Register a new user account with email and password. Returns user UID on success.

create_stripe_checkout

Create a Stripe checkout session for purchasing products. Provide product UUIDs and quantities; product details (name, price) are fetched automatically. Returns a URL to redirect the user to complete payment.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sychev lab mcp server": {
            "sychev-lab": {
                "command": "npx",
                "args": [
                    "-y",
                    "sychev-lab-mcp-server"
                ],
                "env": {
                    "SYCHEV_LAB_URL": "https://lab.sychev.xyz"
                }
            }
        }
    }
}

McpServers

{
    "sychev-lab": {
        "command": "npx",
        "args": [
            "-y",
            "sychev-lab-mcp-server"
        ],
        "env": {
            "SYCHEV_LAB_URL": "https://lab.sychev.xyz"
        }
    }
}

Sychev Lab MCP Server

MCP Compatible

Servidor MCP (Model Context Protocol) para Sychev Lab - proporciona acceso a productos, artículos, tutoriales y funciones de comercio electrónico.

🤖 MCP Server — AI Integration

Claude.ai / Web:
Añade en Settings → Integrations: https://lab.sychev.xyz/mcp

Claude Desktop / Cursor:

{
	"mcpServers": {
		"sychev-lab": {
			"command": "npx",
			"args": ["-y", "sychev-lab-mcp-server"],
			"env": {
				"SYCHEV_LAB_URL": "https://lab.sychev.xyz"
			}
		}
	}
}

Endpoints HTTP:

- POST/DELETE /mcp — Streamable HTTP (estándar MCP 2025-06-18)
- GET /sse — SSE Legacy
- POST /messages — Mensajes SSE Legacy
- GET /.well-known/mcp — Descubrimiento automático

Características

- Catálogo de Productos: Listar, buscar y obtener detalles de productos STL para impresión 3D
- Artículos: Acceso a artículos técnicos y de blog
- Tutoriales: Tutoriales paso a paso con información de dificultad y duración
- Categorías: Navegación por categorías de productos
- Usuarios: Registro de nuevos usuarios
- Checkout: Creación de sesiones de pago con Stripe

Herramientas Disponibles

| Herramienta | Descripción |
| ----------------------------- | -------------------------------------------- |
| list_products | Lista todos los productos disponibles |
| get_product_details | Obtiene información detallada de un producto |
| search_products_by_category | Busca productos por categoría o término |
| get_categories | Obtiene todas las categorías disponibles |
| list_articles | Lista todos los artículos |
| get_article | Obtiene el contenido completo de un artículo |
| list_tutorials | Lista todos los tutoriales |
| get_tutorial | Obtiene el contenido completo de un tutorial |
| register_user | Registra un nuevo usuario |
| create_stripe_checkout | Crea una sesión de checkout de Stripe |

Instalación

npm install
npm run build

Uso

Modo stdio (para Claude Desktop)

```bash
npm start

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.