paypal_list_disputes
ActiveTool of Paypal
declared in 0.1.0
List chargebacks and claims against your account. Returns dispute IDs, amounts, statuses, and reasons.
Parameters schema
{
"type": "object",
"examples": [
{
"_clientId": "your-paypal-client-id",
"_clientSecret": "your-paypal-client-secret"
}
],
"required": [
"_clientId",
"_clientSecret"
],
"properties": {
"_sandbox": {
"type": "boolean",
"description": "Use sandbox environment (default: false)"
},
"_clientId": {
"type": "string",
"description": "PayPal app Client ID"
},
"_clientSecret": {
"type": "string",
"description": "PayPal app Client Secret"
}
}
}Parent server
Paypal
https://github.com/pipeworx-io/mcp-paypal
1/7 registries