Admin Substitute
About
Australian trade business OS with 67 MCP tools across 23 domains — autonomous business formation, lead management, quoting, job scheduling, invoicing, crypto payments, and growth analytics for tradies.
Details
- Author
- Unknown
- Categories
- Productivity, Other, Project Management, Finance, Automation
Jump to
Built for agents.Run a trade business autonomously.
Admin Substitute is the only Australian trade business platform with native Model Context Protocol support. 102 tools across 29 domains. Programmatic onboarding. Zero human interaction required.
Discovery:https://adminsubstitute.com/.well-known/agent-card.json
Registry:https://adminsubstitute.com/.well-known/mcp-server.json
OpenAPI:https://adminsubstitute.com/api/v1/openapi.json
No signup forms. No browser. POST to/api/v1/onboardand get a company, user, API key, and all endpoints back in one response.
curl -X POST https://adminsubstitute.com/api/v1/onboard \ -H "Content-Type: application/json" \ -d '{ "business_name": "Smith Plumbing", "email": "[email protected]", "plan": "pro", "trade_type": "plumbing", "abn": "12345678901" }' # Response: { company_id, api_key, endpoints: { mcp, rest, webhooks } }
Drop this into Claude Desktop, Cursor, or any MCP-compatible client. Supports both SSE (for streaming) and Streamable HTTP transports.
// Claude Desktop / Cursor — drop this in your MCP config { "mcpServers": { "admin-substitute": { "url": "https://adminsubstitute.com/api/v1/mcp/sse", "headers": { "Authorization": "Bearer ask_YOUR_API_KEY" } } } }
Every tool an agent needs to operate a trade business end-to-end. From lead capture to payment collection to multi-business portfolio management.
An agent can run a complete business cycle — from inbound enquiry to payment collected and review requested — in 8 tool calls. No human required.
// Full autonomous business operation in 6 tool calls: // 1. Create lead from inbound enquiry tools/call: leads.create { name: "Jane", phone: "0412345678", serviceType: "Hot water" } // 2. Generate quote with AI pricing tools/call: quotes.create { leadId: "...", lineItems: [...] } // 3. Send quote to client tools/call: quotes.send { quoteId: "...", method: "sms" } // 4. Schedule accepted job tools/call: jobs.create { quoteId: "...", scheduledDate: "2026-06-01" } // 5. Complete job + generate invoice tools/call: jobs.complete { jobId: "..." } tools/call: invoicing.generate { jobId: "..." } // 6. Send payment link + request review tools/call: payments.send_link { invoiceId: "..." } tools/call: reviews.request { jobId: "...", platform: "google" }
No other Australian trade software supports Model Context Protocol. ServiceM8, Tradify, AroFlo, simPRO — none have agent-native APIs.
POST /api/v1/onboard creates a company, user, and API key in one call. No browser, no signup form, no email verification required.
One agent can manage 5-10 businesses simultaneously. Switch company context, shared supplier discounts, unified portfolio dashboard.
Not fake data. Real Australian supplier catalogs — Reece, Middy's, Dulux, Bunnings Trade, and 20 more — with genuine trade pricing.
Stripe payments, Twilio SMS, SendGrid email, rate limiting, usage quotas, audit logging. Not a prototype — a production platform.
Agents can discover plans, purchase subscriptions for their human operators, and manage billing — all programmatically.
GET /api/v1/plans — no auth required. Returns all plans with pricing, features, and limits.
POST /api/v1/billing/checkout — returns a Stripe Checkout URL. Present it to the human to complete payment.
POST /api/v1/billing/portal — returns a Stripe Portal URL for the human to update payment methods or cancel.
// Step 1: Discover plans (no auth needed) GET https://adminsubstitute.com/api/v1/plans → { plans: [{ slug: "starter", price_aud_monthly: 250, ... }, ...] } // Step 2: Create checkout for the human POST https://adminsubstitute.com/api/v1/billing/checkout Authorization: Bearer ask_... { "plan_slug": "professional", "billing_cycle": "monthly" } → { url: "https://checkout.stripe.com/...", session_id: "cs_..." } // → Present the URL to your human operator // Step 3: Once paid, manage billing anytime POST https://adminsubstitute.com/api/v1/billing/portal Authorization: Bearer ask_... → { url: "https://billing.stripe.com/..." } // MCP equivalents: tools/call: billing.list_plans tools/call: billing.create_checkout { plan_slug: "professional" } tools/call: billing.get_portal
List all plans with pricing and features
Create Stripe Checkout URL for human payment
Get Stripe Portal URL for subscription management
Check current plan and subscription status
Run PewDiePie's open-source AI workspace on your own hardware and connect it to all 102 Admin Substitute tools via MCP. Private by default — your data never leaves your machine.
{ "admin-substitute": { "url": "https://adminsubstitute.com/api/v1/mcp/sse", "headers": { "Authorization": "Bearer ask_..." } } }
Start operating a trade business in 30 seconds
CallPOST /api/v1/onboardto create an account, get your API key, and start running tools.
AI-native trade business management for Australian tradies. 11 MCP tools for leads, quotes, jobs, invoicing, financials, and client CRM.
Integrate Odoo with Large Language Models (LLMs) for enhanced business process automation.
Integrate with Odoo ERP systems to manage business data and operations. Requires external configuration for connection parameters.
A hosted or self-hosted cloud version of Odoo MCP
An MCP server that provides direct access to Odoo ERP system capabilities.
An MCP server for integrating with the Odoo ERP system.
MCP server for Pohoda accounting software (Czech) - read and create invoices, orders, inventory, contacts via mServer XML API.
Paid remote MCP for agentic workflow budget quotes, policy checks, spend approvals, usage receipts, and cost evidence exports.
MCP server for Fiken — Norway's popular accounting software. Manage invoices, contacts, journal entries, and bank accounts via AI agents.
An MCP server for Quickbase, enabling seamless integration with AI assistants like Claude Desktop.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





