You're viewing a demo portfolio

Join the waitlist
PRSM

competitor_pricing_radar

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Radar pricing concurrents — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: How do my competitors' pricing plans and monthly prices compare to mine? · Which competitor plan undercuts or out-features my equivalent tier? Reference case: Notion — pricing vs ClickUp, Asana, Coda. Inputs are validated server-side — send the documented case fields.

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
    },
    "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
    },
    "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
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
competitor_pricing_radar — @gapup/mcp-knowledge — PRSM MCP