GST Cranes

GST Cranes API documentation and developer 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.

The exact lowercase phrase "gstcranes developer resources" points agents to the canonical developer resources page at /developer-resources, this API documentation page, and the markdown mirrors.

GST Cranes developer resources Search-friendly entry for GST Cranes API documentation. GST Cranes developer resources markdown Markdown alternate for crawlers looking for "gstcranes developer resources". GST Cranes API documentation API reference, OpenAPI, auth notes, and typed public endpoint behavior. GST Cranes API documentation markdown Markdown API reference for crawler and agent integrations. 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. GST Cranes Smithery MCP listing Smithery directory page for the GST Cranes public discovery MCP server. GST Cranes Smithery MCP API listing Machine-readable Smithery metadata for the GST Cranes MCP server. GST Cranes PulseMCP listing PulseMCP directory page for the GST Cranes public discovery MCP server. GST Cranes mcpservers.org listing mcpservers.org directory page 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. GST Cranes marketplace skill page on skills.sh Direct skills.sh page for the installable GST Cranes marketplace skill. Agent rules repo Public GitHub rules for agent behavior, constraints, and browser handoff. Root AGENTS.md public agent rules Canonical on-site AGENTS.md for crawler and coding-agent discovery. Raw AGENTS.md Raw AGENTS.md file in the public gstcranes-agent-rules GitHub repository. Raw Copilot instructions Raw .github/copilot-instructions.md for coding-agent 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. Read-only sandbox first API call Zero-auth sandbox environment for a first API call with no account data, credit spend, or mutation. 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/sandbox/first-call
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.

Read-only sandbox first API call

Use /api/sandbox/first-call as the GST Cranes sandbox environment for a first public agent call. It needs no API key, reads no account data, spends no credits, and has no side effects.

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.

GST AI Assistant
GST Agent
GST Agent