Zyfy MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZYFY_API_KEY | Yes | Your Zyfy API key, looks like ea_live_... |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_postcodeA | Look up enriched data for a UK postcode. Returns geographic signals (region, constituency, rural/urban classification), risk signals (flood risk for rivers/sea and surface water, crime rate band), property signals (average price, EPC average), broadband coverage (superfast, ultrafast, gigabit, 4G, 5G), deprivation index (IMD decile), and local MP details. Northern Ireland (BT prefix) postcodes are not supported. |
| lookup_vehicleA | Look up enriched data for a UK vehicle by registration mark. Returns make, colour, fuel type, engine capacity, year of manufacture, tax status and expiry, MOT status and expiry, days remaining until MOT/tax expires, ULEZ compliance, computed safety score, condition score, odometer trend versus fleet average, and MOT history summary with advisory and failure counts. |
| nearest_postcodeA | Find the nearest UK postcode to a latitude/longitude coordinate and return its full enrichment data. Useful when you have coordinates and need the corresponding postcode along with its risk and demographic signals. |
| postcodes_withinA | Return all UK postcodes within a given radius of a latitude/longitude coordinate, each with full enrichment data. Results are ordered by distance ascending. Each returned postcode costs one quota unit. Requires a Starter plan or above. Maximum radius 5000 metres. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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