Skip to content
Back to search
100
MCP live v0.1.2 MCP 2025-11-25 streamable-http

Tollkit

io.github.ultrastarz/x402-extract

Extract product data, or notarize what a page said. Paid per call in USDC, no signup or API key.

Uptime
100.0%
1 direct probes · 30d
Response
549ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_product_details

Find out what a product is and what it costs, from its page URL. USE THIS WHEN you have the URL of ONE specific product — a store listing, a marketplace item, a manufacturer's page — and you need its…

try_it_free

Free. Run a real extraction against one fixed sample product page and return the result. USE THIS to decide whether the paid tools are worth paying for. It returns the identical shape get_product_det…

compare_products

Price the same product at several stores — up to 5 URLs in ONE call and ONE payment. USE THIS WHENEVER YOU HAVE MORE THAN ONE URL. Comparing an item across stores, checking a short list, or refreshin…

attest_page

Prove what a web page said, at a time, in a way someone who distrusts you can check. Renders the page and returns a signed, timestamped record of it: the text and its SHA-256, the HTTP status, the re…

verify_attestation

Free, forever, no account. Hand back an attestation -- yours or one someone else gave you -- and find out whether the signature holds and whether we issued it. Works on attestations this service did n…

get_service_info

Free. Price, network, and what this service returns. For a sample of the actual output rather than a description of it, call try_it_free instead.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tollkit": {
      "url": "https://extract.tollkit.dev/mcp",
      "transport": "streamable-http"
    }
  }
}