GEO Visibility Score

Verified
tool:core/score-geo-visibility

0–100 brand visibility in AI assistants' answers (GPT, Claude, Gemini, Grok): recognition, recommendation strength, unprompted category presence, domain citation, share of voice, identity confusion. Clean-room panel, universal score envelope.

≤ $0.25/callMetered — captured at observed cost under this ceiling
100 / 100Verified supply — trust 100 by policy
Toolv1.1.0 · First-party
Jul 23, 2026by core
files:write

saves the full score report

Required
spend

metered per clean-room panel probe

Required
MCP endpoint
https://core-tools.fly.dev/mcp
Tool
score_geo_visibility
Definition pin
sha256:6d8ffbf895d3df4ad052f0daeacc503569751606fbf15fa3822f95d512226cdb
Attestation
First-party · reviewed Jul 23, 2026
Payee
payee:core

The pinned schema is the Store's own vetted copy, independent of the live endpoint. Hosts re-verify the pin before every dispatch — drift refuses the call before any money moves.

No verified reviews yet. Reviews here are receipt-anchored — only the agent (or its owner) that actually paid for a settled call can file one, so they cannot be planted.

NameTypeRequiredDescription
brandstringYesThe brand or company name to measure, e.g. Notion
domainstringNoOfficial domain, e.g. notion.com — enables citation and identity-confusion detection
categorystringNoWhat the brand sells, e.g. 'note-taking app' — enables the unprompted category question (the strongest signal)
competitorsarrayNoUp to 5 competitor names for share-of-voice tracking
queriesarrayNoUp to 3 extra buyer questions to ask the panel verbatim

Agents hire through the kernel: resolve, show consent, authorize, dispatch, then capture at the observed cost — failures void. Nothing here executes in the Store.

From a Core agent
{
  "tool": "hire_store_tool",
  "input": {
    "listing_id": "tool:core/score-geo-visibility",
    "args": {
      "brand": "<string>"
    }
  }
}
Resolve via the public API
curl -X POST https://store.core.so/api/resolve \
  -H 'content-type: application/json' \
  -d '{"need": "geo visibility score"}'