@Cargoffer/Zbe
БесплатноНе проверенMCP server for checking vehicle routes against Low Emission Zones (ZBE/LEZ) in Spain and Portugal.
Описание
MCP server for checking vehicle routes against Low Emission Zones (ZBE/LEZ) in Spain and Portugal.
README
MCP (Model Context Protocol) server for checking vehicle routes against Low Emission Zones (ZBE/LEZ) in Spain and Portugal.
Quick Start
npx @cargoffer/zbe-mcp
Tools
| Tool | Description |
|---|---|
zbe.checkRoute |
Check if a vehicle route intersects ZBE polygons |
zbe.listPolygons |
List ZBE polygons with optional filters |
zbe.getStats |
Get coverage statistics |
zbe.getBadgeInfo |
Get info about DGT environmental badges |
zbe.getVehicleRestrictions |
Get vehicle access rules for a specific city |
Configuration
| Environment Variable | Default | Description |
|---|---|---|
ZBE_API_URL |
https://zbe.transcend.cargoffer.com/api |
ZBE API base URL |
ZBE_API_KEY |
(none) | API key for authentication |
Claude Desktop Config
{
"mcpServers": {
"zbe": {
"command": "npx",
"args": ["@cargoffer/zbe-mcp"],
"env": {
"ZBE_API_KEY": "your-api-key"
}
}
}
}
SDKs
TypeScript: @cargoffer/zbe-sdk
import { ZbeClient } from '@cargoffer/zbe-sdk';
const client = new ZbeClient({ apiKey: 'YOUR_KEY' });
const result = await client.checkRoute({...});
Python: cargoffer-zbe
from zbe_client import ZbeClient
client = ZbeClient(api_key="YOUR_KEY")
result = await client.check_route(route=[...], vehicle={...})
Links
- GitHub: https://github.com/cargoffer/zbe-mcp-server
- API Docs: https://zbe.transcend.cargoffer.com/api/docs.json
- Website: https://zbe.cargoffer.com
- Report issues: https://github.com/cargoffer/zbe-mcp-server/issues
Установка @Cargoffer/Zbe
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cargoffer/zbe-mcp-serverFAQ
@Cargoffer/Zbe MCP бесплатный?
Да, @Cargoffer/Zbe MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Cargoffer/Zbe?
Нет, @Cargoffer/Zbe работает без API-ключей и переменных окружения.
@Cargoffer/Zbe — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Cargoffer/Zbe в Claude Desktop, Claude Code или Cursor?
Открой @Cargoffer/Zbe на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare @Cargoffer/Zbe with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
