mcp-kranvergleich
MCP Server for KranVergleich.de
向 AI 助手提供起重机租赁数据的 MCP 服务器。端点:/mcp(Streamable HTTP,推荐)和 /sse(旧版 HTTP+SSE)、/health。可查询德国和奥地利 780+ 家起重机租赁公司(数据目录来自 KranVergleich.de / KranVergleich.at)。
工具
find_crane_rental_companies — 查找某个城市(DE/AT)的起重机租赁公司;按 Google 评分排序,无付费推广
get_crane_rental_prices — 获取全部 8 种起重机类型的租赁价格区间
recommend_crane_type — 根据重量、高度和任务获取起重机推荐
check_availability_by_plz — 德国 PLZ 周边 50/100 公里内各起重机类型的供应商数量
Related MCP server: transcend-mcp-server
安装
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调用日志
每次工具调用都会向 public.mcp_events 写入一行聚合记录(工具、城市/PLZ/类型、客户端名称、耗时;不记录 IP,不记录自由文本)。冒烟测试调用以 kranvergleich-smoke-test 标识,并从统计读数中排除。
数据许可
代码采用 MIT 许可。工具返回的目录数据仍归 KranVergleich.de 所有,仅用于在注明出处的前提下回答最终用户的问题;禁止批量提取。
环境变量
SUPABASE_URL— Supabase 项目 URLSUPABASE_ANON_KEY— Supabase 可发布的匿名密钥
This server cannot be installed
Maintenance
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).
- AlicenseNot gradedqualityBmaintenanceAI-powered route optimization MCP server for heavy vehicles and logistics. Calculate truck-optimized routes, predict traffic congestion with LSTM neural networks, compute toll costs, fuel costs and CO2 emissions, find truck stops and check weather along any European route.MIT
- 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).15MIT
Related MCP Connectors
Austria's official company register (Firmenbuch) – master data, financials & ratios for AI agents.
German Handelsregister + Austrian Firmenbuch for AI agents: master data, financials & ratios.
Waste collection dates for German addresses from municipal authority calendars.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/christophjonetzko-stack/mcp-kranvergleich'
If you have feedback or need assistance with the MCP directory API, please join our Discord server