Temu Marketplace Intelligence
GeekBI Temu Site List MCP Tool
Return provider site records without inventing search pagination fields.
MCP tool name
nexscope_geekbi_temu_site_listEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-site-list/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.
Call this MCP tool
Use tools/call with the MCP tool name below. The arguments object should match the table on this page.
{
"jsonrpc": "2.0",
"id": "geekbi-temu-site-list-1",
"method": "tools/call",
"params": {
"name": "nexscope_geekbi_temu_site_list",
"arguments": {}
}
}REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-site-list/runCanonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-site-listArguments
No arguments are defined for this tool.
Response fields
Treat structuredContent as the programmatic API response payload.
No response field schema is defined for this tool.
Examples
Example arguments
{}Example structuredContent
{
"sites": [],
"errmsg": "ok",
"total": 0,
"errcode": 200,
"columns": []
}