SecurityAuto-generated
Identity API MCP Server
<span class="tablenote"><b>Note:</b> Not all the account related fields are returned for an authenticated user. The fields returned in the response are controlled by the scopes and are available only to select developers approved by business units.</span><br /><br />Retrieves the authenticated user'
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apiz-ebay-com-commerce-identity
Environment Variables
IDENTITY_API_API_KEYExample: your_identity_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apiz-ebay-com-commerce-identity": {
"command": "npx",
"args": ["-y","@mcp/apiz-ebay-com-commerce-identity"],
"env": {
"IDENTITY_API_API_KEY": "your_identity_api_api_key"
}
}
}
}Endpoints
GET
/user/getUser