Skip to main content
Glama

E-commerce MCP Server

client.py182 B
from pymongo import MongoClient from app.core.config import MONGO_URI, MONGO_DB_NAME client = MongoClient(MONGO_URI) db = client[MONGO_DB_NAME] products_collection = db["products"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noyonchandrasaha/MCP-E-commerce-Chatbot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server