Odel
zyfy mcp

zyfy mcp

Local
@zyfy-ukTypeScriptUpdated 4w ago

MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@zyfy-uk/mcpv0.1.1

Run

npx -y @zyfy-uk/mcp

MCP client config

{
  "mcpServers": {
    "zyfy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zyfy-uk/mcp"
      ]
    }
  }
}