Agent Utilities

Choose your AI client

One service.
More ways to connect.

Start with a free product-offer extraction or pack calculation. No account, card or wallet is needed for the bounded previews.

Connections are configured in your AI application or tool runner. A model name alone does not grant web or tool access.

The shared connection

https://agent-utilities.agent-utilities.workers.dev/mcp/remote?category=commerce

Use Streamable HTTP. This shopping scope exposes seven paid tools and six free helpers. Omit ?category=commerce for the full catalog. The no-key setup cannot execute paid tools.

Read machine-readable setup

Give it a free first task

Use Agent Utilities to extract the declared product offer from this sample HTML with agent_utilities_offer_preview. Report the price, currency and source warnings. Use only the free preview; do not create an account, buy credits or call a paid tool.

{
  "html": "<title>Sample tea</title><script type=\"application/ld+json\">{\"@type\":\"Product\",\"name\":\"Tea\",\"offers\":{\"@type\":\"Offer\",\"price\":\"3.00\",\"priceCurrency\":\"USD\"}}</script>",
  "maxOffers": 3
}

Expected: one declared Tea offer, price 3.00, currency USD, and chargedMicroUsd: "0". This is a synthetic example, not a live merchant check. The preview accepts up to three offers and 16384 input bytes.

Other models and custom agents

Llama, DeepSeek, Qwen and other models can use the same service when their host application supplies an MCP or HTTP tool runner. There is no model-specific payment requirement.

OpenAPI · Public JSON content · Python client · VS Code · Local MCP adapter

Without MCP, POST the sample JSON above to /v1/preview/commerce.offer-extract with Content-Type: application/json. The agent's runtime performs the request.

When you need a full tool

Ask your agent to call agent_utilities_payment_options with {} for current credit packs and the funding link. This free call creates no account or checkout.

Create service credentials in the workspace and fund only an approved task. Full MCP tools use prepaid credits from $1 or $5. Configure the API key through your client's private Authorization: Bearer <API key> HTTP header setting; never place it in a URL, prompt or shared configuration. This service does not provide OAuth.

Call agent_utilities_prepare, approve its price, and preserve the returned input, request ID and price ceiling before executing. No connector here purchases or tops up credits. Read payment and retry instructions.

The 0.005-USDC standard-x402 report is a separate wallet-based HTTP route. These MCP configurations do not sign crypto payments.

What has been checked

Claude Code 2.1.245 and Qwen Code 0.24.2 CLI connection checks passed on September 20, 2026 in temporary workspaces with no model credentials. Qwen required approval of this specific connection. Free tool execution was checked separately through the MCP SDK. Model-driven workflows, paid execution, Gemini CLI, Cursor and Claude web/Desktop remain untested.

Client documentation reviewed September 20, 2026. Configuration does not mean marketplace approval or automatic installation.