Open Protocol ยท OAuth ยท Cloud

Tell AI what to do.
Your store executes.

Teleshop MCP server turns Claude, ChatGPT, and Cursor into full-fledged managers of your Telegram store. Products, orders, webhooks, n8n automations โ€” all in one sentence.

50MCP tools
8API domains
OAuthAuthorization
claude โ€” teleshop-mcp
// You write a sentence โ†’ AI calls MCP tools

๐Ÿ’ฌ "Which orders are awaiting shipment?
   Show me the total and customer contact."

โ†’ list_orders({
  status: "awaiting",
  sortBy: "createdAt",
  sortOrder: "DESC"
})

โœ… 5 orders ยท โ‚ด18,740 ยท Nova Poshta
Oldest: #1042 โ€” Olena K. ยท +380...
Works with: ๐ŸŸฃ Claude๐ŸŸข ChatGPT๐Ÿ”ต Cursorโšก Windsurf๐Ÿค– any MCP client
How it works

You talk โ€” AI acts

MCP (Model Context Protocol) is an open standard that gives AI models hands. Instead of copying data from your admin panel, describe the task โ€” Claude or ChatGPT will call the right Teleshop tools on its own.

Catalog import, order status change, webhook creation, n8n workflow launch โ€” all 50 operations are one sentence away.

๐Ÿ“ฆ
Products
10 tools ยท batch ยท import up to 5K
๐Ÿ›’
Orders
7 statuses ยท payment ยท TTN
๐Ÿ”—
Webhooks
12 MCP tools ยท logs ยท tests
โš™๏ธ
n8n Addons
Execute ยท cron ยท variables
๐Ÿ‘ฅ
Customers
Search ยท order history
๐Ÿท๏ธ
Categories
Hierarchy ยท batch ยท sorting
๐ŸŽจ
Attributes
select ยท color ยท link ยท variants
๐Ÿ“ฅ
Import
merge / replace ยท 5K SKUs
Tool catalog

50 operations. One MCP endpoint.

The AI model sees all 50 tools and picks the right one for your request automatically. Zero code on your side.

๐Ÿ“ฆ
Products
10
  • list_products
  • get_product
  • create_product
  • update_product
  • delete_product
  • batch_create_products
  • batch_delete_products
  • update_product_images
  • update_product_attributes
  • import_catalog
๐Ÿท๏ธ
Categories
7
  • list_categories
  • get_category
  • create_category
  • update_category
  • delete_category
  • batch_create_categories
  • batch_delete_categories
๐Ÿ›’
Orders
5
  • list_orders
  • get_order
  • update_order
  • update_order_status
  • update_order_payment
๐Ÿ‘ฅ
Customers
2
  • list_customers
  • get_customer
๐Ÿ”—
Webhooks
12
  • list_webhooks
  • get_webhook
  • create_webhook
  • update_webhook
  • delete_webhook
  • toggle_webhook
  • test_webhook
  • get_webhook_events
  • get_webhook_logs
  • get_webhook_stats
  • get_webhook_secret
  • get_webhook_sample_payload
โš™๏ธ
Workflows
8
  • list_workflows
  • toggle_workflow
  • execute_workflow
  • set_workflow_schedule
  • get_workflow_schedule
  • clear_workflow_schedule
  • set_workflow_variables
  • get_workflow_variables
๐ŸŽจ
Attributes
6
  • list_attributes
  • get_attribute
  • create_attribute
  • update_attribute
  • delete_attribute
  • add_attribute_values
Real scenarios

One sentence instead of 10 clicks

What used to take an admin panel and 5 minutes โ€” now takes a single line in the chat.

๐Ÿ“ฅ
Catalog import
Merge or replace up to 5,000 products at once. AI creates categories, matches by SKU, downloads images from URLs.
Import catalog from catalog.csv โ€” merge mode, enable stock control
๐Ÿ“Š
Sales analytics
AI pulls orders by any filter (status, payment, delivery) and calculates conversion and average ticket.
How many completed orders this week via Nova Poshta? Average ticket?
๐Ÿ”—
Webhook โ†’ n8n pipeline
Create a webhook on order.created, attach Bearer auth, test it, check delivery logs โ€” all through AI.
Create webhook on order.created โ†’ https://n8n.shop.com/hook and test it
โšก
n8n automations
Enable an addon, set a cron schedule, pass variables โ€” AI works with workflows like a DevOps engineer.
Enable workflow "Abandoned Cart" and set cron 0 */2 * * *
๐Ÿท๏ธ
Bulk operations
Batch create up to 100 products, batch delete categories, update attributes โ€” in seconds instead of hours.
Create 50 products from this list and add a "Size" attribute (select)
๐Ÿšš
Order processing
7 statuses: created โ†’ processing โ†’ awaiting โ†’ shipped โ†’ ready โ†’ completed. Plus TTN, customer info, comments.
Move order #1042 to "shipped" and add TTN 20450123456789
Quick start

Cloud server. No install. 3 minutes.

1
Pick an AI client

Claude Desktop, claude.ai, ChatGPT, Cursor, or any MCP client.

2
Add MCP server

In settings, add the URL:

https://mcp.teleshop.pro/mcp
3
Authorize & go

OAuth redirects you to log in. After that โ€” 50 tools available in chat.

claude_desktop_config.json
{
  "mcpServers": {
    "teleshop": {
      "type": "url",
      "url": "https://mcp.teleshop.pro/mcp"
    }
  }
}
Who it's for

Less clicking โ€” more selling

๐Ÿง‘โ€๐Ÿ’ผ
Store owner
Check orders, update prices, launch campaigns โ€” all in chat with AI instead of 10 admin tabs.
๐Ÿ‘จโ€๐Ÿ’ป
Developer / integrator
Build AI agents, connect Teleshop to n8n, CRM, analytics. 12 webhook tools + full CRUD = backend with zero code.
๐Ÿ“ˆ
Marketer
Bulk-update discounts before a sale, pull order analytics, launch an abandoned cart workflow.

โ“ Frequently asked questions

What is an MCP server?

Model Context Protocol is an open standard by Anthropic. It lets AI models (Claude, ChatGPT) safely interact with external services. The Teleshop MCP server exposes 50 tools for managing your Telegram store via AI.

Which AI clients are supported?

Any MCP-compatible client: Claude Desktop, claude.ai, ChatGPT Desktop, Cursor IDE, Windsurf, Cline. The server runs in the cloud โ€” nothing to install.

How much does it cost?

The MCP server is available on all Teleshop plans, including free (2 bots, 20 products). Limits match your plan.

Is it safe to give AI access?

Access is via OAuth โ€” AI only gets MCP tools. Passwords, payment data, and admin secrets are inaccessible. Every action is logged and auditable through webhook logs.

Connect AI to your store
in 3 minutes

Cloud server ยท 50 tools ยท OAuth ยท No install