Submit

TehProf Support

@ilay25-coder

MCP server for AI-powered helpdesk management. 28 tools for tickets, knowledge base, analytics, automation, and Bitrix24 CRM. Free tier with 9 tools available without authentication.
Overview

TehProf Support MCP Server

AI-powered helpdesk & ticket management via Model Context Protocol.

MCP Transport License

Quick Start

Connect to the remote MCP server — no installation needed:

{
  "mcpServers": {
    "tehprof-support": {
      "url": "https://support.tehprof.kz/mcp",
      "transport": "streamable-http"
    }
  }
}

For authenticated access (unlocks more tools based on your plan):

{
  "mcpServers": {
    "tehprof-support": {
      "url": "https://support.tehprof.kz/mcp",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Features

  • 28 AI tools for complete helpdesk management
  • Free tier — 9 tools available without authentication
  • Tiered access — tools unlock based on your subscription plan
  • Streamable HTTP transport (MCP spec 2025-03-26)
  • Server discovery via .well-known/mcp.json

Tools by Tier

Free (no API key needed)

ToolDescription
knowledge_searchSearch knowledge base articles
knowledge_readRead a specific article
knowledge_listList all articles by category
onboarding_guideStep-by-step setup guide
onboarding_featuresFeature comparison by plan
demo_create_ticketCreate a demo ticket in sandbox
demo_view_ticketView demo ticket details
demo_workflowSee complete ticket lifecycle
pricing_plansView all pricing plans
pricing_calculateGet personalized plan recommendation
system_healthCheck platform status
system_infoPlatform capabilities and info
system_tenant_infoYour company details
settings_getView tenant settings
settings_updateConfigure available settings
settings_operatorsList team operators

Starter ($20/mo)

ToolDescription
tickets_listList tickets with filters
tickets_getGet ticket details + messages
analytics_dashboardSupport dashboard overview
channels_listList messaging channels
channels_statusCheck channel connection status

Pro ($60/mo)

ToolDescription
tickets_createCreate new tickets
tickets_replyReply to tickets
tickets_updateUpdate ticket status/priority
analytics_slaSLA compliance report
analytics_operatorsOperator performance stats
automation_rules_listList automation rules
automation_rules_createCreate new rules
automation_rules_toggleEnable/disable rules
webhooks_listList outgoing webhooks

Business ($100/mo)

ToolDescription
bitrix_contactsSearch CRM contacts
bitrix_dealsList CRM deals
bitrix_tasksList/filter tasks
bitrix_task_createCreate tasks linked to tickets
bitrix_usersList portal users
channels_configureConfigure messaging channels

Supported AI Clients

Works with any MCP-compatible AI client:

  • Claude Desktop — Add to claude_desktop_config.json
  • Claude Code — Add to .mcp.json or ~/.claude/settings.json
  • Cursor — Configure in MCP settings
  • Cline — Configure in VS Code extension settings
  • Continue.dev — Add to config.json
  • Custom agents — Use @modelcontextprotocol/sdk

Server Discovery

The server exposes a discovery endpoint:

GET https://support.tehprof.kz/.well-known/mcp.json

Returns server capabilities, authentication requirements, and tier descriptions.

What is TehProf Support?

TehProf Support is a SaaS helpdesk platform for IT companies:

  • Multi-tenant — each company gets isolated workspace
  • Multi-channel — WhatsApp, Telegram, Email, Widget, MAX Messenger
  • Multi-CRM — Bitrix24 (native), AmoCRM (coming soon), standalone
  • Multi-language — Russian, Kazakh, English
  • AI assistant — Bot "Dina" with GPT-powered ticket classification
  • Automation — Trigger rules, webhooks, scheduled tasks
  • Analytics — 6 dashboard sections with KPI tracking

API Key

Get your API key from the Support admin panel:

  1. Log in at https://support.tehprof.kz
  2. Go to Settings → API Keys
  3. Create a new MCP key
  4. Use it in the Authorization: Bearer <key> header

License

MIT

Server Config

{
  "mcpServers": {
    "tehprof-support": {
      "url": "https://support.tehprof.kz/mcp",
      "transport": "streamable-http"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.