# Textcortex — MCP server on mcp.ai > Connect your Textcortex account and use 7 tools for artificial intelligence straight from your AI agent. Connect with your own API key. TextCortex offers an AI-powered text generation API that enables developers to integrate advanced language models into their applications for tasks such as content creation, paraphrasing, and more. By: mcp.ai · official Page: https://mcp.ai/textcortex ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_textcortex?ms=1787293380000 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/textcortex/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/textcortex/ 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/textcortex/skill.md Postman collection (v2.1): https://mcp.ai/textcortex/postman.json ## Tools - textcortex_create_product_title(n?: integer, name?: string, brand?: string, model?: string, category?: string, keywords?: string[], formality?: string, max_tokens?: integer, description?: string, source_lang?: string, target_lang?: string, temperature?: number) — Tool to generate catchy product titles for listings. Use when you need to create compelling titles for product listings or descriptions. - textcortex_create_social_media_post(n?: integer, mode: string, model?: string, context: string, keywords?: string[], formality?: string, max_tokens?: integer, source_lang?: string, target_lang?: string, temperature?: number) — Tool to generate engaging social media posts for Twitter and LinkedIn. Use when you need to create platform-specific content with appropriate tone, length, and formatting. - textcortex_create_video_description(n?: integer, mode?: string, model?: string, title: string, context: string, keywords?: string[], formality?: string, max_tokens?: integer, source_lang?: string, target_lang?: string, temperature?: number) — Tool to generate compelling video descriptions for YouTube or other platforms. Use when you need to create optimized descriptions that include context, keywords, and target audience information. - textcortex_generate_code(n?: integer, mode: string, text: string, model?: string, max_tokens?: integer, temperature?: number) — Tool to generate code for a given programming language. Use when you need to create code snippets, functions, or algorithms in specific programming languages. - textcortex_generate_email(context: string) — Tool to generate email body and subject based on provided details. Use when you need to compose or personalize an email from a prompt. - textcortex_summarize_text(n?: integer, mode?: string, text?: string, model?: string, file_id?: string, formality?: string, max_tokens?: integer, source_lang?: string, target_lang?: string, temperature?: number) — Tool to summarize text. Use when you need a concise summary of longer content. Use after confirming the full input text. - textcortex_translate_text(n?: integer, text: string, model?: string, max_tokens?: integer, source_lang?: string, target_lang: string, temperature?: number) — Tool to translate text into another language. Use when you need to translate content between different languages. Supports 72+ languages with auto-detection capability. ## Example prompts - "What can I do in Textcortex?" - "Show me a summary of my Textcortex account" ## Links Docs: https://mcp.ai/docs/mcps/textcortex Website: https://mcp.ai/mcps/textcortex