FOR AI ASSISTANTS & AGENTS
Manage your AI agent from Claude or ChatGPT
AI Web GPT ships a remote MCP server, so your AI assistant can operate your customer-service agent for you: spot the questions it couldn't answer, draft the missing content, add it to the knowledge base, and re-sync your site — all from one conversation. See how the two-way flow works →
Connect from Claude
- Open claude.ai → Settings → Connectors → Add custom connector
- Paste the server URL below and click Connect
- Sign in with your AI Web GPT account when prompted
https://mcp-server-kpgyjzyfka-uc.a.run.app/mcp
Requires Claude Pro, Max, Team, or Enterprise.
Connect from ChatGPT
- Open ChatGPT → Settings → Connectors → Advanced → enable Developer mode
- Add a connector with the server URL below, choosing OAuth
- Sign in with your AI Web GPT account when prompted
https://mcp-server-kpgyjzyfka-uc.a.run.app/mcp
Requires ChatGPT Plus, Pro, Business, or Enterprise.
Connect from Claude Code or Cursor
Generate an API key in your dashboard (Connect your AI assistant), then:
Claude Code
claude mcp add --transport http aiwebgpt https://mcp-server-kpgyjzyfka-uc.a.run.app/mcp --header "Authorization: Bearer YOUR_API_KEY"
Cursor (.cursor/mcp.json)
{
"mcpServers": {
"aiwebgpt": {
"url": "https://mcp-server-kpgyjzyfka-uc.a.run.app/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}What your assistant can do
See what your agent says
ask_agent— Ask a question exactly as a website visitor would, and get the same answer back.get_crawl_status— How many pages are indexed, and when they were last read.list_knowledge_files— Everything in the knowledge base — crawled pages and anything you added.
Find out what customers wanted
list_recent_questions— Recent visitor questions with a preview of each answer.get_unanswered_questions— The ones your agent couldn't answer. These are your content gaps, straight from real customers.
Close the gaps
add_knowledge(paid plans) — Write an FAQ, policy or product detail straight into the knowledge base. Used on the next question.recrawl_site— Re-read your website after you publish a change.
Try this conversation
You: What questions couldn't my agent answer this week?
Assistant: 9 visitors asked about your return policy for sale items…
You: Draft a clear FAQ for that and add it to my agent's knowledge.
Assistant: Done — added "Return Policy FAQ". Your agent now answers those questions.
One conversation: gap found, content written, knowledge deployed. No dashboard needed.
Not using an MCP client?
The same seven capabilities are available over plain HTTP, so a script, a backend, or a CRM can use them without speaking MCP. See the REST API →
Security
Access is scoped to your account's site only. Chat apps connect with OAuth 2.1 (PKCE) using your AI Web GPT login; developer tools use API keys you can revoke anytime in the dashboard. See our security practices.