MCP (Model Context Protocol) Server for Sychev Lab - provides access to products, articles, tutorials, and e-commerce features located in https://lab.sychve.xyz
Tools
list_products
get_product_details
search_products_by_category
get_categories
list_articles
get_article
list_tutorials
get_tutorial
register_user
create_stripe_checkout
Server Config
{
"mcpServers": {
"sychev-lab": {
"command": "npx",
"args": [
"-y",
"sychev-lab-mcp-server"
]
}
}
}