{
  "info": {
    "name": "Textcortex — mcp.ai",
    "description": "REST API for the Textcortex MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/textcortex",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "textcortex_create_product_title",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/product/title",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "product",
            "title"
          ]
        },
        "description": "Tool to generate catchy product titles for listings. Use when you need to create compelling titles for product listings or descriptions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"name\": \"\",\n  \"brand\": \"\",\n  \"model\": \"\",\n  \"category\": \"\",\n  \"keywords\": \"\",\n  \"formality\": \"\",\n  \"max_tokens\": 0,\n  \"description\": \"\",\n  \"source_lang\": \"\",\n  \"target_lang\": \"\",\n  \"temperature\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "textcortex_create_social_media_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/social/media/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "social",
            "media",
            "post"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"mode\": \"\",\n  \"model\": \"\",\n  \"context\": \"\",\n  \"keywords\": \"\",\n  \"formality\": \"\",\n  \"max_tokens\": 0,\n  \"source_lang\": \"\",\n  \"target_lang\": \"\",\n  \"temperature\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "textcortex_create_video_description",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/video/description",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "video",
            "description"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"mode\": \"\",\n  \"model\": \"\",\n  \"title\": \"\",\n  \"context\": \"\",\n  \"keywords\": \"\",\n  \"formality\": \"\",\n  \"max_tokens\": 0,\n  \"source_lang\": \"\",\n  \"target_lang\": \"\",\n  \"temperature\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "textcortex_generate_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "code"
          ]
        },
        "description": "Tool to generate code for a given programming language. Use when you need to create code snippets, functions, or algorithms in specific programming languages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"mode\": \"\",\n  \"text\": \"\",\n  \"model\": \"\",\n  \"max_tokens\": 0,\n  \"temperature\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "textcortex_generate_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "email"
          ]
        },
        "description": "Tool to generate email body and subject based on provided details. Use when you need to compose or personalize an email from a prompt.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"context\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "textcortex_summarize_text",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/summarize/text",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "summarize",
            "text"
          ]
        },
        "description": "Tool to summarize text. Use when you need a concise summary of longer content. Use after confirming the full input text.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"mode\": \"\",\n  \"text\": \"\",\n  \"model\": \"\",\n  \"file_id\": \"\",\n  \"formality\": \"\",\n  \"max_tokens\": 0,\n  \"source_lang\": \"\",\n  \"target_lang\": \"\",\n  \"temperature\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "textcortex_translate_text",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/translate/text",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "translate",
            "text"
          ]
        },
        "description": "Tool to translate text into another language. Use when you need to translate content between different languages. Supports 72+ languages with auto-detection capability.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"text\": \"\",\n  \"model\": \"\",\n  \"max_tokens\": 0,\n  \"source_lang\": \"\",\n  \"target_lang\": \"\",\n  \"temperature\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}