← All WebMCP sites

marketing-tools.info

Productivity & Businesshttps://marketing-tools.info/listed as of 2026-08-03
Free online utilities for digital marketers: UTM builder, QR codes, banner resizing, VAST tester, redirect tracer, and phone/email validation.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 57/100 (C).

Tools

list_marketing_toolsanswerimperative
Список всех бесплатных инструментов marketing-tools.info с адресами страниц. Вызывай первым, чтобы понять, какой инструмент решает задачу пользователя.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
open_marketing_toolactimperative
Открыть страницу инструмента marketing-tools.info. После перехода на странице станут доступны её собственные инструменты WebMCP.
Input schema
{
  "type": "object",
  "properties": {
    "tool": {
      "type": "string",
      "description": "Идентификатор инструмента из list_marketing_tools, например \"utm\" или \"qr\""
    }
  },
  "required": [
    "tool"
  ],
  "additionalProperties": false
}
check_phone_numbersanswerimperative/check-numbers
Проверить российские мобильные номера: валидность, нормализованный формат, оператор и регион по базе DEF-кодов.
Input schema
{
  "type": "object",
  "properties": {
    "numbers": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Список номеров в любом формате, до 10000 штук"
    }
  },
  "required": [
    "numbers"
  ],
  "additionalProperties": false
}
validate_emailsactimperative/check-email
Проверить синтаксис и формат списка e-mail адресов, найти дубликаты и невалидные записи.
Input schema
{
  "type": "object",
  "properties": {
    "emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Список адресов электронной почты"
    }
  },
  "required": [
    "emails"
  ],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.