For developers · MCP + REST API

Plug PlanMySaaS into
Claude, Cursor, Windsurf

Generate full SaaS blueprints — research, architecture, feature specs, phased roadmap, and Cursor-ready prompt packs — directly from your AI IDE. Install in 30 seconds, pays per generation via your existing PlanMySaaS credits.

Generate API keyRead API docs
Free to install, same credits as the web appSHA-256 hashed keys, rate-limited per keyTyped tools · stable API v1
Install in 30 seconds

Paste the snippet for your IDE

Same config shape across all clients — replace the env key and restart.

  1. 1Open Claude Desktop → Settings → Developer → Edit Config.
  2. 2Paste the block below into claude_desktop_config.json under "mcpServers".
  3. 3Replace YOUR_API_KEY with a key from /app/settings/api-keys.
  4. 4Restart Claude Desktop. PlanMySaaS tools appear in the tool menu.
config.json
{
  "mcpServers": {
    "planmysaas": {
      "command": "npx",
      "args": ["-y", "@planmysaas/mcp-server"],
      "env": {
        "PLANMYSAAS_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
Need a key? Generate one in Settings — free, 30 seconds.
Tool reference

Six tools, mirrored in REST and MCP

Every tool returns structured JSON with stable shapes. Pass the output of one tool as context to the next — the pipeline compounds quality.

25 credits
Research
generate_research · POST /api/v1/mcp/generate/research

Market size (TAM/SAM/SOM), audience segments, competitor gap analysis, unit economics, trends.

20 credits
Architecture
generate_architecture · POST /api/v1/mcp/generate/architecture

Production-grade system architecture with nodes, edges, tech stack, data model, cost projections.

25 credits
Feature specs
generate_features · POST /api/v1/mcp/generate/features

Prioritised features (P0→P3) with user stories, API surface, acceptance criteria, data impact, effort sizing.

15 credits
Phased roadmap
generate_phases · POST /api/v1/mcp/generate/phases

3-5 shipping phases with deliverables, success metrics, risks, and realistic timeline.

30 credits
Cursor prompts
generate_prompt_pack · POST /api/v1/mcp/generate/prompt-pack

Setup prompt + 10-20 paste-ready prompts for Cursor, Claude Code, or Windsurf. Dependencies declared.

150 credits
Full blueprint
generate_blueprint · POST /api/v1/mcp/generate/blueprint

One-shot end-to-end pipeline — research → architecture → features → phases → prompt pack. Takes 2-4 minutes.

Pricing

Same credits. Same plans. No dev tax.

Every API call deducts credits from your workspace balance — exactly like running the action in the web app. Upgrade via /pricing to raise your monthly allowance.

Free: 100 signup credits — enough for one full blueprint
·
Starter ₹4,577/mo: 1,500 credits
·
Pro ₹7,377/mo: 2,500 credits
See all plans
Built for AI-native workflows

Why integrate PlanMySaaS instead of just prompting Claude directly?

Opinionated structure
Every generation follows a fixed schema — you can diff, version, and pipe outputs into other tools. Plain Claude gives prose; PlanMySaaS gives typed JSON.
Pipeline quality compounds
Architecture knows about your research. Features know about your architecture. Prompts know about your features. Each pass inherits upstream context.
Free the chat for reasoning
Your Claude context window stays clean. The heavy generation runs on our side; Claude orchestrates and summarises. Longer conversations, higher quality.
Same output as the web app
No A/B branch. MCP tools hit the exact same AI routing as the web pipeline — you get billion-dollar-site quality straight in your IDE.

Dive into the docs

Everything you need to ship with the API.

API overview
Authentication, rate limits, error codes, request/response shapes.
Authentication
API keys, headers, preflight, revocation.
Endpoints reference
Every endpoint with curl + TypeScript + Python examples.
Rate limits + quotas
60 req/min per key, 10 active keys per workspace.
Claude Desktop install
One-file JSON config for macOS + Windows.
Cursor install
Drop-in snippet for cursor.settings.json.
Windsurf install
Paste into Windsurf's MCP block.
Claude Code install
CLI-native config for the Claude Code terminal client.

Ship your first MCP-powered blueprint in 30 seconds

Generate a key, paste into Claude Desktop, ask “plan me a photo-sharing SaaS”. Everything else takes care of itself.

Get your API key
Free. No card. Your signup credits work across web + API.