INDIVIDUAL MCP TOOL
get_conversation
Read a two-way conversation thread you started: its state, every message exchanged, and how many replies the business has sent.
LIVE ENDPOINT
https://hatchloop.dev/mcp/sms-whatsapp-messaging
Connect to this endpoint to inspect the live schema for get_conversation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sms-whatsapp-messaging]
url = "https://hatchloop.dev/mcp/sms-whatsapp-messaging"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sms-whatsapp-messaging": {
"type": "http",
"url": "https://hatchloop.dev/mcp/sms-whatsapp-messaging"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sms-whatsapp-messaging
Remote MCP URL: https://hatchloop.dev/mcp/sms-whatsapp-messaging
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sms-whatsapp-messaging": {
"url": "https://hatchloop.dev/mcp/sms-whatsapp-messaging"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sms-whatsapp-messaging": {
"type": "http",
"url": "https://hatchloop.dev/mcp/sms-whatsapp-messaging"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sms-whatsapp-messaging",
"transport": "streamable-http",
"url": "https://hatchloop.dev/mcp/sms-whatsapp-messaging"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_business— Given criteria (vertical, location, capability, price band, availability window), return ranked candidate businesses from our supply network.verify_business— Look up what we know about a business in our supply network: its contact channels, capabilities, and when the record was last verified.send_message— Send a message on behalf of an agent's user or an SMB across WhatsApp (free during launch), SMS, email, or voice.send_transactional_confirmation— Idempotent transactional messages: OTPs, booking confirmations, payment receipts, cancellation notices.get_status— Query the current state of any in-flight async operation by operation_id.get_outcome— Retrieve the final OutcomeReceipt for a completed operation.preview_cost— Return an expected cost estimate, latency estimate, and success-probability estimate for a proposed call before execution.self_test— Service health probe: runs 6 internal checks and reports how many passed.