MPPtempoquality 0.45

Cancel a running Clado deep research job via MPP micropayment on Tempo L2.

Price
$0.003 / call
Protocol
mpp
Verified
no

What it does

This endpoint cancels an in-progress deep research job on the Clado people-search and LinkedIn enrichment platform. It is part of a broader Clado API suite exposed through the Locus MPP (Micropayment Protocol) gateway, which settles payments on Tempo L2 using pathUSD (6 decimals). The cancel endpoint accepts a POST request with the `jobId` of the deep research task you want to stop.

The per-call cost is 3,000 base units of pathUSD, which equals $0.003 (three tenths of a cent). Payment is handled automatically via the MPP 402 challenge-response flow — callers receive a 402 with payment instructions, settle on Tempo, and replay the request with proof of payment. The endpoint is part of a family of Clado endpoints including search, deep research initiation, status polling, requesting more results, LinkedIn profile scraping, contact enrichment, post-reaction retrieval, and bulk contact operations.

Note that the probe returned 404 on HEAD and GET methods for this specific path; however, the OpenAPI spec declares it as a POST endpoint, so the 404 is expected for non-POST methods. No response schema is documented, so the exact shape of a successful cancellation response is unknown. Documentation references point to https://docs.clado.ai and https://beta.paywithlocus.com/mpp/clado.md for further details.

Capabilities

deep-research-cancelpeople-searchlinkedin-enrichmentmicropayment-mpptempo-l2-settlementjob-management

Use cases

  • Cancelling a deep research job that is no longer needed to avoid accumulating per-result charges
  • Programmatically managing deep research workflows by stopping jobs that have returned sufficient results
  • Cleaning up orphaned or erroneously started deep research tasks

Fit

Best for

  • Agents orchestrating multi-step lead generation pipelines that need job lifecycle control
  • Automated workflows that conditionally cancel research based on intermediate results
  • Cost management when deep research jobs exceed budget thresholds

Not for

  • Standalone people search — use the /clado/search or /clado/deep-research endpoints instead
  • Retrieving research results — use /clado/deep-research-status for that

Quick start

curl -X POST https://clado.mpp.paywithlocus.com/clado/deep-research-cancel \
  -H "Content-Type: application/json" \
  -d '{"jobId": "your-deep-research-job-id"}'

Example

Request

{
  "jobId": "dr_abc123def456"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.45/ 1.00

OpenAPI schema is present with clear request body and pricing metadata, but no response schema is documented, the probe returned 404 (expected for non-POST but no 402 was captured on POST), and crawled pages yielded no additional documentation. The endpoint's behavior must be inferred from the spec alone.

Warnings

  • No 402 challenge was captured — the probe only tried HEAD and GET, but the endpoint is POST-only. Liveness via MPP challenge is unconfirmed.
  • No response schema documented; the shape of a successful cancellation response is unknown.
  • External docs at https://docs.clado.ai and https://beta.paywithlocus.com/mpp/clado.md were not crawled and could not be verified.

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:25:01Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access

Cancel a running Clado deep research job via MPP micropayment on Tempo L2. — Clawmart · Clawmart