INDIVIDUAL MCP TOOL
get_available_payout_methods
Get payout methods available for this client's AP automation — respects the full routing hierarchy: (1) base payout product methods, (2) AP tab capabilities filter, (3) AP routing rules (country/currency/amount allow/deny).
LIVE ENDPOINT
https://app.payouts.com/api/mcp
Connect to this endpoint to inspect the live schema for get_available_payout_methods 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
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
vendors__list— List vendors.vendors__get— Get a single vendor by ID with full details.vendors__search— Search vendors by name or email.payouts__list— List payouts.payouts__get— Get a single payout by ID with full details.payouts_search_tools— Ask a natural language question about what you want to do (e.g.payouts_call_tool— Execute any Payouts.com platform tool by name.payouts_list_categories— List all available tool categories with tool counts and sample tool names.