INDIVIDUAL MCP TOOL
get_call_transcript
Retrieve the transcript, summary, outcome, and post-call follow-up actions of a phone call made via make_vendor_call.
LIVE ENDPOINT
https://app.payouts.com/api/mcp
Connect to this endpoint to inspect the live schema for get_call_transcript and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.