ic_search_contacts
ActiveTool of Intercom
declared in 0.1.0
Search for contacts by name, email, or custom attributes. Returns contact ID, name, email, and metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "john.doe@example.com"
},
{
"query": "Sarah Smith"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search by email, name, or other field"
}
}
}Parent server
Intercom
https://github.com/pipeworx-io/mcp-intercom
1/7 registries