outlook_list_contacts
Pack: outlook-contacts · Endpoint: https://gateway.pipeworx.io/outlook-contacts/mcp
List contacts from an Outlook / Microsoft 365 address book. Returns compact contact records (name, email addresses, phone numbers, company, job title). Supports keyword search across the contact fields. Use to browse a user’s saved Outlook / Microsoft 365 contacts.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
top | number | no | Maximum number of contacts to return (default 50, max 100). |
search | string | no | Optional free-text keyword search across the contacts (name, email, company, etc.). |
Example call
curl -X POST https://gateway.pipeworx.io/outlook-contacts/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"outlook_list_contacts","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"outlook-contacts": {
"url": "https://gateway.pipeworx.io/outlook-contacts/mcp"
}
}
}
See Getting Started for client-specific install steps.