Maxio MCP Implementation
About
Maxio MCP Implementation is a Docker-based Model Context Protocol (MCP) server that integrates Claude with the Maxio (SaaSOptics) subscription billing platform. It allows developers and billing teams to manage customers, contracts, transactions, invoices, payments, items, and…
Details
- Author
- banner-dev
- Downloads
- 186
- Categories
- Other
Jump to
- Docker-based, one-line or manual installation
- Smithy-based API modeling and code generation
- Access to Customers, Contracts, Transactions, Invoices, Payments, Items, and Revenue resources
- Auto‑start and auto‑shutdown when used with Claude
- Automated health checks and container restart
- Configurable port, log level, and idle timeout
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Maxio MCP ImplementationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install using the one-line install command (curl -s https://raw.githubusercontent.com/banner-dev/maxio-mcp/main/install.sh | bash) or run manually with docker run providing MAXIO_BASE_URL and MAXIO_API_TOKEN environment variables. In Claude, connect to http://localhost:3000/mcp-endpoint using Bearer token authentication with the same API token.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"maxio mcp implementation": {
"maxio-mcp": {
"command": "docker",
"args": [
"pull",
"ghcr.io/banner-dev/maxio-mcp:latest"
]
}
}
}
}
McpServers
{
"maxio-mcp": {
"command": "docker",
"args": [
"pull",
"ghcr.io/banner-dev/maxio-mcp:latest"
]
}
}
Maxio MCP Implementation
This repository contains a robust Docker-based solution for the Maxio Model Context Protocol (MCP). This approach leverages Smithy for API modeling and code generation.
Quick Start Guide (One Line Install)
The easiest way to install and run the Maxio MCP is to use our one-line install command:
curl -s https://raw.githubusercontent.com/banner-dev/maxio-mcp/main/install.sh | bash
This script will:
1. Pull the latest Maxio MCP image
2. Handle any existing containers
3. Set up everything for Claude to automatically start/stop the container
Alternative Installation (Fixed Version)
If you experience issues with the standard installation, you can use our fixed version with enhanced stability:
curl -s https://raw.githubusercontent.com/banner-dev/maxio-mcp/main/build-fixed.sh | bash
This will:
1. Build a custom Docker image with all dependencies properly installed
2. Start the container with the fixed configuration
3. Ensure netcat and other required tools are available
Authentication Setup
First, generate the necessary authentication token from Maxio:
1. Go to your Maxio admin portal
2. Navigate to Settings → API Keys
3. Create a new API token, name it
4. Copy the token immediately
Manual Installation
If you prefer to install manually, you can use these commands:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



