AI-powered MCP server for trade businesses. Manage leads, quotes, jobs, invoicing, reviews, reminders, and analytics through a live production endpoint.
Server Config
{
"mcpServers": {
"admin-substitute": {
"type": "streamable-http",
"url": "https://adminsubstitute.com/api/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}