seo_llm_answer
ActiveTool of Seo Ai Visibility
Does `<brand>` appear in ChatGPT's answer for `<question>` — runs a prompt through an LLM and returns its answer plus any cited sources/links, for AI-visibility (GEO) analysis: see what an LLM says about a brand, topic, or query and which sources it cites. Example: seo_llm_answer({ user_prompt: "What are the best running shoe brands?", model_name: "gpt-4o", _apiKey: "your-base64-key" })
Parameters schema
{
"type": "object",
"required": [
"user_prompt",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "DataForSEO API key = base64(\"login:password\") from your dataforseo.com account"
},
"model_name": {
"type": "string",
"description": "LLM model to query (default \"gpt-4o\")"
},
"user_prompt": {
"type": "string",
"description": "The prompt/question to ask the LLM, e.g. \"What are the best running shoe brands?\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Seo Ai Visibility
https://github.com/pipeworx-io/mcp-seo-ai-visibility
1/7 registries