bigiron_lot_detail

Pack: bigiron · Endpoint: https://gateway.pipeworx.io/bigiron/mcp

Full detail for one bigiron.com lot by its URL slug: description, sale status, bid count, make/model/year, seller, location, category and (for active lots) current bid / Buy-It-Now price. Slugs come from bigiron_search or bigiron_sold_search result urls (the part after /Lots/). Sourced from bigiron.com/Lots/{slug}.

Parameters

NameTypeRequiredDescription
slugstringyesBigIron lot URL slug, e.g. “2021-case-ih-2130-16-row-strip-till-planter”

Example call

Arguments

{
  "slug": "2021-case-ih-2130-16-row-strip-till-planter"
}

curl

curl -X POST https://gateway.pipeworx.io/bigiron/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bigiron_lot_detail","arguments":{"slug":"2021-case-ih-2130-16-row-strip-till-planter"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('bigiron_lot_detail', {
  "slug": "2021-case-ih-2130-16-row-strip-till-planter"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "bigiron": {
      "url": "https://gateway.pipeworx.io/bigiron/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 13, 2026