1. Conduid
  2. Blockchain
  3. io.github.theYahia/calltouch-mcp
MCP server · Blockchain

io.github.theYahia/calltouch-mcp

MCP server for Calltouch API — call tracking, call statistics. Token auth.

Unclaimed blockchain
37Low

Scored 5 months ago · breakdown

About io.github.theYahia/calltouch-mcp

io.github.theYahia/calltouch-mcp is an MCP server in the Blockchain category: mCP server for Calltouch API — call tracking, call statistics. Token auth. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-theyahia-calltouch-mcp -- npx -y @theyahia/calltouch-mcp
npx
npx -y @theyahia/calltouch-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.theYahia/calltouch-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.theYahia/calltouch-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

@theyahia/calltouch-mcp

MCP-сервер для API Calltouch — коллтрекинг, звонки, лиды, источники, теги, статистика. Stdio + Streamable HTTP.

npm

Установка

Claude Desktop

{
  "mcpServers": {
    "calltouch": {
      "command": "npx",
      "args": ["-y", "@theyahia/calltouch-mcp"],
      "env": {
        "CALLTOUCH_TOKEN": "ваш_токен",
        "CALLTOUCH_SITE_ID": "ваш_site_id"
      }
    }
  }
}

Claude Code

claude mcp add calltouch -e CALLTOUCH_TOKEN=ваш_токен -e CALLTOUCH_SITE_ID=ваш_site_id -- npx -y @theyahia/calltouch-mcp

Smithery

smithery badge

npx -y @smithery/cli install @theyahia/calltouch-mcp --client claude

Streamable HTTP

npx @theyahia/calltouch-mcp --http
# POST http://localhost:3000/mcp
# GET  http://localhost:3000/health

Порт настраивается через PORT=8080.

Авторизация

Переменная Описание
CALLTOUCH_TOKEN API-токен из личного кабинета Calltouch (обязательно)
CALLTOUCH_SITE_ID ID сайта в Calltouch (обязательно)

Base URL: https://api.calltouch.ru/calls-service/RestAPI/

Инструменты (5)

Инструмент Описание
get_calls Список звонков с детализацией: номер, источник, длительность, UTM
get_statistics Агрегированная статистика: всего, уникальных, целевых, пропущенных
get_leads Список лидов: заявки с сайта, формы обратной связи
get_sources Источники трафика: каналы, кампании, эффективность
get_tags Теги звонков: категории и метки

Скиллы (2)

Скилл Описание
skill_calls_today Звонки за сегодня — быстрый отчёт
skill_sources Эффективность источников — топ по звонкам

Примеры запросов

Покажи все звонки за сегодня
Какая статистика звонков за последнюю неделю?
Какие лиды пришли за март?
Какие источники самые эффективные?
Покажи теги за этот месяц

Разработка

npm install
npm test
npm run dev          # stdio
npm run dev:http     # HTTP на порту 3000

Реферальная программа

Calltouch предлагает реферальную программу: 15% пожизненно с каждого приведённого клиента. Подробности: calltouch.ru/partners

Лицензия

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About io.github.theYahia/calltouch-mcp

How do I install io.github.theYahia/calltouch-mcp?

Run claude mcp add io-github-theyahia-calltouch-mcp -- npx -y @theyahia/calltouch-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.theYahia/calltouch-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.theYahia/calltouch-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.