GST Cranes

GST Cranes API documentation and developer resources

GST Cranes Developer Portal is the central entry point for the public OpenAPI, SDK, CLI, MCP, sandbox, webhook, llms.txt, and browser-handoff 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. Webhook documentation Signed delivery setup, HMAC-SHA256 verification, and replay protection. Webhook profile Machine-readable events and GST-Webhook-Signature header metadata. Webhook documentation Signed webhook setup for saved-alert match events and test deliveries. 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. Docs MCP endpoint Separate read-only MCP surface for developer docs, OpenAPI and LLM context. Docs MCP server card Pre-connection summary of the docs-only MCP surface. GST Cranes MCP npm package First-party stdio MCP server for public read-only discovery tools. GST Cranes MCP server public source repository Public GitHub source for the read-only MCP package and server manifest. GST Cranes MCP server public server.json Raw server.json manifest for GitHub-source MCP directories. 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 Glama MCP listing Glama 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. Official GST Cranes marketplace skill on skills.sh Direct skills.sh page for the official 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. Official GST Cranes TypeScript SDK Canonical HTML entry for the Node.js/TypeScript SDK, CLI, npm packages, and examples. GST Cranes CLI npm package First-party command-line installer for the public gstcranes CLI. GST Cranes Python SDK on PyPI Official Python SDK package for public read-only discovery and webhook verification. 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 Zero-auth sandbox surface for a first public API call. Read-only sandbox markdown Machine-readable sandbox guarantees and first-call curl. 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 /sandbox for the crawlable sandbox surface and /api/sandbox/first-call for the first public agent API 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