Zum Hauptinhalt springen
New here? Start with our step-by-step tutorial — build your own agent in 5 minutes.
Agent-Ready API

Built for AI Agents

ChatGPT, Claude, Gemini, Perplexity and autonomous commerce agents can call SGE-SCORE directly — no login, no friction. Free audit + optional $9 Master-Fix (incl. 2 analyses) as JSON.

Agent Discovery Kit

Download the specs and import them into ChatGPT, Claude, or Postman

$0
Audit
$9
Master-Fix (JSON)
2 / 24h
Rate limit

Discovery (three standards)

Google A2A / Anthropic: /.well-known/agent.json
Root fallback: /agent.json
OpenAPI 3.1 spec: /openapi.yaml

Workflow

  1. 1POST /agent-analyze with { url, email, language? } → returns analysis_id
  2. 2GET /agent-analysis-status?id=... every 5s until status: "completed"
  3. 3POST /agent-checkout with { analysis_id, email } → returns Stripe checkout_url
  4. 4After payment: GET /agent-masterfix?session_id=... → full Master-Fix as JSON

Examples (curl)

# 1. Start audit (free)
curl -X POST https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/agent-analyze \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","email":"agent@yourdomain.com","language":"en"}'

# → { "analysis_id": "abc-123", "status": "queued", ... }

# 2. Poll status
curl https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/agent-analysis-status?id=abc-123

# → { "status": "completed", "overall_score": 78, "max_score": 114, "sectors": {...}, "master_fix": {...} }

# 3. Buy Master-Fix ($9)
curl -X POST https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/agent-checkout \
  -H "Content-Type: application/json" \
  -d '{"analysis_id":"abc-123","email":"agent@yourdomain.com"}'

# → { "checkout_url": "https://checkout.stripe.com/...", "session_id": "cs_..." }
# Redirect user to checkout_url. After payment, Stripe redirects back to /agents?session_id=...

# 4. Retrieve Master-Fix
curl https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/agent-masterfix?session_id=cs_...

# → { "master_fix_prompt": "## CRITICAL...", "format": "markdown", ... }

# BONUS: Search the knowledge base (free, no auth)
curl "https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/agent-knowledge-search?q=product+schema&limit=5"

# → { "results": [{ "name": "Product", "json_ld_example": "...", ... }] }

ChatGPT Custom GPT (3 minutes)

  1. 1. Open ChatGPT GPT Builder
  2. 2. Configure → Actions → Import from URL
  3. 3. Paste this OpenAPI schema URL:
https://sge-score.com/openapi.yaml

No API key required. ChatGPT will auto-discover all 5 endpoints.

Claude Project / Anthropic Tool Use

Add this tool definition to your Claude Project:

{
  "name": "audit_landing_page",
  "description": "Audit a landing page for AI/SGE readiness against 57 Google patent checkpoints. Returns score 0-114, failed checkpoints, and an optional $9 Master-Fix.",
  "input_schema": {
    "type": "object",
    "properties": {
      "url": { "type": "string", "format": "uri" },
      "email": { "type": "string", "format": "email" }
    },
    "required": ["url", "email"]
  },
  "url": "https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/agent-analyze"
}

FAQ

Do I need an API key?

No. The SGE-SCORE Agent API is open. Protection is via rate limits per email AND IP hash.

What does the audit cost?

The audit is free (max 2 per 24h per email+IP). The Master-Fix costs $9 one-time and includes 2 analyses.

How do I wire up the MCP server?

Add the URL https://jhocisiphtyopyxrahgo.supabase.co/functions/v1/mcp to Cursor, Claude Desktop or Windsurf.

Which languages are supported?

Audit reports in German, English, Spanish and French via language: 'de' | 'en' | 'es' | 'fr'.

Higher volume, dedicated limits, or white-label? info@sge-score.com

What is SGE?

Search Generative Experience (SGE) is the AI future of Google. Instead of just showing links, Google now generates direct answers using Large Language Models. Websites need to structure their content so it can be optimally understood and cited by these AI systems. SGE-SCORE measures exactly this readiness based on real Google patents.

SGE-SCORE

V2.7 – Jun 2026

Patent-verified SGE audit for the future of search.

Security

Powered by Stripe

Secure payment processing

SSL Encrypted

256-bit TLS encryption

© 2026 SGE-SCORE. All rights reserved.

    🍪 Wir verwenden Cookies

    Wir nutzen Cookies und Tools wie Google Analytics 4 (Statistik, anonymisierte IP) und Plausible (cookie-freie Reichweitenmessung), um die Website zu verbessern. Einige sind technisch notwendig, andere setzen wir nur mit Ihrer Einwilligung ein. Ohne Zustimmung werden keine Daten an Google übertragen. Mehr erfahren