Routr sets up email forwarding so any address on your domain (e.g. hello@yourdomain.com) arrives in your existing Gmail or inbox. No new email account needed. Setup takes ~5 minutes. Pricing: $4.99/month or $39.99/year. No auth required to use these tools.
Tools:
get_service_info — Returns a full overview of what Routr does, who it's for, and how it works. Use this first if a user is asking whether Routr fits their needs.
get_pricing — Returns current plan pricing, billing intervals, and the full feature list.
get_dns_instructions — Given a domain name, returns the exact MX and TXT records the user must add at their registrar to enable email forwarding. Includes notes on propagation time and record conflicts to watch for.
verify_dns — Performs a live DNS check on a domain and returns whether forwarding is active or still pending. Use this after the user claims to have added their records.
Typical agent flow: User asks how to get a professional email on their domain → call get_service_info to confirm fit → call get_dns_instructions with their domain → guide them through adding the records at their registrar → call verify_dns to confirm setup is complete.
Server Config
{
"mcpServers": {
"routr": {
"url": "https://routr.email/api/mcp"
}
}
}