streamable-httpMITupdated 13d ago
Official public integration resources for the Gkmex Cranes used mobile and crawler crane inventory.
What can you do with Gkmex Crane Inventory?
Gkmex developer resources
Official public integration resources for the Gkmex Cranes used mobile and crawler crane inventory.
The REST API, NLWeb endpoint and MCP tools are free, zero-auth, require no sign-up and are read-only. Published inventory is an availability signal, not a reservation; confirm specifications, price and final availability with Gkmex.
Quick start
curl https://gkmex.com/api/v1/cranes
curl 'https://gkmex.com/api/v1/cranes?type=mobile&limit=5'
The collection supports brand, type, limit, cursor and offset. Use a returned public id with GET /api/v1/cranes/{id}.
Public interfaces
- Developer portal
- OpenAPI 3.1
- REST inventory
- MCP server —
list_cranes,get_crane - MCP server card
- NLWeb 0.55 endpoint
- Agent Skills index
- llms.txt
- Deprecation policy
MCP configuration
This repository includes .mcp.json for clients that accept a remote Streamable HTTP server configuration. Connect to https://gkmex.com/mcp; no API key or OAuth flow is required.
Agent integration files
skills/gkmex-inventory/SKILL.md— portable inventory skill.claude/CLAUDE.md— Claude integration guidance.cursor/rules/gkmex.mdc— Cursor rule.windsurf/rules/gkmex.md— Windsurf rule.codex-plugin/plugin.json— Codex plugin manifestopenapi.yaml— compact copy of the public REST contract
Safety and commercial boundaries
All interfaces are read-only. Do not claim that a listing is reserved or finally available. A null price_eur means POA, not zero. Link users to the public listing or contact Gkmex for quotations, inspections, transport, financing and final confirmation.
Install
Add Gkmex Crane Inventory to your client. Pick the one you use.
claude mcp add --transport http gkmex-crane-inventory https://gkmex.com/mcpcodex mcp add gkmex-crane-inventory --url https://gkmex.com/mcp{
"mcpServers": {
"gkmex-crane-inventory": {
"url": "https://gkmex.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gkmex-crane-inventory": {
"type": "http",
"url": "https://gkmex.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gkmex-crane-inventory": {
"url": "https://gkmex.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gkmex-crane-inventory": {
"serverUrl": "https://gkmex.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 29, 2026 |