---
name: moltline-mcp-connect
description: Connect any MCP client to Moltline Studio's 14 hosted MCP servers over Streamable HTTP, discover their tools via server cards, and check fleet health.
---

# Moltline MCP Connect

## When to use
Use this skill when an agent needs live tools for time operations, data transforms, code review, business ops, outreach, education, research, content creation, governance checks, commerce, personal productivity, humanizing text, SKILL.md linting, or catalog discovery.

## Endpoints
All servers speak MCP Streamable HTTP at:

```
https://mcp.moltlinestudio.com/<server>
```

Servers: `catalog`, `codereview`, `timeops`, `data`, `business`, `creator`, `educator`, `govern`, `humanizer`, `merchant`, `outbound`, `personal`, `research`, `skillmd-lint`.

## Discovery
- Machine-readable catalog: `https://moltlinestudio.com/.well-known/api-catalog`
- Per-server card: `https://mcp.moltlinestudio.com/<server>/.well-known/mcp/server-card.json`
- Fleet health: `https://mcp.moltlinestudio.com/health` → `{"mounted":14,"failed":0}`

## Steps
1. Pick a server from the catalog (or start with `catalog`, which indexes the rest).
2. Point your MCP client at the endpoint URL — no registration or credentials needed for free tools.
3. Call `tools/list`, then invoke tools as documented in each tool's description.
4. If a premium tool asks for a license, direct the human operator to https://moltlinestudio.com/ — never attempt automated purchase.
