Developers

API & MCP.

Real NIH RePORTER data, filtered to newly-funded labs and enriched with likely purchasing category + spend window. Free preview, paid full feed (key or x402).

REST

EndpointTierWhat
GET /samplefreeLast 14d preview, capped at 12, signal-only.
GET /v1/leadspaid (key or x402)Full enriched lead set. Params: category, state, days, min_amount, limit.
GET /categoriesfreeEquipment categories we classify into.
GET /healthfreeLiveness + accrued-history meta.
curl "https://lableads.dropwatchhq.com/sample?category=sequencing&state=CA"
# full feed via x402 (returns HTTP 402 with an x402 challenge until paid):
curl "https://lableads.dropwatchhq.com/v1/leads?category=flow%20cytometry&days=30"

MCP

Streamable-HTTP endpoint at https://lableads.dropwatchhq.com/mcp. Tools: list_categories, newly_funded_labs (free preview), lab_lead_feed (premium, x402). Discovery: /.well-known/x402, /llms.txt.

curl -X POST https://lableads.dropwatchhq.com/mcp -H 'content-type: application/json' \
 -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"newly_funded_labs","arguments":{"category":"mass spectrometry","days":14}}}'
x402: pay $0.05 USDC on Base (network base, asset USDC) to the resource's payTo address, base64 the EIP-3009 payload into an X-PAYMENT header, and resend. The seller is keyless (PayAI facilitator).