# Sitespeakai — MCP server on mcp.ai > Connect your Sitespeakai account and use 4 tools for AI chatbots straight from your AI agent. Connect with your own API key. SiteSpeakAI enables businesses to automate customer support by creating custom-trained, embeddable GPT chatbots that provide real-time answers about products and services, reducing support tickets. By: mcp.ai · official Page: https://mcp.ai/sitespeakai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sitespeakai?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/sitespeakai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sitespeakai/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/sitespeakai/skill.md Postman collection (v2.1): https://mcp.ai/sitespeakai/postman.json ## Tools - sitespeakai_get_leads(chatbot_id: string) — Tool to retrieve all leads for your chatbot. Use when you need to access contact information captured through chatbot interactions. - sitespeakai_get_prompts(chatbot_id: string) — Tool to retrieve smart prompts available for a chatbot. Use when you need to list prompts before selecting or managing them. - sitespeakai_get_user() — Tool to retrieve details of the authenticated user account. Use after obtaining a valid bearer token and when you need the current user's profile. - sitespeakai_list_chatbots() — Tool to list all chatbots. Use when you need an overview of every chatbot linked to your account. No parameters required. ## Example prompts - "What can I do in Sitespeakai?" - "Show me a summary of my Sitespeakai account" ## Links Docs: https://mcp.ai/docs/mcps/sitespeakai Website: https://mcp.ai/mcps/sitespeakai