The Culture MCP Server
Provides tools for calling Hugging Face models for fashion-related tasks such as style archetype classification, content moderation, trend forecasting, ad CTR prediction, and recommendation.
Provides tools for interacting with Supabase database operations including user context, post context, trending posts, messaging, product tags, and community context.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@The Culture MCP ServerWhat are the trending posts for the streetwear archetype?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
The Culture MCP Server
MCP server for The Culture — a fashion-focused social media app. Exposes Supabase database operations and Hugging Face model inference as MCP tools for use in Claude Code, n8n agents, and the Larry orchestrator.
Tools
DB Tools (Supabase)
Tool | Description |
| Profile + last 20 saves + last 20 likes with product_tags |
| Single post content, image_url, product_tags |
| Posts filtered by archetype, ordered by recency |
| Insert a DM into messages (used by Larry) |
| Update a post's product_tags array |
| Community details, member count, recent posts |
Model Tools (Hugging Face)
Tool | Model | Task |
|
| Image → style archetype |
|
| Text → safe/unsafe + sub_category |
|
| Tabular → trend lifecycle stage |
|
| Tabular → click probability |
|
| User + posts → ranked affinity scores |
Related MCP server: mcp-n8n-builder
Running the server
This server uses the MCP Streamable HTTP transport (stateless mode). It listens on PORT (default 3000) and exposes:
POST /mcp— MCP JSON-RPC endpointGET /health— health check, returns{"status":"ok"}
npm install
npm run build
SUPABASE_URL=... SUPABASE_SERVICE_ROLE_KEY=... HF_TOKEN=... HF_USERNAME=Dc-4nderson npm startFor local development without a build step: npm run dev (uses tsx).
Deploying
Deploy anywhere that runs a Node HTTP server (Render, Railway, Fly.io, etc.). Set the same four env vars (SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY, HF_TOKEN, HF_USERNAME) in the platform's environment config, and make sure the platform's assigned PORT is respected (it is, via process.env.PORT).
Connecting a client (Claude Code / Claude Desktop)
Point the client at the deployed /mcp URL:
{
"mcpServers": {
"the-culture": {
"url": "https://your-deployment.example.com/mcp"
}
}
}Notes
Models not yet deployed to HF Inference Endpoints will return a 503 until deployed from their training notebooks.
CTR model default threshold is 0.3 (not 0.5) due to the platform's ~2.5% base click rate.
Recommendation engine requires user_id and post_ids that exist in the model's training data.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Dc-4nderson/TheCulture_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server