Utel
FreeNot checkedAn MCP server that wraps the UTEL IP-telephony REST API as MCP tools, enabling LLM agents to make authenticated HTTP requests to the UTEL API via a simple tool
About
An MCP server that wraps the UTEL IP-telephony REST API as MCP tools, enabling LLM agents to make authenticated HTTP requests to the UTEL API via a simple tool interface.
README
An MCP server that wraps the UTEL IP-telephony REST API as MCP tools and documentation resources.
Lets LLM agents discover and call UTEL API endpoints with proper auth baked in.
Built with FastMCP (Python).
Prerequisites
- Python 3.11+
- uv — package manager
Setup
uv sync
Configuration
The server is configured through environment variables (no .env file is loaded automatically):
| Variable | Required | Description |
|---|---|---|
UTEL_API_BASE_URL |
Yes | Base URL of the UTEL API instance (e.g. https://api.cc999.utel.uz/api/v1) |
HTTP_BEARER_TOKEN |
No | Sets an Authorization: Bearer <token> header on every request |
MCP_DEBUG |
No | Set to "true" to log full request payloads to /tmp/mcp_debug.log |
Usage
uv run utel-mcp
This starts the MCP server on stdio transport — it communicates over standard input/output.
Configure your MCP host (Claude Desktop, OpenCode, etc.) to launch it as a stdio subprocess.
Tools
send_request
Sends an authenticated HTTP request to the UTEL API. The path is joined with UTEL_API_BASE_URL.
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
path |
string | — | API path, e.g. /ats/ps-user. Leading slash recommended. |
method |
string | "GET" |
HTTP method (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) |
headers |
object | null |
Extra headers (merged on top of defaults) |
json_data |
object | null |
JSON body |
params |
object | null |
Query parameters |
Returns: Status code + response body as a string.
Pre-configured headers on every request: Accept: application/json, Content-Type: application/json, and Authorization: Bearer <token> (if HTTP_BEARER_TOKEN is set).
Resources (Built-in API Documentation)
The server exposes the full UTEL API reference as MCP resources, so agents can look up endpoint details without leaving the conversation:
| Resource | Description |
|---|---|
utel://api |
Index of all available documentation topics |
utel://api/{topic} |
Documentation for a specific topic |
utel://api/reference |
Full comprehensive API reference (all topics) |
utel://skill |
Same as reference — alias for agent skill context |
Available topics: intro, auth, call-history, statistics, trunks, voice-messages, sip-users, ivr, groups, queues, time-rules, voicemail, smart-redirect, webhooks, extension-ranges.
Source Layout
src/utel_mcp/
├── __init__.py ← MCP server instance, tool/resource registration, entry point
├── config.py ← Environment variable loading
├── utils.py ← Shared helpers (header construction)
├── handlers.py ← Tool and resource implementations
└── docs.py ← Inline API documentation data
License
MIT
Install Utel in Claude Desktop, Claude Code & Cursor
unyly install utel-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add utel-mcp -- uvx --from git+https://github.com/muhammadyusuf-kurbonov/utel-mcp utel-mcpFAQ
Is Utel MCP free?
Yes, Utel MCP is free — one-click install via Unyly at no cost.
Does Utel need an API key?
No, Utel runs without API keys or environment variables.
Is Utel hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Utel in Claude Desktop, Claude Code or Cursor?
Open Utel on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Utel with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
