ToolAssay

Returns a 0–100 generative-engine visibility score and estimated LLM mention rat

Returns a 0–100 generative-engine visibility score and estimated LLM mention rate for a URL. Cost $0.01 per call. Not HTTP uptime, TLS, or a credit.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1353 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://edge.innovalyxx.com/mcp/tools/get_agent_visibility

CategoryEverything else
Provider hostedge.innovalyxx.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 1353 ms

Example input (from the provider)

{
  "body": {
    "url": "url"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "url": {
              "description": "Absolute HTTPS URL whose generative-engine visibility score and estimated LLM mention rate should be returned.",
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "description": "Generative-engine visibility snapshot (geo_score and estimated_llm_mention_rate).",
          "properties": {
            "estimated_llm_mention_rate": {
              "description": "Estimated LLM mention rate for the URL.",
              "type": "number"
            },
            "geo_score": {
              "description": "0\u2013100 generative-engine visibility score.",
              "type": "number"
            },
            "ok": {
              "description": "True when the tool completed without a validation error.",
              "type": "boolean"
            },
            "payment": {
              "description": "Settlement receipt after x402 or sandbox payment.",
              "type": "object"
            },
            "tool": {
              "description": "Tool name that produced this payload.",
              "type": "string"
            },
            "url": {
              "description": "Queried URL.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON