seo_llm_answer
Pack: seo-ai-visibility · Endpoint: https://gateway.pipeworx.io/seo-ai-visibility/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
user_prompt | string | yes | The prompt/question to ask the LLM, e.g. “What are the best running shoe brands?” |
model_name | string | no | LLM model to query (default “gpt-4o”) |
_apiKey | string | yes | DataForSEO API key = base64(“login:password”) from your dataforseo.com account |
Example call
curl -X POST https://gateway.pipeworx.io/seo-ai-visibility/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"seo_llm_answer","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"seo-ai-visibility": {
"url": "https://gateway.pipeworx.io/seo-ai-visibility/mcp"
}
}
}
See Getting Started for client-specific install steps.