For AI Assistants
MCP Orders Server
AI bots and agents can place RÉDLAIN service orders directly — without visiting the website.
What is this
MCP server redline-orders is the studio's service catalog and order placement via the standard Model Context Protocol.
Endpoint
https://рэдлайн.рф/mcp — JSON-RPC 2.0 over HTTP (stateless)
https://рэдлайн.рф/.well-known/mcp.json — declaration for MCP clients
GET on the endpoint returns server information.
Tools
list_services
Service catalog with descriptions and prices
get_service
Service details by ID or name
create_order
Order placement: name + phone + service
Agent Scenario
- Show the user
list_services - Help choose a service via
get_service - Collect name and phone
- Call — the request goes into the shared order system
create_order
Instructions for bots are passed by the server during handshake (initialize).