Book, reschedule, and cancel home services (cleaning, lawn, snow) via phone OTP authentication.
claude mcp add mcp-public --transport http https://prod-api.ezi-app.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-public": {
"url": "https://prod-api.ezi-app.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-public": {
"serverUrl": "https://prod-api.ezi-app.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-public": {
"type": "http",
"url": "https://prod-api.ezi-app.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-public": {
"url": "https://prod-api.ezi-app.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"mcp-public": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://prod-api.ezi-app.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://prod-api.ezi-app.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.EziServices--mcp-public/reviews or the review_server meta-tool.
POST /mcp