Overview
The Writesonic MCP (Model Context Protocol) server lets you query your GEO analytics data directly from Claude conversations. Ask questions about brand visibility, citations, sentiment, and competitor performance across 10+ AI platforms — all without leaving your AI assistant. Server URL:What You Can Do
- Track brand visibility across ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews, and more
- Analyze citations — see where and how often AI platforms reference your brand
- Monitor sentiment — understand how AI models describe your brand
- Compare against competitors — benchmark share of voice, citation share, and visibility scores
- Explore prompts — discover which search queries mention your brand
- Slice data by dimensions — market, model, topic, date, website, and more
Connection Methods
| Platform | How to Connect |
|---|---|
| Claude.ai | Settings > MCP Servers > Add https://mcp.writesonic.com/mcp |
| Claude Desktop | Add to claude_desktop_config.json (see Setup Guide) |
| Claude Code | claude mcp add writesonic --transport streamable-http https://mcp.writesonic.com/mcp |
How It Works
- Connect — Add the Writesonic MCP server URL to your Claude client
- Authenticate — Sign in with your Writesonic account via OAuth when prompted
- Query — Ask Claude about your GEO data in natural language
Example Conversation
You: Show me my brand’s visibility score trend over the last 3 months, broken down by AI platform. Claude: Let me pull that data from Writesonic. I’ll query the performance report grouped by model and date… Claude callsget_all_projects, thenquery_performance_reportwith dimensions["model", "date"]
Requirements
- A Writesonic account with an active Business plan
- At least one project with tracked prompts configured in your Writesonic dashboard
Available Tools
The MCP server exposes 13 read-only tools. See the Tools Reference for full details.| Tool | Description |
|---|---|
get_all_projects | List all accessible projects (call this first) |
get_all_prompts | Browse tracked search queries with visibility scores |
get_all_topics | Get topic categories grouping related prompts |
get_all_tags | Get custom tag labels for filtering |
get_all_citations | Get individual citation URLs |
get_all_websites | Get tracked websites (brand + competitors) |
get_all_keywords | Get keywords found in AI responses |
get_all_models | Get tracked AI platforms |
get_all_markets | Get tracked geographic markets |
get_all_domains | Get citing domains (aggregated by domain) |
query_performance_report | Aggregated visibility and share of voice metrics |
query_citation_report | Aggregated citation counts and domain analysis |
query_sentiment_report | Sentiment analysis and keyword occurrence metrics |
Next Steps
Setup Guide
Platform-specific setup instructions
Tools Reference
Detailed tool parameters and responses
Use Cases & Examples
Real-world prompts and workflows
GEO API Reference
REST API documentation
