← moltlinestudio.com
INDIVIDUAL MCP TOOL
get_full_product
Load one product in full: persona plus every skill's instructions.
LIVE ENDPOINT
https://mcp.moltlinestudio.com/catalog
Connect to this endpoint to inspect the live schema for get_full_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.moltline-catalog]
url = "https://mcp.moltlinestudio.com/catalog"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moltline-catalog": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/catalog"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moltline-catalog
Remote MCP URL: https://mcp.moltlinestudio.com/catalog
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"moltline-catalog": {
"url": "https://mcp.moltlinestudio.com/catalog"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moltline-catalog": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/catalog"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moltline-catalog",
"transport": "streamable-http",
"url": "https://mcp.moltlinestudio.com/catalog"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— Search all 138 catalog products by keyword and/or focus area.preview_product— Preview one product: metadata, persona teaser, and paid-skill teasers.get_free_skill— Load a product's free gateway skill with its complete instructions.list_kits— List the 12 themed kits with pricing and member products.upgrade_info— Explain how to unlock full personas, paid skills, and kits.get_full_persona— Load a product's complete persona definition.get_full_skill— Load one paid skill's complete instructions from a product.get_full_kit— Load a themed kit and every member product in full.