← payouts.com

INDIVIDUAL MCP TOOL

get_communication_decisions

Get the semantic communication planner's recent decisions — for each contact attempt, which channel was chosen, whether it was sent now or deferred, the inferred vendor timezone and local time, tone, language, rationale, and whether the non-overridable vendor-local quiet-hours floor was applied (e.g.

payouts.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.payouts.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_communication_decisions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

payouts.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.payouts-tool-api]
url = "https://app.payouts.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "payouts-tool-api": {
      "type": "http",
      "url": "https://app.payouts.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: payouts-tool-api
Remote MCP URL: https://app.payouts.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "payouts-tool-api": {
      "url": "https://app.payouts.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "payouts-tool-api": {
      "type": "http",
      "url": "https://app.payouts.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "payouts-tool-api",
  "transport": "streamable-http",
  "url": "https://app.payouts.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools