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 |
| OAuth client identifier issued by Intermedia. |
| OAuth client secret. |
| Optional default account identifier for endpoints that require it. |
| Optional override for the Unite Voice API base URL. Defaults to
. |
| Optional override for the OAuth token endpoint. Defaults to
. |
Running the server
Install dependencies and start the server:
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
Clone this repository
Install dependencies as needed
Start developing with AI assistance
License
MIT License - See LICENSE file for details
This server cannot be installed
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.