MCP
Official6 toolsby parse
See how ChatGPT, Claude, Perplexity, and Gemini cite brands, prompts, and sources.
Analyze how AI models cite brands, prompts, and sources across platforms.
Captured live from the server via tools/list.
parse_search
Find brands, organic AI prompts, citation sources, and market niches for marketer research. Use this first when the user names a brand, category, source, or AI visibility question.
Parameters (3)
- querystringrequired
- typesarray
- limitnumber
parse_get_brand
Fetch a concise public marketing brief for one brand, including Parse score, strengths, weak spots, top prompts, citation sources, related brands, and next research questions.
Parameters (1)
- slug_or_idstringrequired
parse_get_prompt
Fetch one public organic prompt by slug when the user wants to inspect the exact AI-search question behind a result.
Parameters (1)
- slugstringrequired
parse_get_stats
Explain the public Parse index scale and freshness: tracked brands, organic prompts, and citation observations.
No parameters.
search
Compatibility alias for parse_search. Use for clients that expect a generic search tool.
Parameters (2)
- querystringrequired
- limitnumber
fetch
Compatibility alias that resolves fetch IDs like brand:stripe or prompt:best-crm into JSON-text results with human-readable text.
Parameters (1)
- idstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@parse-gl/mcp@1.0.0"
]
}
}
}