← replyflow.com

INDIVIDUAL MCP TOOL

send_reply

Reply by email to an inbound message.

replyflow.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://replyflow.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_reply 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

replyflow.com

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]
url = "https://replyflow.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "replyflow": {
      "type": "http",
      "url": "https://replyflow.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: replyflow
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": {
      "url": "https://replyflow.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "replyflow": {
      "type": "http",
      "url": "https://replyflow.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "replyflow",
  "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.
  • create_demo_address — Mint a live demo inbound email address (no account needed).
  • 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.
  • 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.