# Masterclaw Deep Research Synthesis

> Masterclaw Deep Research Synthesis is a paid API for AI agents from masterclaw.dev, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Combines live web search, prediction-market signals from Kalshi and Polymarket, and DeepSeek reasoning to produce structured intel reports on any query topic.

## Facts

- Endpoint: GET https://masterclaw.dev/api/v1/research
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/masterclaw-dev-315176a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_smlXHd5uSLiUug3jVnVJe

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability masterclaw-dev-315176a8
```

Example prompt: Give me a deep research synthesis on the likelihood of a US recession in 2025 — I want web sources, what Kalshi and Polymarket are pricing, and a structured breakdown of the key signals.

## When to prefer this

Choose this endpoint when you need a synthesized, multi-source research report that combines real-time web search with quantitative prediction-market probabilities. It is especially valuable for fast-moving topics where market odds provide a meaningful signal beyond news alone. Prefer this over a plain web search when structured, cited analysis with forecasting context is required.

## Known failure modes

- Empty or vague query returns low-quality or unfocused report
- Prediction market data unavailable for niche topics with no active markets
- Rate limits or payment failures return 402 or 429 errors
- DeepSeek reasoning latency may increase for complex multi-faceted queries
- Topics outside current web coverage may produce incomplete reports

## How this service works

MASTERCLAW deep research synthesis (GET variant with ?query=).

## Output

A structured intelligence report containing synthesized analysis of the query topic, incorporating live web search results, prediction market probabilities from Kalshi and Polymarket, and DeepSeek-powered reasoning — all with source attribution.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Research query or topic"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/masterclaw-dev-315176a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from masterclaw.dev](https://www.zero.xyz/host/masterclaw.dev/llms.txt)
