Objective
The purpose of this article is to provide information to Outreach Users on using Claude, connected via Outreach MCP Server, to search for and normalize Account names.
Note: writing normalized values back to a custom field is not currently supported via MCP and requires a separate call to Outreach's REST API.
Applies To
Outreach admins
Before You Begin
- Please read Outreach MCP Server documentation to understand what functionalities are available from Outreach.
- Outreach MCP Server must be enabled on the instance you are trying to connect.
- MCP clients might require you to install Node.js or other software to set up your environment. Make sure your environment is set up fully to create and run MCP Clients.
- Any other client specific configuration. For example, some MCP clients might require you purchase and apply additional licenses and require you to enable developer mode before CLI or config tools can be accessed to set up and use MCP.
Procedure
- Claude can connect directly to Outreach through its MCP Server (Connect Outreach MCP Server to Google Gemini, Visual Studio and similar CLI or Config Tools) and use account_search and account_get_by_id to pull account names. From there, Claude can apply normalization logic — stripping legal suffixes ("Inc.", "LLC"), standardizing casing, flagging duplicate variants — entirely within the conversation.
- Writing the normalized name back to a custom field is not currently exposed via MCP. The Outreach MCP Server today exposes read, create, and delete operations, but not update.
- The write-back step can be handled through Outreach's REST API as a separate call outside the MCP connector.
- Developer Portal home: https://developers.outreach.io/api/
Additional information
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article