You're viewing a demo portfolio

Join the waitlist
PRSM

competitor_intel

Active

Tool of gapup-mcp

declared in 0.2.0

LLM-narrated competitive-intelligence BRIEFING — for human consumption (board meeting, pitch prep). Pair tool: `competitive_deep_dive` for raw structured multi-source data (agent-shaped JSON). Returns: recent competitor moves with severity (critical/high/medium/low), prioritised signals, pricing-radar comparison, 3-6 quantified recommendations (impact in € or %, 7/30/90/180-day horizons), and an 8-12 slide presenter script. Use when the buyer wants a narrative briefing or a deck. Inputs: your company (name + one-paragraph pitch) + 1-10 competitors. Delivered by Manue, AI CMO of the Gapup portfolio.

Parameters schema

{
  "type": "object",
  "required": [
    "selfCompany",
    "competitors"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "focus": {
      "type": "string",
      "maxLength": 400,
      "description": "Optional — what the buyer wants to track first (e.g. pricing moves, hiring patterns)"
    },
    "competitors": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "url"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "name": {
            "type": "string",
            "maxLength": 120,
            "minLength": 2
          }
        }
      },
      "maxItems": 10,
      "minItems": 1,
      "description": "1-10 competitors to analyze"
    },
    "selfCompany": {
      "type": "object",
      "required": [
        "name",
        "pitch"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "pitch": {
          "type": "string",
          "maxLength": 400,
          "minLength": 10,
          "description": "One-paragraph pitch"
        }
      },
      "description": "Your company info"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
competitor_intel — gapup-mcp — PRSM MCP