Skip to content

bloomreach/loomi-connect-mcp-client-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loomi Connect MCP - Client examples

This repository contains sample client implementations for connecting to Bloomreach's Loomi Connect MCP server. These examples demonstrate how to integrate the MCP server into your LLM applications using different programming languages and frameworks.

Available clients

Node.js client

A JavaScript implementation for Node.js applications, ideal for server-side applications and backend services that need to connect LLMs with Bloomreach Discovery data.

Python client

A Python implementation designed for data-heavy AI/ML pipelines and applications built with popular Python frameworks like FastAPI or Django.

TypeScript client

A type-safe implementation that provides full TypeScript support, offering enhanced development experience.

Prerequisites

  • Authentication credentials
  • Node.js 18+ for the Node.js client
  • Python 3.8+ for the Python client
  • Node.js 18+ with TypeScript 5.0+ for the TypeScript client

Getting started

  1. Clone this repository:
git clone https://github.com/bloomreach/loomi-connect-mcp-client-examples.git
cd loomi-connect-mcp-client-examples
  1. Navigate to your preferred client directory:
cd nodejs  # or python, typescript
  1. Install dependencies and follow the setup instructions in each client's README file.
  2. Run the example code to verify your connection.

Documentation

For comprehensive documentation and technical specifications of Loomi Connect MCP, visit the Bloomreach Documentation Portal.

Support

For questions about these client examples or Loomi Connect MCP:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors