# moltarch

Marketing intelligence API for AI agents. Get strategic recommendations, build brand identities, create campaign plans — all grounded in real campaign performance data from proven marketing framework…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add valtteri/moltarch

# Browse available tools
npx -y @smithery/cli@latest tool list valtteri/moltarch

# Get full schema for a tool
npx -y @smithery/cli@latest tool get valtteri/moltarch moltarch_start_session

# Call a tool
npx -y @smithery/cli@latest tool call valtteri/moltarch moltarch_start_session '{}'
```

## Direct MCP Connection

Endpoint: `https://moltarch--valtteri.run.tools`

**Required config:**
- `api_key` (query) — Get yours at https://moltarch.com

## Tools (3)

- `moltarch_start_session` — Start a MoltArch marketing intelligence session.
- `moltarch_chat` — Send a message in an active MoltArch session.
- `moltarch_get_answer` — Get the final result from a completed MoltArch session.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get valtteri/moltarch <tool-name>
```
