CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
theyahia avatar

moysklad-mcp

theyahia/moysklad-mcp
3STDIOregistry active
Summary

Connects Claude to MoySklad, the Russian warehouse and CRM platform. Exposes 21 tools covering the full order lifecycle: product catalog management, real-time stock queries across warehouses, counterparty records, customer order creation and status updates, shipments and incoming supply, profit and sales reports, and webhook registration. Handles price conversion automatically between rubles and kopecks. Includes built-in rate limiting at 45 requests per 3 seconds to match API constraints. Auth via bearer token or basic credentials. Part of a broader Russian e-commerce MCP stack that includes CDEK for delivery, DaData for address validation, and YooKassa for payments. Useful if you're managing inventory and orders for Russian market operations and want Claude to handle the full workflow from stock checks to shipment creation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

@theyahia/moysklad-mcp

MCP server for MoySklad (МойСклад) warehouse / ERP / CRM API. 60 tools covering the full trade and warehouse lifecycle: products & catalog, stock, counterparties, customer & purchase orders, shipments, supplies, stock moves, inventory, write-offs/enters, returns, invoices, payments & cash, reports, audit log, and webhooks.

npm license

Part of WWmcp — a set of MCP servers for emerging markets — and the russian-mcp series.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "moysklad": {
      "command": "npx",
      "args": ["-y", "@theyahia/moysklad-mcp"],
      "env": {
        "MOYSKLAD_TOKEN": "your-bearer-token"
      }
    }
  }
}

To use login/password instead of a token, replace the env block with:

"env": { "MOYSKLAD_LOGIN": "you@example.com", "MOYSKLAD_PASSWORD": "your-password" }

Claude Code

claude mcp add moysklad --env MOYSKLAD_TOKEN=your-bearer-token -- npx -y @theyahia/moysklad-mcp

Cursor / Windsurf

Add to MCP settings:

{
  "moysklad": {
    "command": "npx",
    "args": ["-y", "@theyahia/moysklad-mcp"],
    "env": { "MOYSKLAD_TOKEN": "your-bearer-token" }
  }
}

Auth

VariableDescription
MOYSKLAD_TOKENBearer token (preferred)
MOYSKLAD_LOGIN + MOYSKLAD_PASSWORDHTTP Basic auth

Get a token in MoySklad: Settings → Users → Access tokens (POST /security/token also works with Basic auth). Generating a new token revokes the previous one.

Required permissions: the user/token needs access to the entities you intend to use. Read tools need view rights; create/update tools need edit rights for that document type. Webhooks and some reports require a paid MoySklad plan.

Prices

The MoySklad API stores money in kopecks (1 ruble = 100 kopecks). This server converts automatically:

  • Input: pass prices/amounts in rubles (e.g. 1500.50)
  • Output: prices/amounts are returned in rubles
  • (The get_dashboard report is passed through verbatim, so its money values are still in kopecks.)

When a product carries a sale price, MoySklad requires a price type. The server attaches your account's default price type automatically (from list_price_types); pass price_type_href to choose a specific one.

Tools (60)

Products & catalog

ToolDescription
search_productsSearch products by name or article
get_productGet a product by UUID (raw for the full object)
create_productCreate a product (price type attached automatically)
update_pricesUpdate sale/buy/min prices
search_assortmentUnified search across products, variants, services, bundles
list_price_typesList price types (first is the default)
search_variants / search_bundles / search_servicesSearch modifications / kits / services
create_serviceCreate a service

Stock

ToolDescription
get_stockCurrent stock (quantity, reserve, in-transit)
get_stock_by_storeStock broken down by warehouse
get_stock_currentFast current-stock snapshot

Counterparties

ToolDescription
get_counterpartiesSearch by name, INN, or phone
get_counterpartyGet full details (raw for the full object)
create_counterpartyCreate customer/supplier

Orders & shipments

ToolDescription
create_customer_order / get_orders / get_customer_order / update_customer_order_statusCustomer order lifecycle
create_purchase_order / get_purchase_ordersPurchase orders to suppliers
create_demandShipment (demand) linked to an order and warehouse
create_supplyIncoming supply (purchase receipt)
create_sales_return / create_purchase_returnReturns from customers / to suppliers

Warehouse documents

ToolDescription
create_move / get_movesStock transfer between warehouses
create_enter / get_entersStock enter (оприходование)
create_loss / get_lossesWrite-off (списание)
create_inventory / get_inventoriesInventory count (инвентаризация)

Finance

ToolDescription
create_payment_in / create_payment_outIncoming / outgoing bank payments
create_cash_in / create_cash_outCash receipt / expense orders
create_invoice_out / create_invoice_in / get_invoices_outSales / supplier invoices

Reports

ToolDescription
get_profit_reportProfit by product (revenue, cost, margin)
get_sales_reportSales by product (quantity, revenue)
get_dashboardDay/week/month dashboard metrics
get_turnoverProduct turnover over a period
get_money_reportCurrent money balances by account/cash

Reference & audit

ToolDescription
list_stores / list_organizationsWarehouses / legal entities
list_employees / list_currencies / list_product_foldersReference data
get_metadataEntity metadata (states, attributes) — find order-state hrefs here
get_audit / get_entity_auditAccount event log / single-entity history

Webhooks & generic

ToolDescription
list_webhooks / create_webhook / update_webhook / delete_webhookManage webhooks (CREATE/UPDATE/DELETE/PROCESSED)
get_documents / get_documentGeneric list/get for any entity type not covered above

HTTP Transport

HTTP_PORT=3000 npx @theyahia/moysklad-mcp
# or
npx @theyahia/moysklad-mcp --http 3000

Endpoints: POST /mcp (JSON-RPC), GET /health (status). CORS is off by default — the HTTP endpoint acts on your MoySklad token, so set MOYSKLAD_HTTP_CORS_ORIGIN only if a trusted browser origin needs it.

Configuration (env)

VariableDefaultDescription
MOYSKLAD_TOKEN—Bearer token
MOYSKLAD_LOGIN / MOYSKLAD_PASSWORD—Basic auth
MOYSKLAD_RATE_BUCKET20Requests allowed per 3-second window
MOYSKLAD_MAX_CONCURRENT5Max parallel requests (MoySklad allows 5/user)
MOYSKLAD_HTTP_CORS_ORIGIN—Allowed CORS origin for the HTTP transport
HTTP_PORT—Start the Streamable HTTP transport on this port

Rate Limiting

MoySklad uses a weight-per-3-seconds model (≈45 units for a solution token, fewer for login/password, and the get_stock/get_stock_by_store reports cost 5 units each). The built-in limiter is a token bucket charged by request weight, kept conservative by default (MOYSKLAD_RATE_BUCKET=20) because the API can temporarily disable access after repeated 429s. It retries 429/5xx with backoff, honoring MoySklad's X-Lognex-Retry-After header. Solution-token users can raise the bucket toward 45.

Troubleshooting

SymptomCause / fix
Auth not configuredSet MOYSKLAD_TOKEN (or MOYSKLAD_LOGIN + MOYSKLAD_PASSWORD).
auth error 401/403Token invalid/expired or the user lacks rights for that entity. A new token revokes old ones.
MoySklad HTTP 412 …A required field is missing (e.g. an outgoing payment may need an expense item — pass expense_item_href). The error message includes the parameter.
Many 429 / slowLower request volume or rely on the built-in limiter; raise MOYSKLAD_RATE_BUCKET only with a solution token.
HTTP 415The runtime isn't sending gzip — use Node ≥18 (its fetch handles gzip automatically).
Webhooks / some reports failRequire a paid MoySklad plan.

E-commerce Stack

ServiceMCP ServerWhat it does
MoySklad@theyahia/moysklad-mcpWarehouse, products, orders
CDEK@theyahia/cdek-mcpDelivery, tracking
DaData@theyahia/dadata-mcpAddress validation
YooKassa@theyahia/yookassa-mcpPayments

Demo Prompts

"Show me all products with low stock (less than 10 units) and their current prices"

"Create a customer order for counterparty 'OOO Roga i Kopyta' with 50 units of 'Widget Pro' at 1500 rubles each, then create a shipment from the main warehouse"

"Move 20 units of SKU LP15 from the main warehouse to the store, then pull the profit report for this month"

Development

npm install        # installs deps + git hooks (husky)
npm run build      # tsc -> dist/
npm run lint       # eslint
npm run typecheck  # tsc --noEmit
npm test           # vitest (requires Node >=20)
npm run coverage   # vitest with coverage

The published runtime supports Node ≥18; the test tooling requires Node ≥20.

API Reference

Based on MoySklad JSON API 1.2.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data & Analytics
Registryactive
Package@theyahia/moysklad-mcp
TransportSTDIO
UpdatedMay 1, 2026
View on GitHub

More from theyahia

  • claude-webcache1
  • yandex-metrika-mcp1
  • Yookassa Mcp3
  • voximplant-mcp1
  • mts-exolve-mcp
  • Chestnyznak Mcp1
  • Elma365 Mcp1
  • Mindbox Mcp1
  • Pochta Russia Mcp1
  • Yandex Webmaster Mcp1
  • qsearch1
  • cdek-mcp
  • gigachat-mcp
  • mango-office-mcp
  • yandexgpt-mcp
  • Kaiten Mcp1
  • Megaplan Mcp1
  • Planfix Mcp1
  • Salutespeech Mcp1
  • Tilda Mcp1
  • Amocrm Mcp
  • Bitrix24 Mcp
  • Boxberry Mcp
  • Calltouch Mcp

Related Data & Analytics MCP Servers

View all →
totonga avatar
ASAM ODS odsbox jaquel MCP Server

totonga/odsbox-jaquel-mcp

MCP server for ASAM ODS with Jaquel query tools, connection management, and data access
3
windsor-ai avatar
Windsor.ai MCP

windsor-ai/windsor_mcp

Query and analyze marketing, sales, and business data from 325+ platforms via Windsor.ai.
3
wyre-technology avatar
Datto RMM

wyre-technology/datto-rmm-mcp

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
3
adelaidasofia avatar
FastMCP server for surgical queries against a vault knowledge graph (NetworkX no

adelaidasofia/graph-query-mcp

FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…
2
alphago2580 avatar
Alphago2580 Naramarketmcp

ai.smithery/alphago2580-naramarketmcp

Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
2
takodata avatar
Takodata Tako Mcp

ai.smithery/takodata-tako-mcp

Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…
2