MCP Server
MCP
io.github.zyfy-uk/zyfy-mcp
MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents
Install
npx -y @zyfy-uk/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@zyfy-uk/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUR_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment