utel-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@utel-mcpfetch call records from the last 24 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
utel-mcp
An MCP server that wraps the UTEL IP-telephony REST API as MCP tools.
Lets LLM agents make authenticated HTTP requests to the UTEL API via a simple MCP tool interface.
Prerequisites
Python 3.11+
uv — package manager
Related MCP server: OpenAPI MCP Server
Setup
uv syncConfiguration
The server is configured through environment variables (no .env file is loaded automatically):
Variable | Required | Description |
| No | Sets an |
| No | JSON string of extra headers (e.g. |
| No | Set to |
Usage
uv run utel-mcpThis 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 HTTP request with the configured auth headers baked in.
Parameters:
Parameter | Type | Default | Description |
| string | — | Target URL |
| string |
| HTTP method |
| object |
| Extra headers (merged on top of configured defaults) |
| object |
| JSON body |
| object |
| Query parameters |
Returns: Status code + response body as a string.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/muhammadyusuf-kurbonov/utel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server