streamable-httpupdated 10d ago
MCP server exposing crane rental data to AI assistants. Endpoints: /mcp (Streamable HTTP, preferred) and /sse (legacy HTTP+SSE), /health. Query 780+ crane rental companies across Germany and Austria (catalog of KranVergleich.de / KranVergleich.at).
What can you do with KranVergleich Kranvermietung (DE/AT)?
MCP Server for KranVergleich.de
MCP server exposing crane rental data to AI assistants. Endpoints: /mcp (Streamable HTTP, preferred) and /sse (legacy HTTP+SSE), /health. Query 780+ crane rental companies across Germany and Austria (catalog of KranVergleich.de / KranVergleich.at).
Tools
- find_crane_rental_companies — Find crane rental companies in a city (DE/AT); sorted by Google rating, no paid placement
- get_crane_rental_prices — Get rental price ranges for all 8 crane types
- recommend_crane_type — Get a crane recommendation based on weight, height and task
- check_availability_by_plz — Supplier counts per crane type within 50/100 km of a German PLZ
Setup
pip install -r requirements.txt
# create .env with SUPABASE_URL and SUPABASE_ANON_KEY
python server_sse.py
python test_remote_mcp.py # smoke test against Render (both transports)
MCP_BASE=http://localhost:8000 python test_remote_mcp.py # against local
Call logging
Each tool call writes one aggregate row to public.mcp_events (tool, city/PLZ/type, client name, duration; no IP, no free text). Smoke-test calls identify as kranvergleich-smoke-test and are excluded from readouts.
Data licence
The code is MIT-licensed. The catalog data returned by the tools stays the property of KranVergleich.de and is provided for answering end-user questions with attribution; bulk extraction is not permitted.
Environment Variables
SUPABASE_URL— Supabase project URLSUPABASE_ANON_KEY— Supabase publishable anon key
Install
Add KranVergleich Kranvermietung (DE/AT) to your client. Pick the one you use.
claude mcp add --transport http kranvergleich-kranvermietung-de-at https://mcp-kranvergleich.onrender.com/mcpcodex mcp add kranvergleich-kranvermietung-de-at --url https://mcp-kranvergleich.onrender.com/mcp{
"mcpServers": {
"kranvergleich-kranvermietung-de-at": {
"url": "https://mcp-kranvergleich.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"kranvergleich-kranvermietung-de-at": {
"type": "http",
"url": "https://mcp-kranvergleich.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"kranvergleich-kranvermietung-de-at": {
"url": "https://mcp-kranvergleich.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kranvergleich-kranvermietung-de-at": {
"serverUrl": "https://mcp-kranvergleich.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust6/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 2 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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.1.0Latest | Aug 29, 2026 |