MPPtempoquality 0.15

Crawl a website and extract structured data for LLMs via pay-per-call MPP endpoint.

Price
$0.005 / call
Protocol
mpp
Verified
no

What it does

This endpoint provides website crawling functionality as part of the Firecrawl suite hosted on Tempo's MPP (Micropayment Protocol) infrastructure. Firecrawl is a web scraping, crawling, and structured data extraction service designed for LLM workflows. The /v1/crawl endpoint is intended to accept a URL and crawl the target website, returning extracted content suitable for downstream AI processing.

The endpoint is expected to settle payments via Tempo's pathUSD on L2, following the MPP wire protocol where a 402 Payment Required response advertises the payment challenge. However, during probing the endpoint returned 404 on both HEAD and GET requests, and all crawled pages on the host returned "Not Found." This suggests the endpoint may not currently be live, may require a POST method, or may have been moved/decommissioned.

No OpenAPI schema, documentation, pricing information, or usage examples were discoverable from the host. The listing is based solely on the Bazaar record metadata and the known Firecrawl product capabilities.

Capabilities

web-crawlingstructured-data-extractionllm-data-pipelinewebsite-scrapingpay-per-call

Use cases

  • Crawling an entire website to feed content into an LLM knowledge base
  • Extracting structured data from multi-page sites for RAG pipelines
  • Automated web research and content aggregation for AI agents

Fit

Best for

  • AI agents needing full-site content extraction
  • Building LLM training or retrieval datasets from web sources
  • Automated research workflows requiring structured web data

Not for

  • Real-time single-page scraping where a simpler fetch suffices
  • Crawling sites that explicitly block automated access via robots.txt

Quick start

curl -X POST https://firecrawl.mpp.tempo.xyz/v1/crawl \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

Example

Request

{
  "url": "https://example.com",
  "limit": 10
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.15/ 1.00

The endpoint returned 404 on all probe methods and all crawled pages on the host are "Not Found." No schema, docs, pricing, or live 402 challenge was captured. The listing is essentially a stub based on the Bazaar record title and description alone.

Warnings

  • Endpoint returned 404 on HEAD and GET — may require POST or may be offline/decommissioned
  • No documentation, schema, or pricing information available from the host
  • All pages on firecrawl.mpp.tempo.xyz return Not Found
  • Cannot confirm the endpoint is live or functional

Provenance

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

Agent access