@cargoffer/zbe-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@cargoffer/zbe-mcpCheck route from Madrid to Seville for my diesel van"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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-mcpRelated MCP server: catastro_mcp_server
Tools
Tool | Description |
| Check if a vehicle route intersects ZBE polygons |
| List ZBE polygons with optional filters |
| Get coverage statistics |
| Get info about DGT environmental badges |
| Get vehicle access rules for a specific city |
Configuration
Environment Variable | Default | Description |
|
| ZBE API base URL |
| (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
Website: https://zbe.cargoffer.com
Report issues: https://github.com/cargoffer/zbe-mcp-server/issues
Maintenance
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
- 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/cargoffer/zbe-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server