How to Use the Belong Australia MCP in Claude Code
Pipe Belong Australia billing and usage data straight into your terminal. Claude Code handles telecom monitoring from the command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Belong Australia MCP to Claude Code
Create your Vinkius account to connect Belong Australia to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate usage checks in the terminal
The `get_usage_data` tool outputs raw byte consumption for any mobile or broadband plan. You can wrap this in a daily cron job where the agent checks your remaining data and fires a Slack alert if you drop below a specific threshold. Finding the right plan happens automatically. Running `list_services` grabs the active IDs, allowing your shell scripts to loop through multiple accounts without hardcoding service numbers.
Manage invoices via MCP Server
Piping `list_invoices` into your workflow returns an array of recent billing statements. If your accounting script needs the actual files, the agent runs `get_invoice_pdf` to extract the secure download URLs. This setup replaces manual portal logins. You trigger a headless command at the end of the month, and the agent pulls the invoice links, formats them into a CSV, and saves the output locally.
Track balances and hardware orders
Calling `get_account_balance` fetches the current amount due directly to your standard output. When you need to verify which card will be charged, `list_payment_methods` returns the masked billing profiles attached to the account. Monitoring shipments works the same way. Firing `list_orders` followed by `get_order_details` lets your AI client check the exact status of a replacement router and pipe that update into your system logs.
Set up Belong Australia MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seebelong-australia-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Belong Australia transactions." It will automatically discover and invoke the available Belong Australia tools.
claude mcp add --transport http belong-australia-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Belong Australia MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Belong Australia MCP today
We host it, we monitor it, we maintain it. You just paste one token.