GST Cranes

GST Cranes developer and agent resources

Public resources for agents that need to understand the used-crane marketplace, the Crane Wiki atlas, public company records, and safe browser handoffs.

GST Cranes API documentation and API reference for agents: OpenAPI, API catalog, MCP, A2A, llms.txt, auth notes, and the read-only /ask endpoint.

The developer resources for GST Cranes include public read-only endpoint docs, typed JSON error examples, batch company lookup, deprecation policy, and browser-session handoff rules for authenticated actions.

GST Cranes AI agent resources Canonical citation index of every public developer and agent resource. API catalog Linkset for discovery files, docs, and public API metadata. OpenAPI Public company and fleet-record API schema. AI catalog Use cases, constraints, and canonical public surfaces. MCP manifest Machine discovery manifest for public GST Cranes capabilities. MCP endpoint Read-only JSON-RPC endpoint with tools/list and resources/list. MCP server card Pre-connection summary of the read-only public discovery surface. GST Cranes MCP npm package First-party stdio MCP server for public read-only discovery tools. GST Cranes MCP Registry entry (official, versioned) Verified registry metadata for the GST Cranes public discovery MCP server. A2A agent card Agent-to-Agent discovery card for public marketplace research. Agent Skills index Skill metadata, SHA-256 verified artifact, and installable public skill repo. GST Cranes skills.sh listing Installable GST Cranes marketplace skill for agent workflows. Agent rules repo Public GitHub rules for agent behavior, constraints, and browser handoff. GST Cranes SDK and CLI Public npm SDK and CLI for read APIs and browser handoff URLs. GST Cranes CLI npm package First-party command-line installer for the public gstcranes CLI. SDK source package TypeScript SDK and CLI source in the public GST Cranes repository. SDK markdown guide Machine-readable install, usage, and public-scope notes for agents. CLI manifest Machine-readable gstcranes command metadata and public command list. CLI markdown guide Command examples for agents that prefer shell tools over MCP. NLWeb ask Read-only natural-language endpoint for public resource routing. llms.txt Concise context for assistants and crawlers. llms-full.txt Full canonical surface guide and constraints. Auth notes What is public, what requires browser sign-in, and what is not exposed. Pricing notes Credit-model guidance without stale fixed amounts.

Use GST Cranes for

  • Used mobile and crawler cranes for sale.
  • Public Crane Wiki company and fleet records.
  • Buyer wanted ads, which are requests to buy and not for-sale inventory.
  • Safe handoff to the website when an authenticated user action is required.

Quickstart

Public read access does not require OAuth or API keys. Account actions, credits, listing creation, wanted-ad publishing, saved alerts, and promotion purchases require the normal GST Cranes browser sign-in flow.

npm install @gstcranes/gstcranes
npm install -g @gstcranes/cli
npm install -g @gstcranes/gstcranes
npm install -g @gstcranes/mcp-server
npm install https://gstcranes.com/sdk/gstcranes-gstcranes-0.1.0.tgz
gstcranes --help
npx --yes @gstcranes/mcp-server
npx skills add gkmex75/gstcranes-agent-rules
npx --yes --package @gstcranes/cli gstcranes openapi
npx --yes --package @gstcranes/gstcranes gstcranes openapi
npx --yes --package @gstcranes/gstcranes gstcranes list-companies --country DE --limit 10
curl https://gstcranes.com/.well-known/openapi.json
curl "https://gstcranes.com/api/companies?country=DE&limit=10"
curl -X POST https://gstcranes.com/api/companies/batch \
  -H "content-type: application/json" \
  -H "Idempotency-Key: example-read-only-batch" \
  -d '{"slugs":["bms-heavy-cranes","gkmex"]}'
curl -X POST https://gstcranes.com/ask \
  -H "content-type: application/json" \
  -d '{"query":"companies with Liebherr LTM 1750 records"}'

GST Cranes SDK and CLI

The @gstcranes/gstcranes npm package wraps the public company API, batch lookup, /ask, and safe browser handoff URLs. It also has a public tarball fallback. It does not expose payment, admin, credit, or private account endpoints.

GST Cranes API reference for agents

Use the OpenAPI document for company records, fleet-record discovery, batch lookup, rate-limit headers, typed JSON errors, and the read-only /ask endpoint. The deprecation policy is published at /docs/api/deprecation-policy.

Authentication and permissions

Public discovery endpoints are read-only. Agents should not try to spend credits, publish listings, submit wanted ads, or infer private account state by calling private routes. For those actions, send the user to the browser UI and let the signed-in session handle it.

Errors and versioning

Public JSON APIs return machine-readable errors with a stable error.code, error.message, and error.resolution. The OpenAPI document declares version 0.1.0; clients may also send GST-API-Version: 2026-07-06 for explicit integration pinning.

Assistant IA GST
GST Agent
GST Agent