Skip to main content
Glama

Intermedia Unite Voice MCP Server

by lrn2codenow

cac-blue-mcp

This is a Codex-compatible repository designed for AI-assisted development and automation.

Overview

This repository is configured to work seamlessly with Codex and other AI development tools. It includes standard configuration files and follows best practices for modern development workflows.

Intermedia Unite Voice MCP Server

The repository now includes an MCP server that exposes the Intermedia Unite Voice API. The server provides a general purpose call_intermedia_api tool that can be used to invoke any REST endpoint as well as a refresh_access_token tool for proactively updating cached OAuth credentials.

Configuration

Set the following environment variables before launching the server:

Variable

Description

INTERMEDIA_CLIENT_ID

OAuth client identifier issued by Intermedia.

INTERMEDIA_CLIENT_SECRET

OAuth client secret.

INTERMEDIA_ACCOUNT_ID

Optional default account identifier for endpoints that require it.

INTERMEDIA_BASE_URL

Optional override for the Unite Voice API base URL. Defaults to

https://uniteapi.intermedia.net/calling

.

INTERMEDIA_TOKEN_URL

Optional override for the OAuth token endpoint. Defaults to

https://oauth.uniteapi.com/connect/token

.

Running the server

Install dependencies and start the server:

pip install -e . intermedia-unite-mcp

The server will load configuration from the environment, automatically request OAuth tokens using the client credentials grant, and expose MCP tools for making authenticated API calls.

Features

  • Codex-compatible structure

  • Python and VS Code configuration

  • MIT Licensed

  • Clean development environment

Getting Started

  1. Clone this repository

  2. Install dependencies as needed

  3. Start developing with AI assistance

License

MIT License - See LICENSE file for details

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with Intermedia Unite Voice API through authenticated REST endpoints. Provides tools for making API calls and managing OAuth credentials for voice communication services.

  1. Overview
    1. Intermedia Unite Voice MCP Server
      1. Configuration
      2. Running the server
    2. Features
      1. Getting Started
        1. License

          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/lrn2codenow/cac-blue-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server