Zyfy MCP Server
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., "@Zyfy MCP ServerWhat's the flood risk at SW1A 2AA?"
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.
@zyfy-uk/mcp
MCP server for Zyfy — UK postcode and vehicle intelligence for Claude, Cursor, and other AI agents.
Add this server to Claude Desktop, Claude Code, or Cursor and ask natural language questions about UK postcodes and vehicles. No code required.
Prerequisites
Node.js 18 or later
A Zyfy API key — sign up free at zyfy.uk (free tier includes 100 requests/month). Your key will look like
ea_live_....
Related MCP server: Property Price Search MCP Server
Setup
Claude Desktop
Add to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"zyfy": {
"command": "npx",
"args": ["-y", "@zyfy-uk/mcp"],
"env": {
"ZYFY_API_KEY": "ea_live_your_key_here"
}
}
}
}Restart Claude Desktop after saving the file.
Claude Code
Add a .mcp.json file in your project root:
{
"mcpServers": {
"zyfy": {
"command": "npx",
"args": ["-y", "@zyfy-uk/mcp"],
"env": {
"ZYFY_API_KEY": "ea_live_your_key_here"
}
}
}
}Note: Do not commit
.mcp.jsonif it contains your API key — add.mcp.jsonto your.gitignore.For a global setup (applies to all projects), add the same block to
~/.claude.jsoninstead.
The same .mcp.json format works in Cursor and any other MCP-compatible client.
Available tools
Tool | Description |
| Flood risk, crime rate, broadband coverage, average property price, deprivation index (IMD), and MP details for any UK postcode |
| Make, MOT history, tax/MOT status and expiry, ULEZ compliance, safety score, and odometer trend for any UK vehicle registration |
| Full enrichment data for the nearest postcode to a lat/lon coordinate |
| All postcodes within a radius of a lat/lon coordinate, each with full enrichment data |
See zyfy.uk/docs for the full response schema and signal reference.
Example prompts
What's the flood risk at SW1A 2AA?
Is AB12 CDE ULEZ compliant, and when does its MOT expire?
What's the average property price and crime rate for the postcode nearest to 51.5074, -0.1278?
List all postcodes within 500 metres of 51.5, -0.1 and their flood risk bands.
Quota
Each tool call uses one quota unit from your Zyfy account. postcodes_within uses one unit per postcode returned. Your remaining quota is included in every response. See zyfy.uk/pricing for plan details.
When your quota is exhausted, tools return a message with the reset date and a link to upgrade. When you hit the per-minute rate limit, tools return a message with how many seconds to wait.
If a response includes "enrichmentPending": true, Zyfy is still processing that record in the background. The result contains the best available data — retry in a few seconds for a complete result.
License
MIT
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
- 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/zyfy-uk/zyfy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server