Quick Start
Get running in under 30 seconds. No browser, no dashboard. Pure API.
// Claude Desktop / Cursor config (SSE transport)
{
"mcpServers": {
"admin-substitute": {
"url": "https://adminsubstitute.com/api/v1/mcp/sse",
"headers": {
"Authorization": "Bearer ask_YOUR_API_KEY"
}
}
}
}
// Alternative: Streamable HTTP transport
// "url": "https://adminsubstitute.com/api/v1/mcp"
// "transport": "streamable-http"# Probe the server (no auth needed)
curl -X POST https://adminsubstitute.com/api/v1/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2025-11-25",
"capabilities": {},
"clientInfo": { "name": "my-agent", "version": "1.0" }
}
}'102 MCP Tools Across 29 Domains
Full trade business lifecycle via Model Context Protocol. An agent can run a trade business end-to-end: capture leads → quote → schedule → complete → invoice → collect reviews → track analytics.
leads.listREADList & filter leads/prospects
leads.createWRITECreate new leads via API
leads.updateWRITEUpdate lead status & details
quotes.listREADList quotes with line items
quotes.createWRITEDraft quotes for leads
quotes.updateWRITEUpdate quote status/details
quotes.sendWRITESend quote to client via SMS/email
quotes.ai_price_suggestionREADAI-powered pricing from your price book data
jobs.listREADList jobs & schedules
jobs.createWRITESchedule new jobs
jobs.updateWRITEProgress jobs through pipeline
jobs.completeWRITEMark job done + trigger reviews
jobs.send_etaWRITENotify client you're en route
invoicing.generateWRITECreate invoice + payment link
invoicing.chaseWRITEAuto-chase overdue invoices (3-tier escalation)
invoicing.recoveryREADTrack recovered revenue from chase reminders
cashflow.forecastREAD30-day cash flow forecast with weekly breakdown
jobs.profit_summaryREADPer-job profit analysis by service type
reviews.requestWRITERequest Google/Hipages review
reviews.platformsREADView configured review links
services.listREADService catalog with pricing
services.createWRITEAdd service to catalog
services.updateWRITEEdit service details/pricing
analytics.financialsREADRevenue & conversion metrics
analytics.detailedREADFull business analytics
analytics.dashboardREADQuick business overview
reminders.createWRITESchedule follow-up reminders
reminders.listREADView upcoming reminders
comms.listREADSMS & email message history
clients.listREADCRM client list with history
billing.usageREADCheck API usage vs limits
billing.statusREADPlan, features & billing status
billing.list_plansREADList all plans with pricing
billing.create_checkoutWRITECreate Stripe Checkout for human
billing.get_portalREADGet billing portal URL
ecosystem.referral_linkREADGet referral link for commission
comms.send_smsWRITESend SMS to client via Twilio
comms.send_emailWRITESend email to client via SendGrid
webhooks.subscribeWRITERegister outbound webhook listener
webhooks.unsubscribeWRITERemove webhook subscription
webhooks.listREADList all registered webhooks
pricebook.searchREADSearch 930+ supplier products
pricebook.importWRITEImport catalog items to company
payments.send_linkWRITEGenerate & send payment link
operator.switch_companyWRITESwitch active company context
operator.get_portfolioREADList portfolio companies & metrics
operator.get_shared_suppliersREADView shared supplier discounts
operator.dashboardREADUnified multi-company dashboard
formation.guided_setupREADIntelligent business formation engine. Personalised plan with AI-vs-human tasks
formation.recommend_tradeREADAI trade recommendation engine. Budget + goals → ranked top 5 trades
formation.simulate_businessREAD12-month financial simulator with AU tax, GST, super
formation.requirementsREADTrade licensing + trade insights + gov portal links
formation.checklistREADBusiness setup compliance checklist
formation.fundingREADGovernment funding programs for trades
formation.demand_hotspotsREADSuburb-level demand heatmap data
formation.location_scoreREADScore a location for trade viability
lifecycle.assessREADBusiness lifecycle stage assessment
hiring.capacity_analysisREADAnalyse team capacity vs workload
hiring.readiness_scoreREADScore readiness to hire next employee
hiring.cost_calculatorREADFull cost of hiring (super, WC, training)
hiring.apprentice_workflowREADEnd-to-end apprentice onboarding steps
hiring.compliance_checklistREADEmployment compliance requirements
funding.eligibility_scanREADScan government grant eligibility
funding.program_detailsREADDetailed grant program info
scaling.readiness_scoreREADGrowth readiness scoring & strategy
integrations.list_connectionsREADList active third-party connections
integrations.connection_statusREADCheck connection health & sync status
integrations.available_providersREADBrowse 104+ available integration providers
integrations.syncWRITETrigger data sync from integration
integrations.push_entityWRITEPush entity data to connected service
wallet.balanceREADCheck wallet balance & recent transactions
wallet.depositWRITECreate Stripe deposit to top up wallet credits
wallet.historyREADDetailed transaction history with filtering
wallet.transferWRITETransfer credits between company wallets
wallet.crypto_depositWRITEDeposit via USDC/USDT/BTC/ETH cryptocurrency
subcontractors.listREADList registered subcontractors
subcontractors.registerWRITERegister a new subcontractor
subcontractors.dispatchWRITEDispatch subcontractor to a job
subcontractors.verifyREADVerify subcontractor credentials
compliance.generate_swmsWRITEGenerate state-specific SWMS document
marketing.strategyREADAI-generated marketing strategy for your trade
marketing.generate_contentREADGenerate marketing content (social, email, ads)
documents.auto_fileWRITEAutomated document filing & organisation
workflows.listREADList all automation workflows
workflows.toggleWRITEEnable/disable a workflow
workflows.pending_actionsREADList actions awaiting approval
workflows.approve_actionWRITEApprove a pending workflow action
workflows.reject_actionWRITEReject a pending workflow action
workflows.instant_responseWRITEAuto-respond to new leads within 30s
workflows.follow_up_quoteWRITEFollow up on unsent quotes
workflows.chase_paymentWRITEChase overdue payments automatically
workflows.trigger_invoiceWRITEAuto-generate invoice on job completion
workflows.review_boosterWRITERequest reviews after completed jobs
workflows.process_leadWRITEFull lead processing pipeline
workflows.schedule_jobWRITEAuto-schedule jobs from quotes
workflows.quote_to_invoiceWRITEConvert accepted quote to invoice
workflows.sync_contactWRITESync contacts to CRM integrations
workflows.team_notifyWRITESend team notifications for events
workflows.daily_summaryREADGenerate daily business summary
workflows.upsell_suggestREADSuggest upsell opportunities
workflows.referral_programWRITEManage referral program workflows
workflows.google_ads_pipelineWRITEGoogle Ads lead pipeline automation
Three Ways to Integrate
MCP Server
Model Context Protocol. The native language of AI agents. Connect Claude, Cursor, or any MCP client directly.
- 102 tools
- SSE + HTTP transport
- Full business lifecycle
- JSON-RPC 2.0 batch
- Pro plan
REST API
Standard REST with Bearer auth. OpenAPI 3.1 spec available. Read-only on Growth, full CRUD on Pro.
- 7 endpoint groups
- OpenAPI 3.1 spec
- JSON responses
- Rate limited
- Growth+ plans
Webhooks
Inbound webhook events for real-time data sync. Push lead, quote, job, and payment events to your system.
- 5 event types
- Auto-process or queue
- Retry logic
- HMAC signing
- Pro plan
Agent-First Architecture
Admin Substitute is designed to be operated by AI agents, not just used by humans. Every capability is API-accessible.
A2A Discovery
/.well-known/agent-card.json. Standard Agent-to-Agent discovery protocol.
Zero-Touch Onboard
POST /api/v1/onboard creates company, user, API key, and Stripe subscription in one call.
Scoped Permissions
API keys with granular scopes (leads, quotes, jobs, financials) and read/write/admin levels.
Usage Monitoring
Real-time API call tracking, SMS/email/LLM usage, plan limits. All via API.