Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
claude mcp add hail-mcp --transport http https://mcp.hail.so
~/.cursor/mcp.json
{
"mcpServers": {
"hail-mcp": {
"url": "https://mcp.hail.so"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hail-mcp": {
"serverUrl": "https://mcp.hail.so"
}
}
}
.vscode/mcp.json
{
"servers": {
"hail-mcp": {
"type": "http",
"url": "https://mcp.hail.so"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hail-mcp": {
"url": "https://mcp.hail.so"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"hail-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.hail.so"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.hail.so | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hail-hq--hail-mcp/reviews or the review_server meta-tool.
POST /mcp