What you can do
Once connected, an agent can work across these areas of Reply.Contacts & lists
Find, create, update, and organize contacts and lists.
Sequences
Inspect sequences and steps; enroll contacts; start or pause; assign channels and schedules.
Analytics
Measure sequence performance across email and LinkedIn — for one sequence or compared side by side, over any date range.
Inbox
Read inbox emails, send replies, and re-categorize threads.
Tasks
List, create, and complete tasks.
Channels & accounts
List connected email and LinkedIn accounts.
Team
Look up team members.
Knowledge & help
Search the knowledge base, read articles, and explore the app.
AI SDR
The largest set of tools drives Reply’s AI SDR — the autonomous agent that researches, writes, and replies on your behalf. Through MCP, an agent can build and manage everything the AI SDR runs on:Offers
Create and refine the offers your AI SDR pitches.
Playbooks
Author, update, and reuse the playbooks that guide outreach.
Knowledge bases
Build and maintain the knowledge the AI SDR draws on.
Reply handlers
Configure how the AI SDR responds to incoming replies.
Re-engagement
Set up cards that bring cold contacts back into play.
Approvals & reply mode
Review, approve, or regenerate AI-drafted messages and control reply mode.
Authentication
Reply MCP authenticates as a single Reply user. Connect with one of two methods.Personal API key (recommended)
Authenticate with your personal API key, passed asAuthorization: Bearer <token>. This is the preferred method because a personal key is scoped — you grant it only the permissions your agent needs, and it can call only the tools those permissions cover.
A scope is a permission such as contacts:read or sequences:operate. Each tool requires one scope, and a key can call a tool only if it holds that scope. Scopes are grouped by area — contacts, sequences, inbox, tasks, channels, and AI SDR — mirroring the capabilities above, so you can grant an agent exactly the reach it needs and nothing more. See Scopes for the full list.
Create and scope a key under Settings → API Key in your Reply.io dashboard. Keep the token private.
OAuth
If your client supports OAuth, authorize the connection directly from the client — no key to copy or store. OAuth grants access to the full tool catalog (all scopes), so prefer a scoped personal API key when you want to limit what the agent can do.Some OAuth clients don’t support Client ID Metadata Documents (CIMD) and fall back to Dynamic Client Registration, which is allow-listed on our side. If your client reports an allow-list or registration error when connecting, let us know in the community Slack and we’ll review it.
Unsupported keys
Reply MCP is a single-user connection, so act-on-behalf API keys are not supported — including team-level Team keys and Organization API keys. These are designed to make requests on behalf of other users, which a single-user connection doesn’t provide. Use a personal API key or OAuth instead.Passing credentials in the URL (for example
?api_key=...) is not supported. Always authenticate with the Authorization header or OAuth.Connect
Reply MCP is a remote MCP server athttps://mcp.reply.io. Once you’ve chosen an authentication method, add it to your client.
1
Add Reply MCP to your client
Pass your personal API key in the Desktop apps (Claude, ChatGPT): add Reply MCP as a remote/custom connector using the URL
Authorization header:https://mcp.reply.io and authorize with OAuth.2
Verify
Ask your client to list its available tools. You should see the
reply_* tools, ready to use.Legacy: connect through the mcp-remote proxy
Legacy: connect through the mcp-remote proxy
If your client only supports local (stdio) MCP servers, bridge to the remote server with the
mcp-remote proxy. Prefer a native remote connection where possible.Security
- Treat your API token like a password.
- Do not share it in public repositories, screenshots, or chat messages.
- Scope tokens to the minimum your agent needs.
- If you think a token has been exposed, revoke it in Reply and create a new one.
Related
- Authentication — generate and manage API keys.
- Connecting Reply MCP to your AI model (Help Center)
- Reply MCP overview