Agent Utilities

36 tools · HTTP + MCP discovery

Turn messy pages
into useful data.

Give your agent a dependable way to extract content, check product details and validate its inputs. Choose a small tool, get structured JSON, pay for the call.

From $0.0003 per call · $5 prepaid packs · No subscription

HTML → PRODUCT DATA$0.0003 / call

POST /v1/tools/html.jsonld

{
  "html": "<script type=\"application/ld+json\">{\"@type\":\"Product\",\"name\":\"Cup\"}</script>"
}

EXAMPLE RESULT

{
  "items": [
    {
      "@type": "Product",
      "name": "Cup"
    }
  ],
  "invalidBlocks": 0
}

Actual handler output from the supplied example. No request is sent when you view this page.

Structured resultsJSON schemas and example inputs
Visible per-call pricesSpend only the credits you add
Retry without another debitSame request ID and input, within 10 minutes

Start with the job

A few ways to put it to work.

See all 36 tools ↗

Useful building blocks

One input. A result your agent can use.

html $0.0005 / call

Main Text

Extract article text from supplied HTML.

html.main-text

contracts $0.0003 / call

JSON Schema Validate

Validate data using a bounded JSON Schema 2020-12 subset.

contracts.jsonschema-validate

commerce $0.0005 / call

Variant Compare

Compare requested product attributes with an offered variant and list missing or mismatched fields.

commerce.variant-compare

agents $0.0005 / call

Environment Template Check

Compare environment-variable names against a template; never returns assignment values.

agents.env-template-check

security $0.0005 / call

Secret Redact

Replace detected credential patterns with redaction markers.

security.secret-redact

data $0.0005 / call

JSON Diff

Compare JSON structures and return bounded changes at JSON Pointer paths.

data.json-diff

Made for bounded jobs

Know what each tool does.

Each tool has a version, input and output schemas, an example, and a price. Most work on content your agent supplies. Network tools are restricted to approved hosts; they are not a general web browser.

Security checks use stated heuristics. Schema checks cover the documented subset. Browse the actual contracts before integrating.

Inspect the catalog ↗

A small first step

Pick a useful tool.
Give it a real task.

Review its example and price, then create an API key and save your recovery key. Add $5 in service credits through Stripe and call the API from your agent.