← aaaibiz.com
INDIVIDUAL MCP TOOL
generate_payment_link
Generate a Stripe payment link for a AAAIBiz service, with bank transfer (PayID) as fallback.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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-com]
url = "https://mcp.aaaibiz.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aaaibiz-com": {
"type": "http",
"url": "https://mcp.aaaibiz.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aaaibiz-com
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-com": {
"url": "https://mcp.aaaibiz.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aaaibiz-com": {
"type": "http",
"url": "https://mcp.aaaibiz.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aaaibiz-com",
"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.assess_and_quote— Composite pipeline: Check IPP eligibility + get pricing + generate payment link in one call.