The Culture Server
FreeNot checkedMCP server for The Culture, a fashion-focused social media app, exposing Supabase database operations and Hugging Face model inference as tools for use in Claud
About
MCP server for The Culture, a fashion-focused social media app, exposing Supabase database operations and Hugging Face model inference as tools for use in Claude Code, n8n agents, and the Larry orchestrator.
README
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 |
|---|---|
get_user_context |
Profile + last 20 saves + last 20 likes with product_tags |
get_post_context |
Single post content, image_url, product_tags |
get_trending_posts |
Posts filtered by archetype, ordered by recency |
write_message |
Insert a DM into messages (used by Larry) |
update_product_tags |
Update a post's product_tags array |
get_community_context |
Community details, member count, recent posts |
Model Tools (Hugging Face)
| Tool | Model | Task |
|---|---|---|
call_archetype_model |
TheCulture-fashion-archetype-labeler |
Image → style archetype |
call_content_moderation |
TheCulture-content-moderation-model |
Text → safe/unsafe + sub_category |
call_trend_forecaster |
TheCulture-trend-forecasting-model |
Tabular → trend lifecycle stage |
call_ad_ctr_model |
TheCulture-ad-ctr-model |
Tabular → click probability |
call_recommendation_engine |
TheCulture-recommendation-engine |
User + posts → ranked affinity scores |
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 start
For 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.
Installing The Culture Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Dc-4nderson/TheCulture_MCPFAQ
Is The Culture Server MCP free?
Yes, The Culture Server MCP is free — one-click install via Unyly at no cost.
Does The Culture Server need an API key?
No, The Culture Server runs without API keys or environment variables.
Is The Culture Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install The Culture Server in Claude Desktop, Claude Code or Cursor?
Open The Culture Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare The Culture Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
