Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add nz.phos--sales-engine --transport http https://sales.phos.nz/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nz.phos--sales-engine": {
"type": "http",
"url": "https://sales.phos.nz/mcp"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"nz.phos--sales-engine": {
"type": "http",
"url": "https://sales.phos.nz/mcp"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"nz.phos--sales-engine": {
"type": "http",
"url": "https://sales.phos.nz/mcp"
}
}
}