cults3d-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CULTS3D_EMAIL | Yes | Your Cults3D email address | |
| CULTS3D_PASSWORD | Yes | Your Cults3D password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_designB | Upload a new design (STL/ZIP) to Cults3D with metadata. |
| update_designC | Update metadata on an existing Cults3D design. |
| list_my_designsC | List all designs published under your account with stats. |
| get_design_statsA | Get detailed stats for a design: downloads, likes, comments, price. |
| search_designsC | Search public designs on Cults3D by keyword. Useful for competitor research. |
| get_trendingC | Get trending designs in a Cults3D category. |
| get_commentsB | Get all comments on a specific design. |
| reply_to_commentC | Post a reply to a comment on one of your designs. |
| list_collectionsA | List your Cults3D collections. |
| add_to_collectionC | Add a design to one of your collections. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose: upload vs update, search vs trending, comments vs stats, collections management. No two tools overlap in functionality.
All tool names follow a consistent verb_noun pattern (e.g., get_comments, list_collections, upload_design) with clear, descriptive verbs and nouns.
10 tools cover the core operations for a 3D model marketplace without being too many or too few. Each tool serves a specific need.
The tool set covers essential CRUD and interaction operations (upload, update, search, comments, collections), but lacks a delete design tool, which is a minor gap.