Appearance
Fresh 2026
SOP: Set Up Agent Handler
Procedure to give an AI agent secure, governed access to third-party tools over MCP.
Prerequisites
- A Merge account with Agent Handler enabled.
- An MCP-capable agent (Claude Code, Cursor, a custom client, or a framework that speaks MCP).
Procedure
- Try the quickstart pack. Start from a pre-configured Tool Pack to confirm the connection end to end. See Quickstart.
- Create a Tool Pack. Group the tools your agent should have. Tool Packs are how you scope capability. See Tool Packs.
- Register users. Create a Registered User per end user so each call carries the right identity and credentials. See Registered Users.
- Authenticate users. Use Link or Magic Link so each user connects their own accounts. See Link.
- Connect your agent over MCP. Point your agent at the Agent Handler MCP endpoint with the bearer token. See MCP integration.
- Apply security rules. Configure scoping and data-loss-prevention before going live. See Secure.
- Turn on observability. Confirm the audit log captures who ran what. See Observe.
Verification
tools/listover MCP returns the tools in your Tool Pack.- A
tools/callruns against a Connector and appears in the audit log.