Skip to content
MCP-Bridge
Security

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

IDENTITY_API_API_KEY

Replace your_identity_api_api_key with your actual identity api api key

Endpoints

GET/user/

getUser