mcp-kranvergleich
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
Related MCP server: PackZoo
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 localCall 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
This server cannot be deployed
Maintenance
Related MCP Connectors
German moving cost estimates with sources: volume catalog, 6400 routes, versioned methodology
B2B company address data for the DACH region: search 6,400+ industry lists and get price quotes.
Job search engine with 500k+ listings across Austria, Germany and Switzerland (alleskralle.com).
Austrian energy data: 119 electricity tariffs daily, grid fees, subsidies, bill analysis.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceCalculate empty shipping container delivery costs in France. Automatically selects the optimal depot and returns real prices (without and with VAT).-
- AlicenseBqualityCmaintenanceCompare parcel and letter delivery prices across 60+ carriers in 27 European countries.1MIT

idealo MCP Serverofficial
AlicenseNot gradedqualityFmaintenanceEnables product search, price comparison, and price history analysis across 6 European marketplaces (DE, AT, GB, FR, IT, ES).19MIT- AlicenseNot gradedqualityDmaintenanceUK crane hire compliance MCP for CPCS/CISRS/NPORS card verification and BS 7121 lift plans.66 PyPIMIT