# Chatfai — MCP server on mcp.ai > Connect your Chatfai account and use 3 tools for AI chatbots straight from your AI agent. Connect with your own API key. ChatFAI is an AI-powered platform that enables users to engage in interactive conversations with AI-generated versions of their favorite fictional characters from various media. By: mcp.ai · official Page: https://mcp.ai/chatfai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_chatfai?ms=1787293560000 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/chatfai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/chatfai/ 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/chatfai/skill.md Postman collection (v2.1): https://mcp.ai/chatfai/postman.json ## Tools - chatfai_get_public_character_by_id(id: string) — Tool to retrieve a public character by its ID. Use when you need to fetch details of a single public character by providing its unique ID. - chatfai_list_chatfai_conversations(limit?: integer, cursor?: string) — Tool to list conversations for the authenticated user. Use when you need to retrieve the user's chat conversations or verify authentication status. - chatfai_search_characters(q: string) — Tool to search for public characters on ChatFAI by name or keyword. Use when you need to find characters matching a specific search query. ## Example prompts - "What can I do in Chatfai?" - "Show me a summary of my Chatfai account" ## Links Docs: https://mcp.ai/docs/mcps/chatfai Website: https://mcp.ai/mcps/chatfai