PayPal MCP

get_userinfo

Retrieve user information from an access token using the PayPal MCP server to streamline identity verification and user management.

Instructions

Get user info from identity token

Input Schema

NameRequiredDescriptionDefault
access_tokenYes

Input Schema (JSON Schema)

{ "properties": { "access_token": { "type": "string" } }, "required": [ "access_token" ], "type": "object" }
ID: 6op9uaqyev