@imazhar101/paypal-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAYPAL_READONLY | No | 1/true = read tools only; 0 = also write tools | 1 |
| PAYPAL_CLIENT_ID | Yes | PayPal REST app client id | |
| PAYPAL_ENVIRONMENT | No | SANDBOX or PRODUCTION | SANDBOX |
| PAYPAL_CLIENT_SECRET | Yes | PayPal REST app secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| paypal_verify_connectionA | Verify the configured PayPal credentials by minting an access token. Returns the environment (SANDBOX/PRODUCTION). Use this to confirm the connection works. |
| paypal_list_transactionsB | Search transactions in a date range (Transaction Search API). start_date and end_date are required ISO-8601 timestamps and must be <= 31 days apart. |
| paypal_get_balancesA | Get current (or as-of) account balances by currency. |
| paypal_list_invoicesB | List invoices (paginated). |
| paypal_get_invoiceA | Get a single invoice by id. |
| paypal_get_orderB | Get a checkout order by id. |
| paypal_get_captureB | Get a captured payment by id. |
| paypal_list_disputesC | List customer disputes. |
| paypal_get_disputeB | Get a dispute by id. |
| paypal_list_plansB | List billing (subscription) plans. |
| paypal_get_subscriptionB | Get a subscription by id. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imazhar101/paypal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server