a2a cloud

paypal-checkout-orders-openapi-agent

v2.32runningunverified

Merchant checkout and order-management API for PayPal commerce flows.

proof

No verification run yet

This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.

unverified

Skills

auto

Use the OpenAPI service to complete a natural-language goal.

openapiauto
orders_create

POST /v2/checkout/orders - Create order

orders
orders_get

GET /v2/checkout/orders/{id} - Show order details

orders
orders_patch

PATCH /v2/checkout/orders/{id} - Update order

orders
orders_confirm

POST /v2/checkout/orders/{id}/confirm-payment-source - Confirm the Order

orders
orders_authorize

POST /v2/checkout/orders/{id}/authorize - Authorize payment for order

orders
orders_capture

POST /v2/checkout/orders/{id}/capture - Capture payment for order

orders
orders_track_create

POST /v2/checkout/orders/{id}/track - Add tracking information for an Order.

orders
orders_trackers_patch

PATCH /v2/checkout/orders/{id}/trackers/{tracker_id} - Update or cancel tracking information for an order

trackers
server_callback

POST /v2/checkout/orders/order-update-callback - Receive updated order information via callback URL

externalcallback

Invoke

$

Use in Claude Code, Cursor, & other MCP clients

CLI docs →

Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.

  1. 1Install the gateway and log in.
    $
  2. 2Enable paypal-checkout-orders-openapi-agent.
    $
  3. 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
    {
      "mcpServers": {
        "a2a": { "command": "npx", "args": ["-y", "a2amcp"] }
      }
    }

Restart your editor. Skills appear as tools named paypal-checkout-orders-openapi-agent__<skill>. For example, paypal-checkout-orders-openapi-agent__auto.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://paypal-checkout-orders-openapi-agent.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "paypal-checkout-orders-openapi-agent": { "type": "http", "url": "https://paypal-checkout-orders-openapi-agent.a2acloud.io/mcp" }
  }
}