← aaaibiz.com

INDIVIDUAL MCP TOOL

check_agent_balance

Check remaining prepaid credits for this agent.

aaaibiz.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.aaaibiz.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_agent_balance and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aaaibiz.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aaaibiz-mcp-server]
url = "https://mcp.aaaibiz.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aaaibiz-mcp-server": {
      "type": "http",
      "url": "https://mcp.aaaibiz.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aaaibiz-mcp-server
Remote MCP URL: https://mcp.aaaibiz.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aaaibiz-mcp-server": {
      "url": "https://mcp.aaaibiz.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aaaibiz-mcp-server": {
      "type": "http",
      "url": "https://mcp.aaaibiz.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aaaibiz-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.aaaibiz.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_services — List all AAAIBiz services with descriptions, IPP eligibility, and use cases.
  • get_pricing — Get AAAIBiz pricing information.
  • check_ipp_eligibility — Check if an organisation type is eligible for Indigenous Procurement Policy (IPP) when procuring from AAAIBiz.
  • get_case_studies — Get AAAIBiz case studies and client outcomes.
  • get_methodology — Get AAAIBiz methodology overview including the Four Foundations and Steward-Driven Operating Model.
  • faq — Search AAAIBiz frequently asked questions.
  • submit_enquiry — Submit an enquiry to AAAIBiz.
  • generate_payment_link — Generate a Stripe payment link for a AAAIBiz service, with bank transfer (PayID) as fallback.