← itpay.ai
INDIVIDUAL MCP TOOL
itpay_workflow_get
Read canonical workflow state and the single next action.
LIVE ENDPOINT
https://app.itpay.ai/mcp
Connect to this endpoint to inspect the live schema for itpay_workflow_get 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.itpay-mcp]
url = "https://app.itpay.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"itpay-mcp": {
"type": "http",
"url": "https://app.itpay.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: itpay-mcp
Remote MCP URL: https://app.itpay.ai/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": {
"itpay-mcp": {
"url": "https://app.itpay.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"itpay-mcp": {
"type": "http",
"url": "https://app.itpay.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "itpay-mcp",
"transport": "streamable-http",
"url": "https://app.itpay.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
itpay_service_list— Primary ItPay entry tool for a new service request.itpay_service_get— Read the current ItPay catalog snapshot and service details after itpay_service_list, before choosing and starting the best service workflow.itpay_workflow_start— Start a fresh ItPay purchase workflow.itpay_workflow_advance— Execute the next backend-approved workflow transition.itpay_workflow_wait— Wait briefly for ItPay payment or fulfillment.itpay_workflow_result_read— Read protected delivery only after the user explicitly authorized agent access in checkout UI.itpay_workflow_receipt_get— Get a directly displayable ItPay receipt for the paid order attached to this workflow.itpay_workflow_refund— Submit an idempotent refund for the matching paid order attached to a workflow.