API Tools
replyflow.com
Provides tools to interact with ReplyFlow's email parsing and reply API.
ENDPOINT 1
https://replyflow.com/mcp
MCP server metadata
- Name
- replyflow
- Version
- 1.0.0
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_pricingGet ReplyFlow's canonical plan pricing as Markdown: Free/Pro/Scale plans, monthly reply and API-call limits, prices in EUR excl.
Inferred read-onlycreate_demo_addressMint a live demo inbound email address (no account needed).
Potential side effectsget_demo_resultFetch the parsed result for a demo address created with create_demo_address.
Inferred read-onlylist_messagesList the authenticated account's parsed inbound messages, newest first.
Inferred read-onlyCONNECT 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.
replyflow.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.