# Cults — MCP server on mcp.ai > Connect your Cults account and use 3 tools for ecommerce straight from your AI agent. Connect with your own API key. Cults is a digital marketplace for 3D printing models, offering a platform for designers to share and sell their creations. By: mcp.ai · official Page: https://mcp.ai/cults ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cults?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/cults/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cults/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/cults/skill.md Postman collection (v2.1): https://mcp.ai/cults/postman.json ## Tools - cults_get_approved_origins() — Inspects the Cults creation page to detect any sharing origin information. Note: Cults requires origins to be manually approved via support contact before use with the Share on Create feature. This ac - cults_graph_ql_post(query: string, variables?: object, operationName?: string) — Execute GraphQL queries and mutations against the Cults3D API. Cults3D is a marketplace for 3D printable models. This tool provides access to: - Browse and search 3D model designs (creations) - View u - cults_share_on_create_fr(origin: string, file_url: string) — Generate a one-click share URL for publishing a 3D file to Cults (French locale). This tool constructs a shareable link that, when clicked by users, takes them to the Cults creation page with the 3D f ## Example prompts - "What can I do in Cults?" - "Show me a summary of my Cults account" ## Links Docs: https://mcp.ai/docs/mcps/cults Website: https://mcp.ai/mcps/cults