CoreClaw
CoreClaw helps teams extract web data from Amazon, TikTok, Google Maps and more with 100+ ready-made tools. No coding required, pay only for successful results.
https://www.coreclaw.comConnect straight to this server’s public endpoint.
https://mcp.coreclaw.com/mcpWe add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.
Last probed Sep 14, 2026 · mcp.coreclaw.com
42tools discovered
Showing 25 of 42 from the live probe.
List Proxy Regions
List CoreClaw proxy regions in English or Chinese. WHEN TO USE: Use when the user needs proxy country or region codes before running a worker, such as US, JP, DE, or Chinese localized names. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with a list of proxy regions and region codes. WORKFLOW: Ca
List Store Workers
Search the public CoreClaw worker marketplace for ready-to-run workers. WHEN TO USE: Use when the user wants to find, discover, browse, or search CoreClaw scrapers/workers by keyword or site name. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with matching store workers, including slug, path, tit
List Workers
List CoreClaw workers owned by the current user. WHEN TO USE: Use when the user wants their private/current-user workers, not the public marketplace. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with worker slug, path, title, username, and description. WORKFLOW: Follow with get_worker, get_work
Get Worker
Get detail for a CoreClaw worker. WHEN TO USE: Use before running a worker to inspect version, README, and parameters. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with worker name, username, version, readme, and parameters. WORKFLOW: Follow with get_worker_input_schema and then run_worker.
Get Worker Input Schema
Get the public input JSON schema for a CoreClaw worker. WHEN TO USE: Use when the user wants to know required input fields or before composing run_worker input_json. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with input_schema. WORKFLOW: Call before run_worker so input_json matches the worker
List Worker Tasks
List saved CoreClaw worker tasks for the current user. WHEN TO USE: Use when the user wants saved tasks, scheduled presets, configured jobs, or task ids. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON list of saved worker tasks. WORKFLOW: Follow with run_worker_task using worker_task_id.
Get Worker Task
Get detail for a specific saved CoreClaw worker task. WHEN TO USE: Use when the user wants to inspect a saved task's configuration, schedule, or input. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with task details including title, description, worker_id, input, schedule, and slug. WORKFLOW: Fo
Get Worker Task Input
Get the input payload for a saved CoreClaw worker task. WHEN TO USE: Use when the user wants to inspect or copy a task's saved input parameters. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with the task's input object and optional version field. WORKFLOW: Follow with update_worker_task_input o
Get Account Info
Get the current user's CoreClaw account balance and traffic quota. WHEN TO USE: Use when the user asks for balance, remaining traffic, quota, billing state, or whether they can run jobs. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with balance and balance_expiration_at. WORKFLOW: Terminal call
Create Worker Task
Create a new saved CoreClaw worker task with input and optional schedule. WHEN TO USE: Use when the user wants to save a worker configuration as a reusable, scheduled task. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with the created task details including slug. WORKFLOW: Follow with run_worke
Update Worker Task
Update a saved CoreClaw worker task's metadata and schedule. Partial update: omit fields to keep their current values. WHEN TO USE: Use when the user wants to change a task's title, description, or schedule settings. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON success envelope data, often null.
Update Worker Task Input
Update the input payload for a saved CoreClaw worker task. WHEN TO USE: Use when the user wants to change a task's saved input parameters without modifying its title/schedule. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON success envelope data, often null. WORKFLOW: Call after get_worker_task_in
Run Worker
Run a CoreClaw worker with an ad-hoc JSON input payload. WHEN TO USE: Use when the user wants to start, execute, scrape, crawl, or run a worker with specific input. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with run_slug for async runs or synchronous result fields for sync runs. WORKFLOW: Ca
Run Worker Task
Run a saved CoreClaw worker task. WHEN TO USE: Use when the user wants to execute a configured task rather than supply ad-hoc worker input. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with run_slug or synchronous result fields. WORKFLOW: Follow with get_worker_run or get_last_worker_run, then
Run Workers Batch
Run multiple CoreClaw workers in one call and return a per-item summary (run_slug, status, verdict). Serial by default; optional concurrency. WHEN TO USE: Use when accepting/validating many workers at once (e.g. full-store smoke test) to avoid many individual run_worker calls. Each item is an ad-hoc run_worker (async). The tool polls each run to a terminal state and returns a summary array. Note: the batch Path is synthetic; the custom handler issues per-item run_worker requests. 中文触发: 当用户要在 Co
Queue Worker Run
Submit a CoreClaw worker run to the Run Queue instead of executing immediately. WHEN TO USE: Use when the user wants to queue a run for later activation rather than start it right away. Returns a queue_ref to track, activate, or release the queued item. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JS
List Run Queue Items
List items in the CoreClaw Run Queue. WHEN TO USE: Use when the user wants to inspect queued runs, find a queue_ref, or check waiting/inactive items before activating or releasing. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with count, page_index, page_size, and list of queue items. WORKFLOW:
Activate Run Queue Items
Activate one or more waiting CoreClaw Run Queue items so they start executing. WHEN TO USE: Use when the user previously queued runs via queue_worker_run and now wants to start them. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with results[]: per-item {queue_ref, success}. WORKFLOW: Call after
Release Run Queue Items
Release (remove) one or more CoreClaw Run Queue items so they never execute. WHEN TO USE: Use when the user no longer needs queued runs and wants to remove them in bulk. This is the batch version. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with results[]: per-item {queue_ref, success, error?}.
Release Run Queue Item
Release (remove) a single CoreClaw Run Queue item so it never executes. WHEN TO USE: Use when the user wants to remove one queued run by its queue_id. Same as release_run_queue_items but takes the queue_ref in the path. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with results[]: single-item {qu
List Worker Runs
List the current user's CoreClaw worker runs. WHEN TO USE: Use when the user wants run history, recent jobs, or to find a run_id by worker or status. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with count, list, offset/page data, run slug, worker info, status, usage, traffic, and timestamps. W
Get Last Worker Run
Get the current user's most recent CoreClaw worker run. WHEN TO USE: Use when the user says last run, latest job, most recent scrape, or asks what just happened. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with the latest run's slug, status, worker, version, timestamps, usage, traffic, and resu
Get Worker Run
Get detail for a specific CoreClaw worker run by run_id. WHEN TO USE: Use when the user gives a run id or wants status/cost/detail for a specific run. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs. RETURNS: JSON with run status, worker, version, timestamps, usage, traffic, error, and result count. WORKFLOW: Fo
Poll Run
Poll a CoreClaw worker run until it reaches a terminal state (succeeded/failed/aborted) or the timeout elapses, then return the final status and optionally a result preview. WHEN TO USE: Use when run_worker returned an async run and the caller wants to wait for completion without manually calling get_worker_run in a loop. Covers slow workers (LinkedIn/YouTube/glassdoor 60-285s) that exceed a single MCP call. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do n
Verify Run
Verify a CoreClaw worker run produced real, usable data and return a structured PASS/NO_DATA/FAILED/ERROR_RECORD verdict. WHEN TO USE: Use after a run reaches a terminal state to get an acceptance verdict without manually inspecting result rows. Distinguishes genuine data from error records (e.g. CAPTCHA/403 rows that populate the list but carry no real payload) — a common false-PASS trap. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。 WHEN NOT TO USE: Do not use public web s
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsCoreClaw helps teams extract web data from Amazon, TikTok, Google Maps and more with 100+ ready-made tools. No coding required, pay only for successful results.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
MCPBundles probed 42 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
CoreClaw may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.
Operate CoreClaw? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
Other MCP servers in this category from the directory index
This is official MCP server for Turrior, an HR platform that helps companies hire better and faster....
Microworkers is a crowdsourcing marketplace for microtasks. Create campaigns to get workers to sign ...
38 toolsThe Care Quality Commission provides an API to access data related to the quality and performance of...
6 toolsAirtable collaborative database platform. Read and write bases, schema, records, and comments throug...
14 toolsAmazon Mechanical Turk (MTurk) is a crowdsourcing marketplace for delegating tasks to human workers ...
25 toolsFactorial is a human resources management software that helps businesses manage employee data, track...
27 tools