MCP.so
Sign In
S

Sychev Lab Mcp Server

@Sychev-Lab

About Sychev Lab Mcp Server

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

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

10

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

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

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

Get all product categories available in the store.

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

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

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

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

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

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.

Overview

What is Sychev Lab Mcp Server?

It is an MCP (Model Context Protocol) server that provides AI assistants with access to Sychev Lab’s product catalog, articles, tutorials, and e-commerce features.

How to use Sychev Lab Mcp Server?

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).

Key features of Sychev Lab Mcp Server

  • 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

Use cases of Sychev Lab Mcp Server

  • Browse and search 3D printing STL products via an AI assistant
  • Retrieve full content of technical articles and tutorials
  • Register new users through natural language commands
  • Create Stripe payment sessions for purchases
  • Navigate product categories to find items

FAQ from Sychev Lab Mcp Server

What tools does Sychev Lab Mcp Server offer?

It provides ten tools: list_products, get_product_details, search_products_by_category, get_categories, list_articles, get_article, list_tutorials, get_tutorial, register_user, and create_stripe_checkout.

How do I configure Sychev Lab Mcp Server for Claude Desktop?

Add a JSON entry to claude_desktop_config.json with "command": "npx", "args": ["-y", "sychev-lab-mcp-server"], and "env": { "SYCHEV_LAB_URL": "https://lab.sychev.xyz" }.

What runtime dependencies does Sychev Lab Mcp Server require?

It requires Node.js and npm. The server is written in TypeScript and can be run via npx or after building with npm run build.

Where does the data come from?

All data is fetched from the Sychev Lab API at https://lab.sychev.xyz. The base URL can be changed with the SYCHEV_LAB_URL environment variable.

What transport modes are supported?

It supports stdio (for Claude Desktop), Streamable HTTP (MCP 2025-06-18 standard), SSE Legacy, and HTTP Legacy modes. HTTP endpoints include POST/DELETE /mcp, GET /sse, POST /messages, and GET /health.

Frequently asked questions

What tools does Sychev Lab Mcp Server offer?

It provides ten tools: `list_products`, `get_product_details`, `search_products_by_category`, `get_categories`, `list_articles`, `get_article`, `list_tutorials`, `get_tutorial`, `register_user`, and `create_stripe_checkout`.

How do I configure Sychev Lab Mcp Server for Claude Desktop?

Add a JSON entry to `claude_desktop_config.json` with `"command": "npx"`, `"args": ["-y", "sychev-lab-mcp-server"]`, and `"env": { "SYCHEV_LAB_URL": "https://lab.sychev.xyz" }`.

What runtime dependencies does Sychev Lab Mcp Server require?

It requires Node.js and npm. The server is written in TypeScript and can be run via npx or after building with `npm run build`.

Where does the data come from?

All data is fetched from the Sychev Lab API at `https://lab.sychev.xyz`. The base URL can be changed with the `SYCHEV_LAB_URL` environment variable.

What transport modes are supported?

It supports stdio (for Claude Desktop), Streamable HTTP (MCP 2025-06-18 standard), SSE Legacy, and HTTP Legacy modes. HTTP endpoints include POST/DELETE `/mcp`, GET `/sse`, POST `/messages`, and GET `/health`.

Comments

More Other MCP servers