sychev-lab-mcp-server
https://server.smithery.ai/klich3/sychev-lab-mcp-server/mcpMCP (Model Context Protocol) Server for Sychev Lab - provides access to products, articles, tutorials, and e-commerce features. ## Features - **Product Catalog**: List, search, and view details of STL products for 3D printing - **Articles**: Access to technical articles and blog posts - **Tutorials**: Step-by-step tutorials with difficulty and duration information - **Categories**: Browse product categories - **Users**: New user registration - **Checkout**: Payment processing with Stripe ## Available Tools | Tool | Description | |-------------|-------------| | `list_products` | Lists all available products | | `get_product_details` | Retrieves detailed information about a product | | `search_products_by_category` | Searches for products by category or term | | `get_categories` | Retrieves all available categories | | `list_articles` | Lists all articles | | `get_article` | Retrieves the full content of an article | | `list_tutorials` | Lists all tutorials | | `get_tutorial` | Retrieves the full content of a tutorial | | `register_user` | Registers a new user | | `create_stripe_checkout` | Creates a Stripe checkout session |
How to connect
https://server.smithery.ai/klich3/sychev-lab-mcp-server/mcp
curl -X POST https://server.smithery.ai/klich3/sychev-lab-mcp-server/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'