INDIVIDUAL MCP TOOL
digital_employee_compliance_report
Get a compliance report showing which vendors are missing required documents, tax forms, or other compliance items.
LIVE ENDPOINT
https://app.payouts.com/api/mcp
Connect to this endpoint to inspect the live schema for digital_employee_compliance_report 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.