You're viewing a demo portfolio

Join the waitlist
PRSM

detect_sip_vendor_from_config

Active

Tool of Sipflow

declared in 0.2.0

[cost: free (pure CPU, no network) | read-only] Heuristic-only sibling of `detect_sip_stack`, scoped to vendor configs. Returns the matched vendor slug, a confidence level, and the structural signals that fired (loadmodule syntax, route blocks, profile elements, etc.). Use this when the user asks 'what is this config?' or attaches a SIP config file. Detect-only - does not extract directives or flag risks. Pair with: `review_sip_config` for the structured outline + risk flags; `search_sip_docs(vendor=<slug>, ...)` to ground each directive.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "maxLength": 2000000,
      "minLength": 1,
      "description": "Config blob (UTF-8 plaintext)."
    },
    "filenameHint": {
      "type": "string",
      "maxLength": 200,
      "description": "Optional filename (\"kamailio.cfg\", \"pjsip.conf\", \"sofia/external.xml\") to bias detection."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Sipflow

https://github.com/cmendes0101/sipflow-cursor-plugin

1/7 registries
View full server →
detect_sip_vendor_from_config — Sipflow — PRSM MCP