4SEEN·AI

4seen MCP server

Give any MCP-capable agent — Claude, Cursor, or your own — 4seen's AI-visibility engine as callable tools. The server runs on your machine as a single Python file and talks to our API with your key. Nothing to host.

Install

  1. Download 4seen_mcp.py
  2. pip install mcp httpx (Python 3.10+)
  3. Set FOURSEEN_API_KEY — Pro accounts: request a key from the dashboard agent or upgrade to Pro
  4. Add to your agent (Claude Desktop / claude mcp add):
{
  "mcpServers": {
    "4seen": {
      "command": "python",
      "args": ["/path/to/4seen_mcp.py"],
      "env": { "FOURSEEN_API_KEY": "YOUR_KEY" }
    }
  }
}

The 13 tools

simulate_audiencePersona-by-persona reactions, score, flags and suggested edits for a draft
improve_postRewrite a draft to fix the problems a simulation found
suggest_anglesPredict the strongest angles and opening hooks before drafting
check_community_riskReddit/HN flame and removal risk, likely top comment, verdict
check_citabilityAEO: would an AI assistant cite this? Per-query, with fixes
check_voiceDoes this sound like a specific person or brand? Fidelity + rewrite
critique_creativeStructured critique of creative work against its goal
audit_siteRetrieval audit: can AI engines actually read your site?
query_gapsWhich buyer questions you lose today, and to whom
score_contentScore a page or draft on the citation decision
rewrite_groundedFact-guarded rewrite — refuses to invent claims
verify_panelRe-run the jury on an edit to prove it moved the decision
share_resultPublish a branded, shareable results page

API status: /v1/health · unauthenticated calls return 401 with a contract-shaped error, so you can verify wiring before you have a key.

© 4seen AI · 4seenai.com · Research · FAQ · Pricing