@gstcranes/gstcranes
v0.1.1
Published
Public SDK and CLI for GST Cranes used-crane marketplace and Crane Wiki discovery.
Maintainers
Readme
@gstcranes/gstcranes
Public TypeScript SDK and CLI for GST Cranes, the global used-crane marketplace and public Crane Wiki.
The package only calls public read endpoints. Account actions such as publishing listings, posting wanted ads, buying credits, promotions, saved alerts, and billing stay in the signed-in GST Cranes browser UI.
Install
npm install @gstcranes/gstcranes
npm install https://gstcranes.com/sdk/gstcranes-gstcranes-0.1.0.tgzOr run the CLI without installing:
npx --yes --package @gstcranes/gstcranes gstcranes list-companies --country DE --limit 5
npx --yes --package @gstcranes/gstcranes gstcranes ask "companies with Liebherr LTM 1750 records"SDK
import { GstCranesClient } from '@gstcranes/gstcranes';
const client = new GstCranesClient();
const companies = await client.listCompanies({ country: 'DE', limit: 10 });
const answer = await client.ask('companies with Liebherr LTM 1750 records');CLI
gstcranes openapi
gstcranes list-companies --country DE --limit 10
gstcranes get-company bms-heavy-cranes
gstcranes batch-companies bms-heavy-cranes gkmex
gstcranes ask "where are GST Cranes developer resources?"
gstcranes handoff marketplace --query "Liebherr LTM 1300"
gstcranes handoff sell
gstcranes handoff wantedOfficial resources
- GST Cranes: https://gstcranes.com
- GST Cranes developer resources: https://gstcranes.com/developers
- GST Cranes AI agent resources: https://gstcranes.com/ai-agents
- OpenAPI: https://gstcranes.com/.well-known/openapi.json
- API catalog: https://gstcranes.com/.well-known/api-catalog
- MCP endpoint: https://gstcranes.com/.well-known/mcp
- Official MCP Registry entry: https://registry.modelcontextprotocol.io/v0/servers/io.github.gkmex75%2Fgstcranes-mcp-server/versions/0.1.1
- skills.sh listing: https://www.skills.sh/gkmex75/gstcranes-agent-rules
- GST Cranes CLI on npm: https://www.npmjs.com/package/@gstcranes/cli
- Agent rules: https://github.com/gkmex75/gstcranes-agent-rules
