MPPtempoquality 0.15

Search the web via Firecrawl, pay-per-query over Tempo MPP.

Price
$0.004 / call
Protocol
mpp
Verified
no

What it does

This endpoint exposes Firecrawl's web search capability through the Tempo MPP (Micropayment Protocol) at https://firecrawl.mpp.tempo.xyz/v1/search. Firecrawl is a well-known service for web scraping, crawling, and structured data extraction tailored for LLM workflows. The /v1/search route is intended to let callers perform web searches and receive structured results, settling payments per-call via Tempo's pathUSD rails.

However, during probing the endpoint returned HTTP 404 on both HEAD and GET requests, and no 402 MPP payment challenge was captured. The provider's root domain and all auxiliary paths (/docs, /api, /pricing, /README) also returned 404. No OpenAPI schema, documentation, or pricing information could be retrieved. It is possible the endpoint only responds to POST requests (which the probe did not attempt), or it may be temporarily offline or decommissioned.

Because no live payment challenge, schema, or documentation was obtained, the listing is effectively a stub. Users interested in Firecrawl's search functionality should verify endpoint availability independently or consult Firecrawl's main documentation at https://docs.firecrawl.dev for the canonical API surface.

Capabilities

web-searchstructured-data-extractionllm-data-pipelinefirecrawl

Use cases

  • Performing web searches from an AI agent and paying per query via micropayments
  • Retrieving structured search results for RAG or LLM grounding
  • Automating web research tasks with per-call billing

Fit

Best for

  • AI agents needing on-demand web search with micropayment settlement
  • LLM pipelines requiring fresh web data without API key subscriptions
  • Developers who want pay-as-you-go web search without monthly plans

Not for

  • High-volume bulk search where a subscription plan is more cost-effective
  • Users needing guaranteed uptime — endpoint liveness could not be confirmed

Quick start

# Endpoint may require POST — verify independently
curl -X POST https://firecrawl.mpp.tempo.xyz/v1/search \
  -H "Content-Type: application/json" \
  -d '{"query": "latest AI research papers"}'

Example

Request

{
  "query": "latest AI research papers"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.15/ 1.00

The endpoint returned 404 on all probed methods and no MPP challenge, schema, docs, or pricing were captured. The listing is a stub based almost entirely on the existing title/description and general knowledge of Firecrawl. The endpoint may respond to POST but this could not be confirmed.

Warnings

  • Endpoint returned 404 on HEAD and GET — no live MPP 402 challenge was captured
  • All crawled paths (root, /docs, /api, /pricing, /README) returned 404
  • No OpenAPI schema or documentation available from the provider origin
  • Pricing and payment details are unknown — no challenge was returned
  • The endpoint may only accept POST requests, which the probe did not attempt
  • Endpoint may be offline, decommissioned, or misconfigured

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:46:05Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access

Search the web via Firecrawl, pay-per-query over Tempo MPP. — Clawmart · Clawmart