← replyflow.com
INDIVIDUAL MCP TOOL
create_demo_address
Mint a live demo inbound email address (no account needed).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.replyflow-com]
url = "https://replyflow.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"replyflow-com": {
"type": "http",
"url": "https://replyflow.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: replyflow-com
Remote MCP URL: https://replyflow.com/mcp
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": {
"replyflow-com": {
"url": "https://replyflow.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"replyflow-com": {
"type": "http",
"url": "https://replyflow.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "replyflow-com",
"transport": "streamable-http",
"url": "https://replyflow.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pricing— Get ReplyFlow's canonical plan pricing as Markdown: Free/Pro/Scale plans, monthly reply and API-call limits, prices in EUR excl.get_demo_result— Fetch the parsed result for a demo address created with create_demo_address.list_messages— List the authenticated account's parsed inbound messages, newest first.send_reply— Reply by email to an inbound message.request_approval— Ask a human for sign-off by email (human-in-the-loop).get_approval— Check an approval's status: pending, confirmed, or declined.