How to Use the Bloomreach MCP in VS Code Copilot
Share live Bloomreach campaign structures and customer attributes with your entire engineering team directly inside VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bloomreach MCP to VS Code Copilot
Create your Vinkius account to connect Bloomreach to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Share Marketing Configurations with this MCP Server
Keep your entire engineering team aligned on marketing integrations. By committing this MCP configuration to your repository, every developer using VS Code Copilot can run `list_campaigns` to see what promotions are currently active. Team members can also call `list_webhooks` to verify where your production events are being routed. This eliminates communication gaps between your engineering team and the marketing department.
Validate Customer Attributes Without Leaving VS Code
Writing database migrations or API integrations is faster when you know your schema. Let your agent run `list_attributes` and `list_segmentations` to verify exactly how customer profiles are structured in your database. Copilot uses `get_customer_properties` to pull sample data, letting you test your parsing logic against real user payloads. This prevents minor formatting bugs from breaking your production personalization engine.
Inspect Catalog Schemas for Faster Frontend Development
Building dynamic UI components requires knowing your product properties. Use this MCP server to run `list_properties` and `list_catalogs` to see the exact structure of your inventory databases. Your agent can run `get_catalog_items` to retrieve real product data. This gives VS Code Copilot the live context it needs to generate accurate mock components and write solid integration tests.
Set up Bloomreach MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Bloomreach MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Bloomreach tools listed. Try asking: "List my recent Bloomreach transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"bloomreach-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Bloomreach. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Bloomreach MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bloomreach MCP today
We host it, we monitor it, we maintain it. You just paste one token.