← Registry

API Tools

replyflow.com

Provides tools to interact with ReplyFlow's email parsing and reply API.

1 endpoint7 known toolsFirst detected July 15, 2026Last detected August 22, 2026

ENDPOINT 1

https://replyflow.com/mcp

No auth detected

MCP server metadata

Name
replyflow
Version
1.0.0
Capabilities
tools
Server instructions

ReplyFlow turns inbound email into clean, signed JSON webhooks. Try it without an account: create_demo_address mints a live inbound address — send any email to it, then call get_demo_result to see the parsed payload (quotes/signatures stripped, intent tagged). get_pricing returns canonical plan data. list_messages, send_reply, request_approval and get_approval need Authorization: Bearer rf_live_… on the HTTP request — a human creates the key in the dashboard; see https://replyflow.com/auth.md. send_reply answers an inbound message by email from the address that received it, threaded correctly. request_approval implements human-in-the-loop over email: the human replies YES or DECLINE and get_approval reports the decision.

Known tools 7

get_pricing

Get ReplyFlow's canonical plan pricing as Markdown: Free/Pro/Scale plans, monthly reply and API-call limits, prices in EUR excl.

Inferred read-only
create_demo_address

Mint a live demo inbound email address (no account needed).

Potential side effects
get_demo_result

Fetch the parsed result for a demo address created with create_demo_address.

Inferred read-only
list_messages

List the authenticated account's parsed inbound messages, newest first.

Inferred read-only
send_reply

Reply by email to an inbound message.

Potential side effects
request_approval

Ask a human for sign-off by email (human-in-the-loop).

Potential side effects
get_approval

Check an approval's status: pending, confirmed, or declined.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for replyflow.com was fetched 2026-07-25T05:01:20.950Z and is being refreshed.

Trust status Trusted

replyflow.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.