@mogintel/mcp-daraz-seller
Click on "Deploy 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., "@@mogintel/mcp-daraz-sellerlist my pending orders"
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.
@mogintel/mcp-daraz-seller
Community MCP wrapper for the mcp-daraz-seller provider APIs. Not affiliated with the provider; wraps public interfaces only.
Install
npm install @mogintel/mcp-daraz-sellerRelated MCP server: sellabot-mcp
Quick start
// 15-line stdio demo — populated by Epic 4/5/6/7.
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js';
const transport = new StdioClientTransport({
command: 'node',
args: ['./node_modules/@mogintel/mcp-daraz-seller/dist/index.js'],
});
const client = new Client({ name: 'nokar-facade', version: '0.0.0' }, { capabilities: {} });
await client.connect(transport);
// Story 1.2+ populates tools; at scaffold time `ping` is the only surface.
const pong = await client.callTool({ name: 'ping', arguments: {} });
console.log(pong);
await client.close();Tool surface
(Story 1.1 scaffold; tools land in Epics 4–7.)
Tool | Tier | Description |
(none — populated in downstream epic) | — | — |
Auth setup
Credentials load from the Doppler scope nokar-prod-mcp-daraz-seller. See each provider's onboarding runbook once Story 1.2+ ships src/auth.ts.
Error semantics
Errors re-export from @mogintel/mcp-pk-shared/errors once Story 1.2 lands the trust root. Every error carries a stable code, a retryable flag, and a redactedMessage field for observability hops.
Tier model
Every tool declares one of T1_READ | T2_WRITE_CONFIRM | T3_HUMAN_ONLY in the manifest. The facade enforces the tier at call time — the MCP itself does not gate tiers. See ARCHITECTURE-SPINE §AD-3.
Rate limits
Provider-imposed; consult the provider's public docs. This wrapper does not rate-limit locally.
Sandbox vs prod toggle
Environment variable NOKAR_PROVIDER_ENV selects sandbox vs prod. Details land alongside the provider's first tool implementation.
CONTRIBUTING
Auth-critical paths (src/tier_registry.ts) require security-team + Yahya sign-off. See .github/CODEOWNERS.
Licence (MIT)
See LICENSE.
Commercial CTA
Unaffiliated community wrapper around public APIs. Commercial support and hosted operator console via MogIntel — hi@mogintel.com.
This server cannot be deployed
Maintenance
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 Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for the bol.com Retailer API that enables managing orders, offers, shipments, returns, invoices, and commissions via natural language.7616 npm6MIT
- FlicenseAqualityBmaintenanceAn MCP server that exposes marketplace seller operations (Shopee first) as tools Claude can call, enabling automation of product, pricing, inventory, customer service, and other seller tasks.32-
- AlicenseNot gradedqualityCmaintenanceMCP server for Amazon Selling Partner API and Advertising API, enabling access to orders, inventory, pricing, ads, and reports via natural language.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server wrapping JazzCash payment provider APIs. Enables interaction with JazzCash services through natural language.MIT