Agent Utilities
← All AI clients

Cursor · Hosted MCP

Connect Cursor.
Try a useful task free.

Use Cursor with an MCP-capable agent with Agent Utilities for shopping calculations and structured product data.

1. Add the connection

  1. Merge the JSON entry into .cursor/mcp.json; preserve your existing servers.
  2. Open Cursor Settings, find Tools & MCP, and enable the server. Approve the free tool call in Agent.

Configuration file: .cursor/mcp.json in your project. Merge this entry with existing settings; do not replace other servers. This template contains no credential and enables no automatic spending.

{
  "mcpServers": {
    "agent-utilities-shopping": {
      "url": "https://agent-utilities.agent-utilities.workers.dev/mcp/remote?category=commerce"
    }
  }
}
Download configuration Get setup as JSON

The connection belongs to the client. Choosing another model in Cursor does not install a separate integration. Available tools and approval controls depend on the client.

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.

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.

Compatibility and sources

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.

Official Cursor guide 1