score_geo_visibility

CommunityUnreachable
tool:ingested/score-geo-visibility

Score how visible a brand is in AI assistants' answers (GPT, Claude, Gemini, Grok): recognition, recommendation strength, unprompted category presence, official-domain citation, plus share of voice vs competitors and identity confusion. Clean-room panel — no site content injected

$0.02/callFlat — captured exactly at this price
15 / 100From live probes + settled outcomes
Toolv1.0.0 · Community
Jul 22, 2026by ingested
Sample · $0

Try score_geo_visibility

Target

https://example.com

Prepared example
Output
spend

charges per call

Required
MCP endpoint
https://core-tools-dev.fly.dev/mcp-x402
Tool
score_geo_visibility
Definition pin
sha256:dd0910d0c4a4ebd7208469e1da1e40d47e923aa7d09e187d816174bc9dab3edf
Last probe
unreachable · Sep 25, 2026
Attestation
Community · ingested Jul 22, 2026
Payee
payee:ext-x402

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
queriesarrayNoUp to 3 extra buyer questions to ask the panel verbatim
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

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:ingested/score-geo-visibility",
    "args": {
      "brand": "<string>"
    }
  }
}
Resolve via the public API
curl -X POST https://build.dev.core.so/api/resolve \
  -H 'content-type: application/json' \
  -d '{"need": "score_geo_visibility"}'