MCP server · Indie SaaS strategy
UnlockSaaS MCP server
Read-only MCP access to a live SaaS landing-page diagnostic plus the full UnlockSaaS teardown, comparison, glossary, and playbook catalog.
Verified · editorial policy
UnlockSaaS MCP server TL;DR
- Server
- UnlockSaaS MCP server
- Vendor
- UnlockSaaS
- Category
- Indie SaaS strategy
- Distribution
- Remote (hosted URL)
- 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.
- Founder fit
- 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.
- Last verified
- May 22, 2026
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.
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.
Install
Access: Free, no auth, stateless Streamable HTTP.
Claude Desktop
Add the following block to your claude_desktop_config.json and restart Claude:
{
"mcpServers": {
"unlocksaas": {
"command": "npx",
"args": ["mcp-remote", "https://unlocksaas.com/api/mcp"]
}
}
}Cursor
Add the following block to .cursor/mcp.json in your home directory or project root:
{
"mcpServers": {
"unlocksaas": {
"url": "https://unlocksaas.com/api/mcp"
}
}
}Install snippets are derived from the vendor's published distribution shape. If your client is neither Claude Desktop nor Cursor, see the vendor docs for client-specific configuration.
UnlockSaaS MCP server – 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.
Already convinced? Get the free diagnostic.
Install the server above, then run the 90-second diagnostic. The MCP gives the assistant the same structured access that powers it – paste your URL and get a Wrong Person / Weak Offer / Weak Belief label.