M.Video MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@M.Video MCPCheck stock for product 12345 in default location"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
M.Video MCP
Local MCP server for the M.Video / Eldorado OmniNet seller API.
Auth
The server reads the seller API key from MVIDEO_API_KEY and sends it as the
api-key HTTP header. Do not store the real key in this repository.
Optional env:
MVIDEO_API_BASE, defaulthttps://omni-net.sellers.mvideo.ruMVIDEO_DEFAULT_LOCATION_ID, default location for stock tools
Related MCP server: mcp-ozon-seller
Tools
mvideo_health- sanitized local configuration; does not call M.Video and never returns the API key.mvideo_merchant_location_list- list seller warehouses.mvideo_product_mapping_list- readoffer_idtoproduct_idmappings.mvideo_price_info- read prices byproduct_idand/oroffer_id.mvideo_price_update- update RUB prices. Supportsdry_run.mvideo_stock_info- read stock byproduct_id,offer_id, and/orlocation_id.mvideo_stock_update- update stock counts. Supportsdry_run.mvideo_order_fbs_list- read FBS orders.mvideo_order_fbs_status_list- read FBS order status updates.mvideo_order_fbs_labels_get- get FBS order labels.mvideo_order_fbs_exemplar_set- set required FBS exemplar/marking data. Defaults to dry-run.mvideo_shipment_create- create an FBS shipment. Defaults to dry-run.
Write tools require an explicit confirmation string for live execution:
mvideo_price_update:confirm="APPLY_MVIDEO_PRICE_UPDATE"mvideo_stock_update:confirm="APPLY_MVIDEO_STOCK_UPDATE"mvideo_order_fbs_exemplar_set:confirm="APPLY_MVIDEO_FBS_EXEMPLAR_SET"mvideo_shipment_create:confirm="APPLY_MVIDEO_SHIPMENT_CREATE"
Use dry_run=true first and only then repeat with dry_run=false and the matching confirm.
Run
npm install
npm run build
$env:MVIDEO_API_KEY = "<set locally>"
npm startMCP client config example
Use your own absolute dist/server.js path after npm run build:
{
"mcpServers": {
"mvideo": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"<absolute-path-to>\\mvideo-mcp\\dist\\server.js"
],
"env": {
"MVIDEO_API_KEY": "<set locally>",
"MVIDEO_API_BASE": "https://omni-net.sellers.mvideo.ru",
"MVIDEO_DEFAULT_LOCATION_ID": "10008903"
}
}
}
}Keep API keys in your local MCP client environment or shell only. Do not commit .env files or credentials.
OpenAPI source: https://omni-net.sellers.mvideo.ru/api-docs.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceMCP server for VkusVill grocery store, enabling product search, details retrieval, and cart link creation.2
- AlicenseAqualityDmaintenanceMCP server for Ozon Seller API that enables AI clients to manage products, prices, stocks, orders, analytics, and finances on Ozon marketplace.26436Inno Setup
- AlicenseAqualityDmaintenanceMCP server for Ozon Seller API, enabling product, order, finance, and analytics management via natural language or CLI.32MIT
- AlicenseAqualityCmaintenanceAn unofficial MCP server for interacting with Pyaterochka (5ka.ru) grocery store, enabling product search, cart management, and order delivery.24MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/richtargetman/mvideo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server