Skip to content
Back to search
100
MCP live MCP 2025-11-25

mcp.moltlinestudio.com

mcp.moltlinestudio.com/research

MCP endpoint submitted at 2026-08-20T08:53:32+00:00

Uptime
100.0%
1 direct probes · 30d
Response
1104ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_products

List every product in the Research Desk line with its included skills. FREE. Takes no arguments. Returns a list of 7 product objects, each {"slug": "thesis-advisor", "name": ..., "tagline": ..., "ski…

get_free_skill

Load a product's free gateway skill with its complete instructions. FREE. Typical input {"slug": "thesis-advisor"} returns {"slug": ..., "skill": "<skill name>", "instructions": "<full skill text>"}.…

format_citation

Format a citation in APA 7, MLA 9, or Chicago author-date style. FREE. Typical input {"style": "apa", "authors": ["Curie, Marie"], "year": 1911, "title": "Radium and radioactivity", "container": "Cen…

get_full_product

Load one product in full: its persona plus every paid skill. PREMIUM (license). Typical input {"slug": "thesis-advisor"} returns {"slug": ..., "name": ..., "persona": "<persona text>", "skills": [{"n…

get_full_skill

Load one paid skill's complete instructions from a product. PREMIUM (license). Typical input {"slug": "thesis-advisor", "skill_name": "Outline Builder"} returns {"slug": ..., "skill": ..., "instructi…

stats_describe

Describe a numeric dataset: center, spread, quartiles, and outliers. FREE. Typical input {"numbers": [12, 15, 14, 90, 13]} returns {"n": 5, "mean": 28.8, "median": 14.0, "std_dev": ..., "min": 12, "m…

sample_size

Calculate the survey sample size needed for a confidence level and margin. FREE. Uses maximum variance (p=0.5) with a finite-population correction when population is given. Typical input {"population…

confidence_interval

Compute a confidence interval for a mean (normal approximation). FREE. Typical input {"mean": 72.4, "std_dev": 8.1, "n": 64, "confidence_pct": 95} returns {"mean": 72.4, "margin_of_error": 1.9845, "i…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp.moltlinestudio.com": {
      "url": "https://mcp.moltlinestudio.com/research",
      "transport": "http"
    }
  }
}