ai_visibility_check

Probe one or more LLMs for what they know about a business / brand / product / topic and score visibility (0-100) per model. Default model is Workers AI Llama-3.3-70b (free); pass _apiKey to also probe Anthropic (BYO key — you pay Anthropic directly for those calls). Returns per-model {score, con...

Server Mcp Espn pipeworx-io/mcp-espn
Category Read
Risk class Low
Parameters 41 required

What ai_visibility_check does on Mcp Espn

AI agents call ai_visibility_check to retrieve information from Mcp Espn without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
entity string Yes The thing to ask about. Brand/business name, product name, person, or topic. E.g. "Pipeworx", "OpenInvoice", "Acme Corp pricing".
models array Which models to probe. Supported: "workers-ai" (free default), "anthropic" (requires _apiKey). Omit for just workers-ai.
_apiKey string Optional Anthropic API key (sk-ant-...) — only needed if "anthropic" is in models. Passed straight through to api.anthropic.com.
context string Optional: a phrase locating the entity (e.g. "Boston restaurant", "B2B SaaS"). Helps disambiguate common names.

Parameters from the server's own tool schema.

Why ai_visibility_check needs a policy

This is a read-only reconnaissance tool that queries LLMs and reports back findings. While it queries multiple models (including external APIs like Anthropic), it performs no side effects, makes no modifications, executes no code, and commits no financial operations (the user supplies their own Anthropic API key and pays Anthropic directly, placing financial liability outside this tool's control).

From the tool's definition The tool probes LLMs to check what they know about topics and returns visibility scores, signals, and responses. No data is created, modified, deleted, or executed—it only retrieves and queries information from external LLMs.

Questions about ai_visibility_check

What does the ai_visibility_check tool do? +

Probe one or more LLMs for what they know about a business / brand / product / topic and score visibility (0-100) per model. Default model is Workers AI Llama-3.3-70b (free); pass _apiKey to also probe Anthropic (BYO key — you pay Anthropic directly for those calls). Returns per-model {score, confidence, signals, raw_response} + a combined view. Useful for AI-marketing audits, pre-launch brand checks, competitive monitoring. It is categorised as a Read tool in the Mcp Espn MCP Server, which means it retrieves data without modifying state.

What parameters does ai_visibility_check accept? +

ai_visibility_check accepts 4 parameters: entity, models, _apiKey, context. Required: entity. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on ai_visibility_check? +

Register the Mcp Espn MCP server in PolicyLayer and add a rule for ai_visibility_check: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp Espn. Nothing to install.

What risk level is ai_visibility_check? +

ai_visibility_check is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit ai_visibility_check? +

Yes. Add a rate_limit block to the ai_visibility_check rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block ai_visibility_check completely? +

Set action: deny in the PolicyLayer policy for ai_visibility_check. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides ai_visibility_check? +

ai_visibility_check is provided by the Mcp Espn MCP server (pipeworx-io/mcp-espn). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.