# 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](https://modelcontextprotocol.io) 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:
```bash
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
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