General Tools
aaaibiz.com
Provides information on AAAIBiz services, pricing, eligibility, case studies, and methodology for business procurement.
ENDPOINT 1
https://mcp.aaaibiz.com/api/mcp
MCP server metadata
- Name
- aaaibiz-mcp-server
- Version
- 3.1.0
Known tools 25
get_servicesList all AAAIBiz services with descriptions, IPP eligibility, and use cases.
Inferred read-onlycheck_ipp_eligibilityCheck if an organisation type is eligible for Indigenous Procurement Policy (IPP) when procuring from AAAIBiz.
Inferred read-onlyget_methodologyGet AAAIBiz methodology overview including the Four Foundations and Steward-Driven Operating Model.
Inferred read-onlygenerate_payment_linkGenerate a Stripe payment link for a AAAIBiz service, with bank transfer (PayID) as fallback.
Potential side effectsassess_and_quoteComposite pipeline: Check IPP eligibility + get pricing + generate payment link in one call.
Potential side effectscheck_procurement_complianceNEW TOOL (June 2026): Detailed Indigenous Procurement Policy (IPP) compliance assessment for a specific procurement opportunity.
Inferred read-onlyassess_ai_securityNEW TOOL (June 2026): OWASP-aligned AI security assessment for any AI system.
Inferred read-onlyai_impact_assessmentNEW TOOL: DTA-framework-aligned AI impact assessment for ANY Australian organisation (federal/state government, corporate, small business, public-facing).
Inferred read-onlyget_usage_reportView tool call history and spending breakdown for this agent over the last N days.
Inferred read-onlyquery_org_insightsQuery AI-powered insights about an organization — readiness, compliance, opportunities, or full analysis.
Inferred read-onlyget_refinery_statusCheck document processing status for an organization in the data refinery.
Inferred read-onlyget_referral_statsGet detailed referral statistics with event history for a partner code.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aaaibiz.com was fetched 2026-07-31T14:01:13.239Z and is being refreshed.
aaaibiz.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.