@aisar-labs/tokopedia-mcp
v0.1.2
Published
MCP server for Tokopedia — Indonesia's largest marketplace
Maintainers
Readme
Tokopedia MCP Server
Indonesia's largest marketplace
Install
npx @aisar-labs/tokopedia-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| TOKOPEDIA_CLIENT_ID | Yes | Tokopedia Client ID |
| TOKOPEDIA_CLIENT_SECRET | Yes | Tokopedia Client Secret |
| TOKOPEDIA_SHOP_ID | Yes | Tokopedia Shop ID |
Tools
| Tool | Description |
|------|-------------|
| list_products | List products |
| list_orders | List orders |
| accept_order | Accept order |
| get_shop_info | Get shop info |
| update_product | Update product |
| get_order_detail | Get order detail |
| confirm_shipping | Confirm shipping |
| get_shipping_label | Get shipping label |
| reply_discussion | Reply to discussion/review |
| get_shop_performance | Get shop metrics |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tokopedia": {
"command": "npx",
"args": ["-y", "@aisar-labs/tokopedia-mcp"],
"env": {
"TOKOPEDIA_CLIENT_ID": "your-client-id",
"TOKOPEDIA_CLIENT_SECRET": "your-client-secret",
"TOKOPEDIA_SHOP_ID": "your-shop-id"
}
}
}
}License
MIT
