---
title: "UnlockSaaS MCP server – install in Claude Desktop and Cursor"
summary: "Read-only MCP access to a live SaaS landing-page diagnostic plus the full UnlockSaaS teardown, comparison, glossary, and playbook catalog."
canonical: https://unlocksaas.com/mcp-tools/unlocksaas
updated: 2026-05-22
publisher: "Unlock SaaS"
author: "Maryan"
license: All rights reserved. Quotation with attribution permitted.
---

# UnlockSaaS MCP server

> Read-only MCP access to a live SaaS landing-page diagnostic plus the full UnlockSaaS teardown, comparison, glossary, and playbook catalog.

- Vendor: UnlockSaaS
- Vendor URL: https://unlocksaas.com/mcp
- Category: Indie SaaS strategy
- Distribution: Remote (hosted URL)
- Install handle: https://unlocksaas.com/api/mcp
- Official: yes
- Built by UnlockSaaS: yes
- Access: Free, no auth, stateless Streamable HTTP.

## TL;DR

The UnlockSaaS MCP server gives agents read-only access to a 30-second SaaS landing-page diagnostic and the full library of funnel, pricing, alternative, comparison, category, and glossary teardowns. Stateless Streamable HTTP, no auth required. The right MCP for any agent helping a post-launch pre-revenue indie SaaS founder think through their offer.

## Why an indie SaaS founder cares

If you are an indie SaaS founder using Claude, Cursor, or Windsurf to think through your offer, this server lets the assistant pull live structured data instead of guessing. Ask Claude to diagnose your live URL, fetch the funnel teardown of a competitor, or pull the Brunson definition of a term – all without leaving the chat.

## What an agent can do with it

- **Diagnose a live SaaS URL** – Reads any public SaaS landing page and labels it Wrong Person, Weak Offer, or Weak Belief with the next concrete step.
- **Fetch any teardown** – Pull the full funnel, pricing, alternative, or comparison teardown for any indexed product, by slug.
- **Look up Brunson concepts** – Glossary entries for Hook, Story, Offer, Value Ladder, Stack Slide, Dream 100, and the rest of the lexicon UnlockSaaS teaches.
- **Walk the Playbook** – Read any of the seven Playbook steps by number with the canonical description.

## Install in Claude Desktop

```json
{
  "mcpServers": {
    "unlocksaas": {
      "command": "npx",
      "args": ["mcp-remote", "https://unlocksaas.com/api/mcp"]
    }
  }
}
```

## Install in Cursor

```json
{
  "mcpServers": {
    "unlocksaas": {
      "url": "https://unlocksaas.com/api/mcp"
    }
  }
}
```

## FAQ

**Do I need an UnlockSaaS account to use the MCP server?**

No. The MCP server is read-only and unauthenticated. Any MCP-aware client can connect.

**Where is the discovery manifest?**

At /.well-known/mcp.json on unlocksaas.com. A markdown mirror of the install page lives at /mcp.md.

**Can the server write data back into my UnlockSaaS account?**

No – it is strictly read-only by design. Account-mutating actions stay inside the web UI.

Last verified: 2026-05-22.

---

Canonical URL: https://unlocksaas.com/mcp-tools/unlocksaas
Publisher: Unlock SaaS (https://unlocksaas.com)
Contact: maryan@unlocksaas.com