cac-blue-mcp

lrn2codenow/cac-blue-mcp

3.2

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.

Tools
2
Resources
0
Prompts
0

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:

VariableDescription
INTERMEDIA_CLIENT_IDOAuth client identifier issued by Intermedia.
INTERMEDIA_CLIENT_SECRETOAuth client secret.
INTERMEDIA_ACCOUNT_IDOptional default account identifier for endpoints that require it.
INTERMEDIA_BASE_URLOptional override for the Unite Voice API base URL. Defaults to https://uniteapi.intermedia.net/calling.
INTERMEDIA_TOKEN_URLOptional 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