Skip to main content
Glama

@cargoffer/zbe-mcp

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

Related MCP server: catastro_mcp_server

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={...})
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/cargoffer/zbe-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server