1.5 KiB
1.5 KiB
LocalBosses MCPs - Fix Status
Audit Results (Feb 3, 2026 3:15 PM)
✅ Ready (2/7)
- n8n - Has _meta labels, has MCP Apps
- competitor-research - Has _meta labels, has MCP Apps
⚠️ Needs _meta Labels (5/7)
- ghl - Has MCP Apps, missing _meta
- google-ads - No apps, missing _meta
- meta-ads - No apps, missing _meta
- google-console - No apps, missing _meta
- twilio - No apps, missing _meta
Fix Plan
I need to add _meta labels to all tools in these 5 servers. The labels categorize tools so they display properly in your Discord MCP interface.
What _meta Labels Look Like
{
name: "list_contacts",
description: "List contacts with filters",
inputSchema: { /* ... */ },
_meta: {
labels: {
category: "contacts", // Group by feature area
access: "read", // read | write | delete
complexity: "simple", // simple | complex | batch
},
},
}
Categories by Server
GHL: contacts, deals, calendar, workflows, campaigns, forms, analytics Google Ads: campaigns, ads, keywords, analytics, audiences Meta Ads: campaigns, ads, analytics, audiences, creative Google Console: indexing, urls, sitemaps, analytics, search Twilio: messaging, calls, phone-numbers, verification
Next Steps
Do you want me to:
- Bulk fix all 5 with smart auto-categorization (fastest)
- Fix one by one and show you for review
- Just show examples and you apply manually
Which approach?