Skip to main content
Glama
imazhar101

@imazhar101/paypal-mcp

by imazhar101

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYPAL_READONLYNo1/true = read tools only; 0 = also write tools1
PAYPAL_CLIENT_IDYesPayPal REST app client id
PAYPAL_ENVIRONMENTNoSANDBOX or PRODUCTIONSANDBOX
PAYPAL_CLIENT_SECRETYesPayPal REST app secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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