dokeo

rasulshaikh/dokeo
★ 0 stars Python API Integration Updated today
Pre-publish content quality gate (SEO, AEO, GEO). 17 content types, MCP server, FastAPI + CLI + webhook. Multi-tenant.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dokeo": {
      "command": "uvx",
      "args": [
        "dokeo"
      ]
    }
  }
}

Or install with pip: pip install dokeo

README Excerpt

Pre-publish content quality gate for SEO, AEO, and GEO. Scores every post, email, video script, and AI output against 8 core checks before it ships. Dokeo ships as four parallel surfaces that all hit the same gate engine: | Surface | Port / Transport | Best for | |---|---|---| | **FastAPI service** | `http://host:8000/api/v1/*` | Programmatic integrations, webhooks |