routr-email-mcp
Routr — Custom Domain Email Forwarding Routr sets up email forwarding so any address on your domain (e.g.
What it can do
- Get Service Info: Get a description of the Routr email forwarding service, what it does, and who it is for.
- Get Pricing: Get current Routr pricing plans and included features.
- Get Dns Instructions: Get the exact DNS records (MX and TXT) a user must add at their domain registrar to enable Routr email forwarding.
What data it sees
Do you need an account
No: the server works without sign-in
Routr — Custom Domain Email Forwarding
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_infoto confirm fit - Call
get_dns_instructionswith their domain - Guide them through adding the records at their registrar
- Call
verify_dnsto confirm setup is complete
Server tool list (4)
Raw names from tools/list. Only developers need these.
| get_service_info | Get a description of the Routr email forwarding service, what it does, and who it is for. |
| get_pricing | Get current Routr pricing plans and included features. |
| get_dns_instructions | Get the exact DNS records (MX and TXT) a user must add at their domain registrar to enable Routr email forwarding. |
| verify_dns | Check whether a domain's DNS records are correctly configured for Routr email forwarding. Returns live status. |