Identity API MCP Config
<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'
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apiz-ebay-com-commerce-identity.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apiz-ebay-com-commerce-identity.json to fetch programmatically.
{
"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"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apiz-ebay-com-commerce-identity.jsonEnvironment Variables
IDENTITY_API_API_KEYReplace your_identity_api_api_key with your actual identity api api key
Endpoints
GET
/user/getUser