# Bluebarry — MCP server on mcp.ai > Connect your Bluebarry account and use 2 tools for analytics straight from your AI agent. Connect with your own API key. Bluebarry is a customer data and product-advice platform for analyzing and synchronizing shopper identities and profiles. By: mcp.ai · official Page: https://mcp.ai/bluebarry ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bluebarry?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/bluebarry/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bluebarry/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/bluebarry/skill.md Postman collection (v2.1): https://mcp.ai/bluebarry/postman.json ## Tools - bluebarry_list_identities(limit?: integer, offset?: integer, order_by?: string, next_cursor?: string, include_count?: boolean, select_fields?: string, filter_expression?: string) — Return shopper identity records. With limit, page by increasing offset; without limit, follow next_cursor when present. Filter mergedIntoId eq null for surviving identities. Incremental sync must over - bluebarry_list_profiles(limit?: integer, offset?: integer, order_by?: string, next_cursor?: string, include_count?: boolean, select_fields?: string, filter_expression?: string) — Return raw, unmerged profile rows. With limit, page by increasing offset; without limit, follow next_cursor when present. Use this for per-session or per-user detail because one shopper can appear in ## Example prompts - "What can I do in Bluebarry?" - "Show me a summary of my Bluebarry account" ## Links Docs: https://mcp.ai/docs/mcps/bluebarry Website: https://mcp.ai/mcps/bluebarry