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_... |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |
TDQS
Scored across 4 tools
Each tool serves a distinct purpose: postcode enrichment by code, by coordinates, radius search, and vehicle lookup. No overlap between tools, making selection unambiguous.
All tool names use lowercase and underscores, but they mix verb+noun (lookup_postcode, lookup_vehicle) with descriptive phrases (nearest_postcode, postcodes_within). While readable, the pattern is not perfectly uniform.
4 tools is well-scoped for a focused UK data enrichment server. Each tool provides a distinct capability without unnecessary complexity.
Covers core postcode lookups (by code, coordinates, radius) and vehicle enrichment. Minor gaps like address lookup or reverse geocoding for addresses are absent, but the set is coherent for its stated domain.