> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Billing MCP Tools

> Use DialNexa billing MCP tools through the remote MCP server.

DialNexa billing MCP tools let an MCP-compatible AI client inspect billing plans, pricing, and SIP rates. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Billing MCP Tools

| Tool                                                                        | Safety    | What it does                                                                                |
| --------------------------------------------------------------------------- | --------- | ------------------------------------------------------------------------------------------- |
| [`list_billing_plans`](/docs/mcp-tools/billing/list-billing-plans)               | Read only | Returns the platform's catalog of available billing plans (pricing tiers).                  |
| [`get_billing_plan`](/docs/mcp-tools/billing/get-billing-plan)                   | Read only | Returns details for a single billing plan by ID.                                            |
| [`get_billing_plan_sip_rate`](/docs/mcp-tools/billing/get-billing-plan-sip-rate) | Read only | Returns the organization's current SIP call rate (INR), based on its assigned billing plan. |

## Before you call a tool

Connect with OAuth or a workspace API key and complete MCP initialization first. Use IDs exactly as another DialNexa tool returned them, including prefixes such as `agent_`, `call_`, and `workflow_`.

For operations that change data, verify the target and current state before the call. Billable and destructive tools require extra care because retrying an uncertain result can spend money or repeat an irreversible action.

## Related guides

* [MCP quickstart](/docs/mcp-tools/quickstart)
* [MCP responses and errors](/docs/mcp-tools/errors)
* [MCP connection and authentication](/docs/mcp-tools/overview)
