← ideaplan.io

INDIVIDUAL MCP TOOL

prompt_lookup

Look up a PM prompt template by slug, search by keyword, or browse by category.

ideaplan.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

ideaplan.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ideaplan]
url = "https://www.ideaplan.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ideaplan": {
      "type": "http",
      "url": "https://www.ideaplan.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ideaplan
Remote MCP URL: https://www.ideaplan.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ideaplan": {
      "url": "https://www.ideaplan.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ideaplan": {
      "type": "http",
      "url": "https://www.ideaplan.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ideaplan",
  "transport": "streamable-http",
  "url": "https://www.ideaplan.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • glossary_lookup — Look up a product management term definition from IdeaPlan's glossary of 230+ terms.
  • rice_score — Calculate a RICE prioritization score for a feature.
  • salary_lookup — Get product manager salary data for a specific role and city.
  • idea_lookup — Get a validated SaaS product idea with full analysis including problem/solution, MVP features, tech stack, go-to-market strategy, and competitive landscape.
  • search_ideas — Search IdeaPlan's database of 71 validated SaaS ideas.
  • trend_lookup — Get a SaaS market trend with growth data (CAGR, market size), drivers, signals, and related opportunities.
  • search_content — Search across all IdeaPlan content (blog, guides, frameworks, templates, strategy, case studies).
  • pm_tool_recommend — Get PM software recommendations based on role, workflow needs, team size, budget, and maturity.