helpscout_list_inboxes

Pack: help-scout · Endpoint: https://gateway.pipeworx.io/help-scout/mcp

Return Help Scout inboxes accessible to the token with IDs, names, email addresses, and creation or update timestamps. Answers which support queues can be used for filtering and reporting.

Parameters

NameTypeRequiredDescription
pagenumberno

Example call

Arguments

{
  "_apiKey": "your-helpscout-oauth-access-token",
  "page": 1
}

curl

curl -X POST https://gateway.pipeworx.io/help-scout/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"helpscout_list_inboxes","arguments":{"_apiKey":"your-helpscout-oauth-access-token","page":1}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('helpscout_list_inboxes', {
  "_apiKey": "your-helpscout-oauth-access-token",
  "page": 1
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "help-scout": {
      "url": "https://gateway.pipeworx.io/help-scout/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 9, 2026