lrn2codenow/cac-blue-mcp
If you are the rightful owner of cac-blue-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This repository is designed for AI-assisted development and automation, integrating Codex and other AI tools with an MCP server for the Intermedia Unite Voice API.
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
- Clone this repository
- Install dependencies as needed
- Start developing with AI assistance
License
MIT License - See LICENSE file for details