# IDEAI > IDEAI is a Vietnamese TikTok intelligence service. Its remote MCP server lets AI assistants search TikTok, analyze videos and channels, read verified Markdown knowledge, compare channels, and save user-scoped notes. Use the public MCP endpoint `https://ideai.vn/mcp` with Streamable HTTP. ChatGPT and compatible clients authenticate through OAuth 2.1 authorization-code flow with DCR, PKCE S256, refresh-token rotation, and IDEAI account consent. Clients that support custom headers may instead use `Authorization: Bearer ` with a key created at `https://ideai.vn/wallet/api-keys`. Never place a real key or token in a prompt, public document, or log. For paid analysis, call `ideai_quote_analysis` first. Keep one stable `idempotency_key` when retrying the same request. Poll `ideai_get_analysis` for long-running jobs. Reuse stored analysis when available. Do not invent channels, metrics, comments, transcripts, or conclusions when a tool reports missing evidence. ## MCP - [MCP connection guide](https://ideai.vn/developers/mcp): Human-readable setup, client instructions, authentication, tools, and safe usage. - [Complete LLM reference](https://ideai.vn/llms-full.txt): Full machine-readable IDEAI MCP instructions and tool catalog. - [MCP server manifest](https://ideai.vn/server.json): MCP Registry-compatible remote server definition. - [MCP discovery JSON](https://ideai.vn/mcp/info): Live endpoint, authentication, links, and tool catalog. - [MCP endpoint](https://ideai.vn/mcp): Streamable HTTP MCP endpoint; protected requests accept IDEAI OAuth access tokens or API keys. ## Product - [IDEAI home](https://ideai.vn/): Product overview. - [IDEAI Chrome extension](https://ideai.vn/tien-ich-chrome): Browser extension overview, installation flow, side-panel features, and privacy summary. - [Chrome Web Store listing](https://chromewebstore.google.com/detail/ideai-%E2%80%94-ph%C3%A2n-t%C3%ADch-tiktok/glcfeaakopdfplfapegeodppkggdnogj?hl=vi): Install IDEAI for Chrome. - [Pricing](https://ideai.vn/plans#mcp): MCP credit pricing and packages. - [Public pricing JSON](https://ideai.vn/api/billing/pricing): Current machine-readable credit pricing. - [Privacy](https://ideai.vn/privacy): Privacy policy. - [Terms](https://ideai.vn/general-terms): Terms of use. - [TikTok policy center](https://ideai.vn/chinh-sach-tiktok): Vietnamese creator-focused summary with official TikTok sources, enforcement levels, AI-content labels, copyright, commercial disclosure, TikTok Shop, and advertising guidance. - [TikTok policy JSON](https://ideai.vn/tiktok-policy.json): Structured machine-readable policy summary, assistant rules, review date, and official source URLs. ## Optional - [Support](https://ideai.vn/ho-tro): User support.