← Registry

Analytics

moltlinestudio.com

Provides access to business product information and calculates unit economics metrics.

WebMCPx402 supported23 endpoints132 known toolsFirst detected August 18, 2026Last detected September 3, 2026

ENDPOINT 1

https://mcp.moltlinestudio.com/business

No auth detected

MCP server metadata

Name
moltline-business
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline's Business Suite: 30 industry/operations persona-skill products (finance admin, bookkeeping support, legal-office ops, real estate, hospitality, SMB operations and more). Free: list_products, get_free_skill, unit_economics. Premium: get_full_product, get_full_skill.

Known tools 8

list_products

List every product in the Business Suite line with its included skills.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
unit_economics

Calculate unit economics: margin, break-even, LTV:CAC, and a plain reading.

Inferred read-only
get_full_product

Load one product in full: its persona plus every paid skill.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
loan_payment

Compute an amortized loan payment: monthly payment, total paid, total interest.

Potential side effects
cash_runway

Compute months of cash runway and the projected out-of-cash date.

Inferred read-only
target_price

Compute the selling price needed to hit a target margin percentage.

Inferred read-only

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-business]
url = "https://mcp.moltlinestudio.com/business"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-business": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/business"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-business
Remote MCP URL: https://mcp.moltlinestudio.com/business

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-business": {
      "url": "https://mcp.moltlinestudio.com/business"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-business": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/business"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-business",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/business"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.moltlinestudio.com/codereview

No auth detected

MCP server metadata

Name
moltline-codereview
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline Code Review & AI-Code Verifier: review diffs and files the way a skeptical senior engineer would. Free: review_diff (risk-scan a unified diff), ai_code_smell_scan (flag AI-generated-code tells), complexity_report, secret_scan, review_checklist. Premium (license): security_deep_dive, get_reviewer_persona. Every finding cites the line and says why it matters.

Known tools 7

review_diff

Risk-scan a unified diff the way a senior reviewer triages a PR.

Inferred read-only
ai_code_smell_scan

Flag the tells of unreviewed AI-generated code in a source file.

Inferred read-only
complexity_report

Report structural complexity of a source file, function by function.

Inferred read-only
secret_scan

Scan text for accidentally-committed machine credentials and private-key material.

Inferred read-only
review_checklist

Produce a focused pull-request review checklist for a language or stack.

Inferred read-only
security_deep_dive

Run an OWASP-oriented security pass over a source file.

Inferred read-only
get_reviewer_persona

Load the Senior Reviewer persona for consistent, high-signal reviews.

Inferred read-only

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-codereview]
url = "https://mcp.moltlinestudio.com/codereview"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-codereview": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/codereview"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-codereview
Remote MCP URL: https://mcp.moltlinestudio.com/codereview

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-codereview": {
      "url": "https://mcp.moltlinestudio.com/codereview"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-codereview": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/codereview"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-codereview",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/codereview"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://mcp.moltlinestudio.com/creator

No auth detected

MCP server metadata

Name
moltline-creator
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline's Creator Studio: 20 content/creative persona-skill products (blogging, brand voice, copywriting, video, social, newsletters and more). Free: list_products, get_free_skill, analyze_writing. Premium: get_full_product, get_full_skill.

Known tools 8

list_products

List every product in the Creator Studio line with its included skills.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
analyze_writing

Analyze a draft for readability, passive voice, cliches, and hedging.

Inferred read-only
get_full_product

Load one product in full: its persona plus every paid skill.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
headline_analyzer

Score and rank up to 20 headlines, best first.

Inferred read-only
reading_time

Estimate reading and speaking time plus basic content stats.

Inferred read-only
social_length_check

Check a post against every major platform's length limit at once.

Potential side effects

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-creator]
url = "https://mcp.moltlinestudio.com/creator"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-creator": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/creator"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-creator
Remote MCP URL: https://mcp.moltlinestudio.com/creator

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-creator": {
      "url": "https://mcp.moltlinestudio.com/creator"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-creator": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/creator"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-creator",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/creator"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://mcp.moltlinestudio.com/data

No auth detected

MCP server metadata

Name
moltline-data
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline Data Desk: paste-your-data analytics. Free: csv_profile, ab_test, correlation, growth_rates. Premium (license): funnel_report, cohort_retention, forecast_trend.

Known tools 7

csv_profile

Profile pasted CSV data column by column with data-quality flags.

Inferred read-only
ab_test

Run a two-proportion A/B significance test with a plain-language verdict.

Inferred read-only
correlation

Compute the Pearson correlation between two numeric series.

Inferred read-only
growth_rates

Compute period-over-period growth and CAGR for a numeric series.

Inferred read-only
funnel_report

Analyze a conversion funnel and find the biggest drop-off.

Potential side effects
cohort_retention

Build a retention table and average curve from raw cohort counts.

Inferred read-only
forecast_trend

Forecast future periods with a linear trend and honest fit quality.

Inferred read-only

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-data]
url = "https://mcp.moltlinestudio.com/data"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-data": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/data"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-data
Remote MCP URL: https://mcp.moltlinestudio.com/data

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-data": {
      "url": "https://mcp.moltlinestudio.com/data"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-data": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/data"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-data",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/data"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://mcp.moltlinestudio.com/educator

No auth detected

MCP server metadata

Name
moltline-educator
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline's Educator Toolkit: 8 teaching persona/skill products (curriculum design, classroom management, virtual teaching, accommodations implementation, exam prep, study groups, language learning, parent coaching). Free: list_products, get_free_skill, readability_report. Premium: get_full_product, get_full_skill.

Known tools 7

list_products

List the 8 educator products with their included skills.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
readability_report

Analyze teaching text with Flesch-Kincaid readability and leveling advice.

Inferred read-only
get_full_product

Load one product in full: its persona plus every paid skill.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
grade_curve

Summarize how an assessment landed: stats, bands, and outliers.

Inferred read-only
lesson_timer

Split a class period into timed segments with sensible weighting.

Inferred read-only

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-educator]
url = "https://mcp.moltlinestudio.com/educator"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-educator": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/educator"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-educator
Remote MCP URL: https://mcp.moltlinestudio.com/educator

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-educator": {
      "url": "https://mcp.moltlinestudio.com/educator"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-educator": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/educator"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-educator",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/educator"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 6

https://mcp.moltlinestudio.com/govern

No auth detected

MCP server metadata

Name
moltline-govern
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline Agent Governance & MCP Auditor: inventory and audit your agent fleet. Free: audit_mcp_config (scope/secret/version risks in an MCP config), scope_check (over-privileged tools by blast radius), audit_skill_file (injection/secret/concealment smells), injection_scan, inventory_report, agent_readiness_scan (score any public domain against 21 agent-readiness checks and return the fix for each failure). Premium (license): governance_policy, get_auditor_persona. Every finding names the risk and a concrete remediation.

Known tools 8

audit_mcp_config

Audit an MCP server config for risk-ranked posture findings.

Inferred read-only
scope_check

Score the blast radius of every tool in a permission manifest.

Inferred read-only
audit_skill_file

Audit an agent skill or instruction file before you trust it.

Inferred read-only
injection_scan

Scan untrusted text for prompt-injection patterns before ingestion.

Inferred read-only
inventory_report

Build a governance inventory with risk tiers from a raw agent list.

Inferred read-only
governance_policy

Generate an audit-ready agent-governance policy for a fleet.

Inferred read-only
get_auditor_persona

Load the Governance Auditor persona for consistent fleet audits.

Inferred read-only
agent_readiness_scan

Score a public domain against 21 agent-readiness checks.

Inferred read-only

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-govern]
url = "https://mcp.moltlinestudio.com/govern"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-govern": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/govern"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-govern
Remote MCP URL: https://mcp.moltlinestudio.com/govern

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-govern": {
      "url": "https://mcp.moltlinestudio.com/govern"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-govern": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/govern"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-govern",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/govern"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 7

https://mcp.moltlinestudio.com/humanizer

No auth detected

MCP server metadata

Name
moltline-humanizer
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Voice-matching editor for AI drafts. Free: ai_tell_scan (find AI-isms with evidence), voice_fingerprint (metric profile from writing samples), burstiness_report. Premium: humanize_plan (rewrite brief with measurable targets) and verify_rewrite (prove the rewrite moved toward the voice). This is a style/voice tool — do not use it to misrepresent authorship of academic or assessed work.

Known tools 5

ai_tell_scan

Scan a draft for the measurable tells of AI-generated prose.

Inferred read-only
voice_fingerprint

Build a measurable voice profile from samples of a person's real writing.

Inferred read-only
burstiness_report

Map a draft's sentence rhythm and find where it goes flat.

Inferred read-only
humanize_plan

Produce a precise rewrite brief that de-AIs a draft, with numeric targets.

Inferred read-only
verify_rewrite

Verify a rewrite actually improved: score delta, meaning check, voice distance.

Inferred read-only

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-humanizer]
url = "https://mcp.moltlinestudio.com/humanizer"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-humanizer": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/humanizer"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-humanizer
Remote MCP URL: https://mcp.moltlinestudio.com/humanizer

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-humanizer": {
      "url": "https://mcp.moltlinestudio.com/humanizer"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-humanizer": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/humanizer"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-humanizer",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/humanizer"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 8

https://mcp.moltlinestudio.com/merchant

No auth detected

MCP server metadata

Name
moltline-merchant
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Merchant math over MCP. Free: processor_fees, charge_to_net, invoice_total. Premium (license): discount_stack, proration, installment_plan. Administrative math only — not financial advice.

Known tools 6

processor_fees

Break down payment-processor fees: fee, net, and effective rate.

Potential side effects
charge_to_net

Compute the gross price to charge so you net a target after fees.

Potential side effects
invoice_total

Total an invoice: per-line totals, subtotal, discount, tax, grand total.

Potential side effects
discount_stack

Stack discounts correctly: sequential vs additive comparison.

Inferred read-only
proration

Compute a prorated charge or refund for a partial billing period.

Potential side effects
installment_plan

Split a total into an installment schedule with optional deposit.

Inferred read-only

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-merchant]
url = "https://mcp.moltlinestudio.com/merchant"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-merchant": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/merchant"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-merchant
Remote MCP URL: https://mcp.moltlinestudio.com/merchant

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-merchant": {
      "url": "https://mcp.moltlinestudio.com/merchant"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-merchant": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/merchant"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-merchant",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/merchant"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 9

https://mcp.moltlinestudio.com/catalog

No auth detected

MCP server metadata

Name
moltline-catalog
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline Studio's catalog of 138 OpenClaw personas & skills and 12 kits. Free: search_catalog, preview_product, get_free_skill, list_kits, upgrade_info. Premium (paid plan): get_full_persona, get_full_skill, get_full_product, get_full_kit.

Known tools 10

search_catalog

Search all 138 catalog products by keyword and/or focus area.

Inferred read-only
preview_product

Preview one product: metadata, persona teaser, and paid-skill teasers.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
list_kits

List the 12 themed kits with pricing and member products.

Inferred read-only
upgrade_info

Explain how to unlock full personas, paid skills, and kits.

Inferred read-only
get_full_persona

Load a product's complete persona definition.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
get_full_product

Load one product in full: persona plus every skill's instructions.

Inferred read-only
get_full_kit

Load a themed kit and every member product in full.

Inferred read-only
recommend_products

Recommend catalog products for a need described in plain language.

Inferred read-only

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.

ENDPOINT 10

https://mcp.moltlinestudio.com/outbound

No auth detected

MCP server metadata

Name
moltline-outbound
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline's Outbound Engine: 7 sales-outreach persona/skill products (LinkedIn outreach, follow-ups, multi-channel sequencing, call coaching, deliverability, closing copy, CRM hygiene). Free: list_products, get_free_skill, audit_copy. Premium: get_full_product, get_full_skill.

Known tools 8

list_products

List the 7 outbound products with their included skills.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
audit_copy

Audit outreach copy for spam triggers and deliverability risks.

Inferred read-only
get_full_product

Load one product in full: its persona plus every paid skill.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
sequence_planner

Plan an outreach cadence with expanding gaps and per-touch purposes.

Inferred read-only
subject_line_scorer

Score and rank up to 20 email subject lines, best first.

Potential side effects
utm_builder

Build a UTM-tagged URL for campaign tracking.

Inferred read-only

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-outbound]
url = "https://mcp.moltlinestudio.com/outbound"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-outbound": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/outbound"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-outbound
Remote MCP URL: https://mcp.moltlinestudio.com/outbound

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-outbound": {
      "url": "https://mcp.moltlinestudio.com/outbound"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-outbound": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/outbound"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-outbound",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/outbound"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 11

https://mcp.moltlinestudio.com/personal

No auth detected

MCP server metadata

Name
moltline-personal
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline's Personal Suite: 20 personal-assistant persona-skill products (inbox, calendar, travel, meals, fitness admin, finance admin, family logistics and more). Free: list_products, get_free_skill, budget_split, spaced_repetition_plan. Premium: get_full_product, get_full_skill.

Known tools 9

list_products

List every product in the Personal Suite line with its included skills.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
budget_split

Split monthly income into needs/wants/savings buckets with weekly equivalents.

Inferred read-only
spaced_repetition_plan

Build a spaced-repetition review schedule with expanding intervals.

Inferred read-only
get_full_product

Load one product in full: its persona plus every paid skill.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
savings_goal

Compute months to reach a savings target at a monthly contribution.

Inferred read-only
tip_split

Compute the tip and per-person split for a bill.

Inferred read-only
countdown_days

Count the days until each named event, soonest first.

Inferred read-only

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-personal]
url = "https://mcp.moltlinestudio.com/personal"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-personal": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/personal"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-personal
Remote MCP URL: https://mcp.moltlinestudio.com/personal

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-personal": {
      "url": "https://mcp.moltlinestudio.com/personal"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-personal": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/personal"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-personal",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/personal"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 12

https://mcp.moltlinestudio.com/research

No auth detected

MCP server metadata

Name
moltline-research
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Moltline's Research Desk: 7 research/study persona-skill products (research navigation, thesis advising, note-taking, reading comprehension, exam prep). Free: list_products, get_free_skill, format_citation. Premium: get_full_product, get_full_skill.

Known tools 8

list_products

List every product in the Research Desk line with its included skills.

Inferred read-only
get_free_skill

Load a product's free gateway skill with its complete instructions.

Inferred read-only
format_citation

Format a citation in APA 7, MLA 9, or Chicago author-date style.

Inferred read-only
get_full_product

Load one product in full: its persona plus every paid skill.

Inferred read-only
get_full_skill

Load one paid skill's complete instructions from a product.

Inferred read-only
stats_describe

Describe a numeric dataset: center, spread, quartiles, and outliers.

Inferred read-only
sample_size

Calculate the survey sample size needed for a confidence level and margin.

Inferred read-only
confidence_interval

Compute a confidence interval for a mean (normal approximation).

Inferred read-only

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-research]
url = "https://mcp.moltlinestudio.com/research"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-research": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/research"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-research
Remote MCP URL: https://mcp.moltlinestudio.com/research

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-research": {
      "url": "https://mcp.moltlinestudio.com/research"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-research": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/research"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-research",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/research"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 13

https://mcp.moltlinestudio.com/skillmd-lint

No auth detected

MCP server metadata

Name
skillmd-lint
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Lint SKILL.md files for AI agents: lint_skill validates one file's frontmatter, structure, secrets, and size; packaging_check validates a zip layout plan for skill marketplaces. All tools are free.

Known tools 6

lint_skill

Lint one SKILL.

Inferred read-only
packaging_check

Validate a zip layout plan for a skill marketplace before packaging.

Inferred read-only
regex_test

Test a regular expression against sample strings.

Inferred read-only
json_validate

Validate JSON text and summarize its structure.

Inferred read-only
diff_texts

Produce a unified diff between two texts.

Inferred read-only
cron_explain

Explain a 5-field cron expression in plain English and flag mistakes.

Inferred read-only

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.skillmd-lint]
url = "https://mcp.moltlinestudio.com/skillmd-lint"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skillmd-lint": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/skillmd-lint"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skillmd-lint
Remote MCP URL: https://mcp.moltlinestudio.com/skillmd-lint

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": {
    "skillmd-lint": {
      "url": "https://mcp.moltlinestudio.com/skillmd-lint"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skillmd-lint": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/skillmd-lint"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skillmd-lint",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/skillmd-lint"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 14

https://mcp.moltlinestudio.com/timeops

No auth detected

MCP server metadata

Name
moltline-timeops
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Deterministic date/schedule math over MCP. Free: business_days, meeting_overlap, recurrence_expand. Premium (license): deadline_planner, sla_due. All dates ISO YYYY-MM-DD; times 24h HH:MM.

Known tools 5

business_days

Do business-day math that skips weekends and your holiday list.

Inferred read-only
meeting_overlap

Find the shared meeting window across time zones inside working hours.

Inferred read-only
recurrence_expand

Expand a recurrence rule into a concrete list of ISO dates.

Inferred read-only
deadline_planner

Plan a task schedule backward from a hard deadline in business days.

Inferred read-only
sla_due

Compute when a ticket's SLA falls due, wall-clock or business-hours.

Inferred read-only

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-timeops]
url = "https://mcp.moltlinestudio.com/timeops"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-timeops": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/timeops"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-timeops
Remote MCP URL: https://mcp.moltlinestudio.com/timeops

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-timeops": {
      "url": "https://mcp.moltlinestudio.com/timeops"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-timeops": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/timeops"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-timeops",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/timeops"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 15

https://mcp.moltlinestudio.com/dropship

No auth detected

MCP server metadata

Name
moltline-dropship
Version
1.1.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Dropshipping unit economics over MCP. Free: margin_check, lead_time, sku_map_check, price_ladder. Premium (license): moq_planner, returns_impact. Arithmetic on your own numbers — no supplier API, no store connection, no account.

Known tools 6

margin_check

Show what one sale actually leaves after every cost.

Inferred read-only
lead_time

Turn supplier and transit times into a date you can promise.

Inferred read-only
sku_map_check

Find the breaks in a supplier-to-store SKU map before they ship.

Inferred read-only
price_ladder

Work backwards from the margin you want to the price you must charge.

Potential side effects
moq_planner

Decide how much to order against demand, lead time and the cash you have.

Inferred read-only
returns_impact

Show what a return rate does to a margin that looked fine.

Inferred read-only

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-dropship]
url = "https://mcp.moltlinestudio.com/dropship"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-dropship": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/dropship"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-dropship
Remote MCP URL: https://mcp.moltlinestudio.com/dropship

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-dropship": {
      "url": "https://mcp.moltlinestudio.com/dropship"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-dropship": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/dropship"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-dropship",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/dropship"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 16

https://mcp.moltlinestudio.com/recall

No auth detected

MCP server metadata

Name
moltline-recall
Version
1.1.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

A portable knowledge-graph memory over MCP. Free: graph_upsert, graph_search, graph_diff, graph_lint. Premium (license): graph_at_time, graph_compact. The graph is passed in and returned - no database, no embedding key, no account, and nothing of yours is stored on this server.

Known tools 6

graph_upsert

Fold new facts into a memory graph and get the whole graph back.

Inferred read-only
graph_search

Find what the graph knows about something, plus its neighbourhood.

Inferred read-only
graph_diff

Say exactly what changed between two versions of a memory.

Inferred read-only
graph_lint

Find the breaks a memory graph accumulates as it grows.

Inferred read-only
graph_at_time

See the memory as it stood on a given day, optionally faded by age.

Inferred read-only
graph_compact

Shrink a memory to the part that still earns its place.

Inferred read-only

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-recall]
url = "https://mcp.moltlinestudio.com/recall"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-recall": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/recall"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-recall
Remote MCP URL: https://mcp.moltlinestudio.com/recall

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-recall": {
      "url": "https://mcp.moltlinestudio.com/recall"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-recall": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/recall"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-recall",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/recall"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 17

https://mcp.moltlinestudio.com/shipping

No auth detected

MCP server metadata

Name
moltline-shipping
Version
1.1.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Shipping and landed-cost math over MCP. Free: dim_weight, parcel_fit, landed_cost, freight_class. Premium (license): rate_card, free_shipping_threshold. Arithmetic on your own inputs — no carrier account, no rate contract, no live quotes.

Known tools 6

dim_weight

Work out whether a parcel bills on its size or its weight.

Inferred read-only
parcel_fit

Pick the smallest box an item actually fits in, allowing for padding.

Inferred read-only
landed_cost

Total what a unit really costs once freight, duty and fees are in.

Inferred read-only
freight_class

Derive a US LTL freight class from density.

Inferred read-only
rate_card

Turn a cost model into a customer-facing weight-banded price table.

Inferred read-only
free_shipping_threshold

Find the order value at which free shipping stops costing you money.

Inferred read-only

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-shipping]
url = "https://mcp.moltlinestudio.com/shipping"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-shipping": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/shipping"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-shipping
Remote MCP URL: https://mcp.moltlinestudio.com/shipping

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-shipping": {
      "url": "https://mcp.moltlinestudio.com/shipping"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-shipping": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/shipping"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-shipping",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/shipping"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 18

https://mcp.moltlinestudio.com/shopify

No auth detected

MCP server metadata

Name
moltline-shopify
Version
1.1.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Shopify catalogue preparation over MCP. Free: product_csv_check, url_handle, variant_matrix, metafield_key_check. Premium (license): bulk_price_change, payout_estimate. Works on your file, not your store — no API key, no OAuth, no store access.

Known tools 6

product_csv_check

Check a product CSV's header row against Shopify's current columns.

Inferred read-only
url_handle

Turn a product title into a valid, unique Shopify URL handle.

Inferred read-only
variant_matrix

Count the variants a set of options produces, and flag the ceilings.

Inferred read-only
metafield_key_check

Validate a metafield namespace and key before you define it.

Inferred read-only
bulk_price_change

Apply one pricing rule across a list of prices and show the effect.

Inferred read-only
payout_estimate

Estimate what actually lands in the bank after processing fees.

Inferred read-only

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-shopify]
url = "https://mcp.moltlinestudio.com/shopify"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-shopify": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-shopify
Remote MCP URL: https://mcp.moltlinestudio.com/shopify

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-shopify": {
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-shopify": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-shopify",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/shopify"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 19

https://mcp.moltlinestudio.com/vision

No auth detected

MCP server metadata

Name
moltline-vision
Version
1.1.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Computer-vision arithmetic over MCP. Free: image_probe, bbox_convert, resize_plan, colour_check. Premium (license): detection_metrics, nms. Pure arithmetic and header parsing - no model, no image library, no API key, no account.

Known tools 6

image_probe

Read an image's format and pixel size from its header alone.

Inferred read-only
bbox_convert

Convert bounding boxes between COCO, Pascal VOC and YOLO.

Inferred read-only
resize_plan

Work out the exact scale, padding and crop for a model input size.

Inferred read-only
colour_check

Check a colour pair against the WCAG contrast thresholds.

Inferred read-only
nms

Remove duplicate detections of the same object.

Potential side effects
detection_metrics

Score detections against ground truth and show the working.

Inferred read-only

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-vision]
url = "https://mcp.moltlinestudio.com/vision"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-vision": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/vision"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-vision
Remote MCP URL: https://mcp.moltlinestudio.com/vision

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-vision": {
      "url": "https://mcp.moltlinestudio.com/vision"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-vision": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/vision"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-vision",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/vision"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 20

https://moltlinestudio.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 0

No tool metadata was available in the registry cache.

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.webmcp]
url = "https://moltlinestudio.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://moltlinestudio.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://moltlinestudio.com

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": {
    "webmcp": {
      "url": "https://moltlinestudio.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://moltlinestudio.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://moltlinestudio.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 21

https://mcp.moltlinestudio.com/optimize

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

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.moltlinestudio-com]
url = "https://mcp.moltlinestudio.com/optimize"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltlinestudio-com": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/optimize"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltlinestudio-com
Remote MCP URL: https://mcp.moltlinestudio.com/optimize

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": {
    "moltlinestudio-com": {
      "url": "https://mcp.moltlinestudio.com/optimize"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltlinestudio-com": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/optimize"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltlinestudio-com",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/optimize"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 22

https://mcp.moltlinestudio.com/regclock

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

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.moltlinestudio-com]
url = "https://mcp.moltlinestudio.com/regclock"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltlinestudio-com": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/regclock"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltlinestudio-com
Remote MCP URL: https://mcp.moltlinestudio.com/regclock

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": {
    "moltlinestudio-com": {
      "url": "https://mcp.moltlinestudio.com/regclock"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltlinestudio-com": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/regclock"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltlinestudio-com",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/regclock"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 23

https://mcp.moltlinestudio.com/taxlots

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

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.moltlinestudio-com]
url = "https://mcp.moltlinestudio.com/taxlots"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltlinestudio-com": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/taxlots"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltlinestudio-com
Remote MCP URL: https://mcp.moltlinestudio.com/taxlots

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": {
    "moltlinestudio-com": {
      "url": "https://mcp.moltlinestudio.com/taxlots"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltlinestudio-com": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/taxlots"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltlinestudio-com",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/taxlots"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.