MCP Tools
MCP Tools
16 Model Context Protocol tools for auditing, content creation, and publishing - accessible from Claude Code, Cursor, or any MCP-compatible client.
What is MCP
The Model Context Protocol (MCP) lets AI agents call tools directly. The AEO Content AI MCP server exposes 16 tools for auditing, content creation, and publishing - all accessible from Claude Code, Cursor, or any MCP-compatible client.
Installation
For Claude Code, add to your project's .claude/settings.json:
For Cursor, add to .cursor/mcp.json:
The MCP server connects directly to Supabase for real-time data access. You need both an API key and Supabase credentials.
Available Tools
All 16 tools are grouped into four categories. Click a tool name to see full parameter documentation and usage examples.
Audit Tools(5)
| Tool | Description |
|---|---|
aeo_search_audits | Search published audits by domain, sector, or score range |
aeo_get_audit | Get full audit with scorecard, findings, and fix prompts |
aeo_get_audit_status | Check audit job status (pending through completed) |
aeo_request_reaudit | Queue a fresh re-audit after making fixes |
aeo_get_benchmarks | Get sector/category benchmark averages |
Visibility Tools(1)
| Tool | Description |
|---|---|
aeo_search_visibility | Search visibility reports by domain or engine |
Content Tools(5)
| Tool | Description |
|---|---|
aeo_list_topics | List content topics with status filter |
aeo_create_topic | Create new content topic |
aeo_update_topic_status | Approve, reject, or archive a topic |
aeo_save_article | Save article draft to pipeline |
aeo_publish_article | Publish article and update status |
Client Tools(5)
| Tool | Description |
|---|---|
aeo_get_client_profile | Get client audit data, voice profile, CMS connection |
aeo_upsert_client_author | Create/update domain voice profile |
aeo_save_client_article | Save client article with domain tracking |
aeo_publish_to_cms | Publish article to client CMS (Webflow, etc.) |
aeo_cms_list_content | List existing CMS content for deduplication |
Server Info
| Server name | aeo-content |
| Version | 0.1.0 |
| Transport | stdio (standard input/output) |