Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"calltouch": {
"env": {
"CALLTOUCH_TOKEN": "ваш_токен",
"CALLTOUCH_SITE_ID": "ваш_site_id"
},
"args": [
"-y",
"@theyahia/calltouch-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для API Calltouch — коллтрекинг, звонки, лиды, источники, теги, статистика. Stdio + Streamable HTTP.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/calltouch-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/calltouch-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
MCP server for Google Lighthouse performance metrics
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/calltouch-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для API Calltouch — коллтрекинг, звонки, лиды, источники, теги, статистика. Stdio + Streamable HTTP.
{
"mcpServers": {
"calltouch": {
"command": "npx",
"args": ["-y", "@theyahia/calltouch-mcp"],
"env": {
"CALLTOUCH_TOKEN": "ваш_токен",
"CALLTOUCH_SITE_ID": "ваш_site_id"
}
}
}
}
claude mcp add calltouch -e CALLTOUCH_TOKEN=ваш_токен -e CALLTOUCH_SITE_ID=ваш_site_id -- npx -y @theyahia/calltouch-mcp
npx -y @smithery/cli install @theyahia/calltouch-mcp --client claude
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/
| Инструмент | Описание |
|---|---|
get_calls | Список звонков с детализацией: номер, источник, длительность, UTM |
get_statistics | Агрегированная статистика: всего, уникальных, целевых, пропущенных |
get_leads | Список лидов: заявки с сайта, формы обратной связи |
get_sources | Источники трафика: каналы, кампании, эффективность |
get_tags | Теги звонков: категории и метки |
| Скилл | Описание |
|---|---|
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