अपने AI एजेंट को अपने ट्रैफ़िक से जोड़ें
Claude या Cursor को mcp.busymate.dev पर पॉइंट करें। वे वही लाइव फ़ीड देखते हैं जो आप देखते हैं।
# Claude Code — add the server, then authorize in your browser:
claude mcp add --transport http busymate-devtools https://mcp.busymate.dev{
"mcpServers": {
"busymate-devtools": {
"url": "https://mcp.busymate.dev"
}
}
}The same
रोल-स्कोप्ड, कन्फ़र्म-गेटेड, ऑडिट-लॉग्ड — वह सब जो डैशबोर्ड कर सकता है।
डैशबोर्ड से पूरी समानता
डैशबोर्ड की हर रीड और राइट का एक मेल खाता टूल है। जो इंसान UI में कर सकता है, एजेंट MCP से कर सकता है — यहाँ समानता स्थायी नियम है, रोडमैप आइटम नहीं।
असली सुपरपावर, CRUD नहीं
रिमोट Chrome कंट्रोल। लाइव मिररिंग के साथ Android और iOS फ़ार्म ऑटोमेशन। TestFlight बीटा एडमिन। बिलिंग। क्वेरी करने लायक ऑडिट लॉग। ये डेटाबेस के रैपर नहीं — प्लेटफ़ॉर्म की असली क्षमताएँ हैं।
OAuth 2.1, सही ढंग से
Dynamic Client Registration और PKCE — कोई पेस्ट की गई API कुंजी नहीं। जो एक टोकन मिलता है वह REST, WebSockets और Edge Functions को भी ऑथेंटिकेट करता है: हर सतह पर एक पहचान।
प्रोडक्शन के लायक सुरक्षित
हर कॉल खुद डेटाबेस द्वारा कॉलर की रोल तक सीमित होती है। विनाशकारी टूल स्पष्ट कन्फ़र्म माँगते हैं। और सब कुछ — हर टूल, हर एजेंट — ऑडिट ट्रेल में दर्ज होता है।
जोड़ने से पहले आज़माइए
डैशबोर्ड का इन-ऐप MCP कंसोल आपके अपने लॉगिन टोकन से असली टूल कॉल चलाता है और लाइव रिस्पॉन्स दिखाता है। न Postman, न मॉक सर्वर — असली API, सीधे ऐप में।
URL to tool call in
The whole handshake is standard: Streamable HTTP, OAuth 2.1, JSON-RPC 2.0. Nothing proprietary to learn.
- 01
Add one URL
Point your client at mcp.busymate.dev. Discovery — initialize, tools/list, ping — answers before you even authenticate, so clients and registries can see the surface immediately.
- 02
Authorize in the browser
On the first real call your client registers itself (Dynamic Client Registration) and opens Busymate's sign-in. PKCE protects the exchange — no API keys, no secrets in config files.
- 03
Call tools
tools/call is JSON-RPC 2.0 over Streamable HTTP. Every call runs as you: the database checks your role on every row it returns.
- 04
Confirm the dangerous ones
Reads just run. Writes that change or destroy state require an explicit confirm parameter, and raw-power executors are admin-only — an agent can't wipe what you wouldn't.
POST https://mcp.busymate.dev # JSON-RPC 2.0, Authorization: Bearer <token>
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_entries",
"arguments": { "query": "checkout", "limit": 20 }
}
}A map of the
पूरी सतह, सीधे रजिस्ट्री से: 55 परिवार जो हर टूल को कवर करते हैं, प्रत्येक के साथ वास्तविक टूल नामों की पूरी सूची। डैशबोर्ड जो भी पढ़ता-लिखता है, वह सब यहाँ है।
list_devices · get_device · get_device_statusडिवाइस और फ़्लीट — डिवाइस सूचीबद्ध करें, जाँचें, नाम बदलें, स्थानांतरित करें और अनपेयर करें; कैप्चर चालू-बंद करें; PAC कनेक्टिविटी जाँचें; रोके गए ब्रेकपॉइंट फिर शुरू करें और अनुरोध दोबारा भेजें। विनाशकारी लेखन के लिए confirm आवश्यक है।
सभी 15 टूल
list_devicesget_deviceget_device_statusrename_devicedelete_devicetransfer_device_ownershipunpair_devicevpn_on_devicevpn_off_devicetest_pac_connectionopen_sheet_deviceenroll_device_captureresend_requestbreakpoint_continuelist_breakpoint_events
get_device_health · list_device_events · set_device_audit_modeडिवाइस ऑब्ज़र्वेबिलिटी — कैप्चर स्वास्थ्य की एक-क्वेरी रीड (इंजन, CA ट्रस्ट, डिक्रिप्ट कारण), प्रति-डिवाइस फ़िल्टर करने योग्य टेलीमेट्री स्ट्रीम, और TTL से समाप्त होने वाला वैकल्पिक विस्तृत ऑडिट स्तर।
सभी 4 टूल
get_device_healthlist_device_eventsset_device_audit_modelist_device_audit_modes
request_screen_share · stop_screen_share · list_screen_share_recordingsग्राहक स्क्रीन शेयर — सहमति-संकेत के साथ डिवाइस का लाइव दृश्य माँगें, किसी भी ओर से समाप्त करें, और सहेजी गई रिकॉर्डिंग सूचीबद्ध करें, चलाएँ या हटाएँ।
सभी 5 टूल
request_screen_sharestop_screen_sharelist_screen_share_recordingsget_screen_share_recordingdelete_screen_share_recording
search_entries · list_entries · get_entryकैप्चर किया गया ट्रैफ़िक — पूर्ण अनुरोध/प्रतिक्रिया जोड़े खोजें, फ़िल्टर करें, टैग करें और जाँचें; डिवाइस का ट्रैफ़िक प्रोफ़ाइल सारांशित करें; HAR निर्यात करें; और हटाएँ या मिटाएँ (confirm सहित, अपरिवर्तनीय)।
सभी 13 टूल
search_entrieslist_entriesget_entryget_entry_countget_entry_counts_freshnessinspect_requestssummarize_device_traffictag_entryuntag_entryexport_hardelete_entrieswipe_entrieslist_wipe_jobs
get_scripts_global · get_scripts_device · set_scripts_globalस्क्रिप्टिंग इंजन — सैंडबॉक्स्ड JavaScript जो मेल खाते ट्रैफ़िक को इनलाइन फिर से लिखता या बनाता है, वैश्विक, सेवा, उपयोगकर्ता और डिवाइस स्तरों पर, बिना-लेखन ड्राई-रन सहित। लेखन केवल एडमिन के लिए: यह मनमाने कोड की शक्ति है।
सभी 9 टूल
get_scripts_globalget_scripts_deviceset_scripts_globalset_scripts_deviceset_scripts_userset_scripts_servicedry_run_scriptget_script_engine_enabledset_script_engine_enabled
get_block_rules_global · get_block_rules_device · set_block_rules_globalब्लॉक नियम और ब्रेकपॉइंट — मेथड और होस्ट/पथ वाइल्डकार्ड से अनुरोधों को स्वतः ब्लॉक या मॉक करें, और वे पैटर्न सेट करें जो मेल खाते आदान-प्रदान को जाँच हेतु रोकते हैं। लेखन लाइव ट्रैफ़िक बदलते हैं, इसलिए confirm आवश्यक है।
सभी 10 टूल
get_block_rules_globalget_block_rules_deviceset_block_rules_globalset_block_rules_deviceset_block_rules_userset_block_rules_serviceset_breakpoint_patterns_globalset_breakpoint_patterns_deviceset_breakpoint_patterns_userset_breakpoint_patterns_service
get_inspect_all_requests · set_inspect_all_requests · get_mitm_all_hostsकैप्चर स्विच — सभी-अनुरोध-जाँचें, सभी-होस्ट-डिक्रिप्ट MITM मोड, और रोके गए डोमेन की सूची — प्रत्येक एक पठन/लेखन जोड़ी।
सभी 6 टूल
get_inspect_all_requestsset_inspect_all_requestsget_mitm_all_hostsset_mitm_all_hostsget_paused_domainsset_paused_domains
get_global_settings · get_device_settings · set_global_connection_typeसेटिंग्स — प्रभावी वैश्विक और प्रति-डिवाइस सेटिंग दस्तावेज़, वैश्विक, उपयोगकर्ता और डिवाइस स्तरों पर कनेक्शन प्रकार, और iOS Live Activity पिल का टेक्स्ट।
सभी 6 टूल
get_global_settingsget_device_settingsset_global_connection_typeset_device_connection_typeset_user_connection_typeset_live_activity_message
get_env_global · get_env_device · set_env_var_globalपर्यावरण चर — वैश्विक और प्रति-डिवाइस चर-सेट पढ़ें, सेट करें, हटाएँ और थोक में आयात करें, जिन्हें स्क्रिप्ट और नियम इंटरपोलेट करते हैं।
सभी 8 टूल
get_env_globalget_env_deviceset_env_var_globalset_env_var_devicedelete_env_var_globaldelete_env_var_deviceimport_env_globalimport_env_device
list_proxies · set_device_external_proxy · get_device_egress_statusइग्रेस नियंत्रण — अपस्ट्रीम प्रॉक्सी पूल (क्रेडेंशियल छिपाए गए), प्रति-डिवाइस बाहरी प्रॉक्सी रूटिंग, लाइव इग्रेस-IP स्थिति, TTL वाले मैनुअल ओवरराइड और विफलता मुद्रा।
सभी 7 टूल
list_proxiesset_device_external_proxyget_device_egress_statusset_manual_egress_ipclear_manual_egress_ipget_device_egress_fail_postureset_device_egress_fail_posture
browser_targets · browser_open · browser_evalरिमोट ब्राउज़र — पेज खोलें, स्क्रिप्ट चलाएँ, जुड़े Chrome का स्क्रीनशॉट और स्नैपशॉट लें — प्रति-डिवाइस ऑप्ट-इन के पीछे। कच्चा Chrome DevTools Protocol पासथ्रू केवल एडमिन के लिए।
सभी 9 टूल
browser_targetsbrowser_openbrowser_evalbrowser_screenshotbrowser_snapshotbrowser_cdpset_device_cdp_controlset_device_capture_enabledset_device_autostart
list_browser_profiles · get_browser_profile · upsert_browser_profileब्राउज़र प्रोफ़ाइल — डैशबोर्ड में बनाए और bmc CLI से सिंक किए गए कस्टम Chromium-परिवार लॉन्च प्रोफ़ाइल पर CRUD।
सभी 4 टूल
list_browser_profilesget_browser_profileupsert_browser_profiledelete_browser_profile
list_cdp_instances · start_device · stop_deviceCDP डेमन — दूरस्थ bmc मशीन पर नामित ब्राउज़र-कैप्चर डिवाइस शुरू, बंद और प्रोविज़न करें, डेमन की स्थिति व लॉग पढ़ें, और कैप्चर खोए बिना हॉट-अपडेट करें।
सभी 9 टूल
list_cdp_instancesstart_devicestop_devicecreate_deviceupdate_cdp_hostget_cdp_daemon_statusget_cdp_logsrestart_cdp_daemonupdate_cdp_daemon
provision_farm_phone · list_farm_devices · farm_list_phonesएंड्रॉइड फ़ार्म — फ़ोन को चाइल्ड डिवाइस के रूप में प्रोविज़न करें, फ़्लीट सूचीबद्ध करें, स्क्रीनशॉट लें, UI पदानुक्रम निकालें, और कैप्चर स्थिति, ऑटोमेशन, रिकॉर्डिंग, शेड्यूल व डेमन लॉग पढ़ें।
सभी 10 टूल
provision_farm_phonelist_farm_devicesfarm_list_phonesfarm_capture_statusfarm_screenshotfarm_dump_uifarm_list_automationsfarm_list_recordingsfarm_list_schedulesget_farm_logs
farm_mobile_list_devices · farm_mobile_list_apps · farm_mobile_list_elementsफ़ार्म फ़ोन चलाना — असली फ़ोन पर टैप, स्वाइप, टाइप, बटन दबाना, ऐप लॉन्च/बंद करना, स्क्रीनशॉट, रिकॉर्डिंग और क्रैश लॉग पढ़ना; ऐप इंस्टॉल/अनइंस्टॉल केवल एडमिन के लिए।
सभी 24 टूल
farm_mobile_list_devicesfarm_mobile_list_appsfarm_mobile_list_elementsfarm_mobile_get_screen_sizefarm_mobile_get_orientationfarm_mobile_screenshotfarm_mobile_list_crashesfarm_mobile_get_crashfarm_mobile_tapfarm_mobile_double_tapfarm_mobile_long_pressfarm_mobile_swipefarm_mobile_typefarm_mobile_press_buttonfarm_mobile_open_urlfarm_mobile_launch_appfarm_mobile_terminate_appfarm_mobile_set_orientationfarm_mobile_start_recordingfarm_mobile_stop_recordingfarm_mobile_install_appfarm_mobile_uninstall_appfarm_mobile_install_from_appstorefarm_device_logs
farm_find_and_tap · farm_set_setting · farm_set_wifiफ़ार्म क्रियाएँ — सामग्री से खोजें-और-टैप करें, सेटिंग्स व Wi-Fi बदलें, ऐप जीवनचक्र प्रबंधित करें, अनुमतियाँ दें, फ़ाइलें खींचें, और रिकॉर्ड की गई ऑटोमेशन चलाएँ, दोहराएँ या शेड्यूल करें (confirm सहित)।
सभी 11 टूल
farm_find_and_tapfarm_set_settingfarm_set_wififarm_app_lifecyclefarm_grant_permissionfarm_uninstall_appfarm_pull_filefarm_run_automationfarm_replay_recordingfarm_schedulefarm_remove_schedule
farm_run_shell · farm_run_adb · farm_install_appफ़ार्म की कच्ची शक्ति — शेल, adb, मनमाना इनपुट, प्रॉक्सी व एयरप्लेन टॉगल, रीबूट और फ़ाइल पुश। केवल एडमिन, confirm सहित, और मुक्त-पाठ सहायक से पूर्णतः बाहर।
सभी 8 टूल
farm_run_shellfarm_run_adbfarm_install_appfarm_inputfarm_set_proxyfarm_set_airplanefarm_rebootfarm_push_file
provision_ios_phone · list_ios_phones · ios_list_phonesiOS फ़ार्म — iPhone समकक्ष: प्रोविज़न, सूची, स्क्रीनशॉट, UI डंप, टैप व इनपुट चलाना, ऐप्स और ओरिएंटेशन प्रबंधन, ऑन-डिवाइस कंट्रोल रनर ऑनबोर्ड करना, और लाइव मिरर शुरू करना।
सभी 16 टूल
provision_ios_phonelist_ios_phonesios_list_phonesios_screenshotios_dump_uiios_list_appsios_find_and_tapios_inputios_app_lifecycleios_open_urlios_set_orientationios_install_appios_uninstall_appsetup_ios_devicekitenroll_farm_phone_appios_start_mirror
farm_start_mirror · set_farm_mirror_transport · farm_get_variablesलाइव मिरर और नियंत्रण ताले — एकल-उपयोग रिले टोकन से टच इनपुट वाला कम-विलंब फ़ोन मिरर शुरू करें, ट्रांसपोर्ट ट्यून करें, ऑटोमेशन चर प्रबंधित करें, और डिवाइस का अनन्य नियंत्रण लें या छोड़ें।
सभी 7 टूल
farm_start_mirrorset_farm_mirror_transportfarm_get_variablesfarm_set_variablesacquire_device_controlrelease_device_controladmin_force_release_device_control
get_farm_phone_health · farm_retry_phone · farm_restart_tunnelफ़ार्म फ़ोन स्वास्थ्य और पुनर्प्राप्ति — प्रति-फ़ोन स्थिति/कारण/समाधान मॉडल, साथ ही सॉफ़्टवेयर-प्रथम मरम्मत सीढ़ी: पुनः प्रयास, टनल रीस्टार्ट, रिमोट रीबूट, प्रति-पोर्ट USB पावर-साइकिल और संयोजित फ़्लीट हीलिंग।
सभी 7 टूल
get_farm_phone_healthfarm_retry_phonefarm_restart_tunnelpower_cycle_farm_hubcycle_farm_phone_portheal_farm_fleetios_reboot
get_farm_daemon_status · restart_farm_daemon · update_farm_daemonफ़ार्म डेमन और घटक — लाइव डेमन स्थिति, रीस्टार्ट व स्व-अद्यतन, टनल सफ़ाई, और एक फ़ोन या पूरी फ़्लीट पर प्रति-घटक इंस्टॉल/अपडेट/ऑनबोर्ड जीवनचक्र।
सभी 8 टूल
get_farm_daemon_statusrestart_farm_daemonupdate_farm_daemonfarm_reap_tunnelsupdate_farm_componentupdate_farm_fleetonboard_farm_fleetfarm_component_action
list_workspaces · get_workspace · create_workspaceवर्कस्पेस और टैब — रिटेंशन नीति वाले साझा वर्कस्पेस, साथ ही टैब मॉडल: बनाएँ, नाम बदलें, फ़िल्टर करें और ठीक वही चुनें जो डैशबोर्ड दिखाता है।
सभी 12 टूल
list_workspacesget_workspacecreate_workspacerename_workspacedelete_workspaceset_workspace_retentionlist_tabscreate_tabrename_tabdelete_tabset_tab_filtersset_tab_selected_entry
create_snapshot · list_snapshots · download_snapshotस्नैपशॉट — वर्कस्पेस के ट्रैफ़िक के समय-बिंदु कैप्चर बनाएँ, सूचीबद्ध करें और डाउनलोड करें।
list_service_groups · get_service_group · upsert_service_groupसेवा समूह और टैग — होस्ट को जुड़े एजेंटों वाले नामित सेवाओं में समूहित करें, डिवाइस सदस्यता प्रबंधित करें, और वह टैग शब्दावली जिनसे प्रविष्टियाँ चिह्नित होती हैं।
सभी 11 टूल
list_service_groupsget_service_groupupsert_service_groupdelete_service_groupset_service_group_agentslist_device_service_groupsadd_device_to_service_groupremove_device_from_service_grouplist_tagsupsert_tagdelete_tag
list_todos · get_todo · create_todoटू-डू — स्वामी-स्कोप वाला साझा कार्य बोर्ड: सूचीबद्ध करें, बनाएँ, अद्यतन करें, पूर्ण करें और हटाएँ — हर सतह पर लाइव।
सभी 6 टूल
list_todosget_todocreate_todoupdate_todocomplete_tododelete_todo
list_notifications · mark_notification_read · get_notification_prefsसूचनाएँ — इन-ऐप सूचना केंद्र: पढ़ें और संग्रहित करें, म्यूट विंडो सहित प्रति-प्रकार चैनल वरीयताएँ, और स्व-सूचना।
सभी 7 टूल
list_notificationsmark_notification_readget_notification_prefsset_notification_prefscreate_notificationnotify_userslist_web_push_subscriptions
list_push_tokens · send_push · get_push_responseडिवाइस पुश — APNs टोकन सूचीबद्ध करें, सूचनाएँ भेजें (कार्रवाई योग्य स्वीकार/अस्वीकार संकेत सहित), और डिवाइस का उत्तर वापस पढ़ें।
list_advisor_findings · get_advisor_finding · share_advisor_findingएडवाइज़र सेंटर और समस्या रिपोर्ट — साक्ष्य व डीप लिंक सहित समृद्ध निष्कर्ष ब्राउज़ करें, किसी को GitHub इश्यू या टू-डू बनाएँ, और वन-टैप समस्या रिपोर्ट दर्ज करें या सूचीबद्ध करें।
सभी 7 टूल
list_advisor_findingsget_advisor_findingshare_advisor_findingfix_advisor_finding_issuefix_advisor_finding_todoreport_issuelist_issue_reports
get_telegram_link · list_telegram_links · link_telegramटेलीग्राम लिंकिंग — टेलीग्राम बॉट से पाँच तक खाते जोड़ें, सक्रिय खाता बदलें, और अनलिंक करें (एडमिन संस्करण सहित)।
सभी 5 टूल
get_telegram_linklist_telegram_linkslink_telegramunlink_telegramadmin_unlink_telegram
list_busybro_sessions · get_busybro_session · create_busybro_sessionसहायक सत्र — AI सहायक के बहु-सत्र चैट थ्रेड, अपलोड किए गए अनुलग्नक (अल्पकालिक हस्ताक्षरित URL), और साझा वार्तालाप लिंक।
सभी 8 टूल
list_busybro_sessionsget_busybro_sessioncreate_busybro_sessionrename_busybro_sessiondelete_busybro_sessionlist_busybro_attachmentsget_busybro_sharedelete_busybro_share
list_memories · save_memory · forget_memoryसहायक स्मृति — व्यक्तिगत दीर्घकालिक स्मृति और शासित टीम स्टोर: साझा तथ्य प्रस्तावित, स्वीकृत, अस्वीकृत और संपादित करें, एट्रिब्यूशन, और प्रति-उपयोगकर्ता GDPR मिटाने का मार्ग।
सभी 13 टूल
list_memoriessave_memoryforget_memoryget_memory_statslist_global_memoriespropose_global_memoryapprove_global_memoryreject_global_memoryupdate_global_memorylist_memory_contributorsadmin_list_user_memoriesadmin_forget_user_memorygdpr_forget_user
list_skills · get_skill · upsert_skillसहायक कौशल — निर्देश-और-टूल बंडल जिन्हें सहायक चैट के बीच सक्रिय करता है, प्रति-कौशल फ़ाइलों और AI-प्रारूपित प्रारंभ बिंदु सहित। लेखन केवल एडमिन के लिए।
सभी 10 टूल
list_skillsget_skillupsert_skilldelete_skillset_skill_enableddraft_skilllist_skill_filesget_skill_fileupsert_skill_filedelete_skill_file
list_repo_skills · edit_repo_skill · set_repo_skill_enabledरिपो कौशल — git-प्रतिबद्ध SKILL.md कॉर्पस: इसे पढ़ें, और समीक्षित कमिट के रूप में प्रविष्टियाँ संपादित, टॉगल या हटाएँ। लेखन केवल-एडमिन git राइट-बैक है।
सभी 4 टूल
list_repo_skillsedit_repo_skillset_repo_skill_enabledremove_repo_skill
list_agents · get_agent · upsert_agentसहायक एजेंट — विशेषज्ञ-एजेंट रजिस्ट्री जिसे कार्य सौंपे जाते हैं और सेवा समूह संदर्भित करते हैं। लेखन केवल एडमिन के लिए।
सभी 4 टूल
list_agentsget_agentupsert_agentdelete_agent
import_resource · list_imports · get_importज्ञान आयात — टीम ज्ञान भंडार में कोई रिपो या अपलोड फ़ाइल कतारबद्ध करें; वर्कर लाता, ऑडिट करता, एम्बेड करता और डुप्लिकेट हटाता है — लाइव प्रगति व थोक पूर्ववत सहित।
सभी 4 टूल
import_resourcelist_importsget_importdelete_import
get_busybro_usage · get_busybro_settings · set_busybro_settingsसहायक कॉन्फ़िगरेशन — टोकन व लागत विश्लेषण, वैश्विक चालू/बंद स्विच, और ब्रेन के मॉडल व व्यवहार नॉब (लेखन केवल एडमिन)।
सभी 5 टूल
get_busybro_usageget_busybro_settingsset_busybro_settingsget_busybro_enabledset_busybro_enabled
list_plugins · get_plugin · install_pluginप्लगइन — पैक की गई एक्सटेंशन ब्राउज़, इंस्टॉल और अनइंस्टॉल करें; प्रकाशन व हटाना केवल एडमिन के लिए।
सभी 7 टूल
list_pluginsget_plugininstall_pluginuninstall_pluginupsert_pluginset_plugin_install_enableddelete_plugin
list_directory · list_directory_listings · upsert_directory_listingनिर्देशिका और इंस्टॉल — कौशल व प्लगइन का प्रकाशित कैटलॉग, ऑपरेटर-चयनित सूचियाँ, प्रति-उपयोगकर्ता कौशल इंस्टॉल, और नए उपयोगकर्ताओं को मिलने वाले इंस्टॉल डिफ़ॉल्ट।
सभी 9 टूल
list_directorylist_directory_listingsupsert_directory_listingset_directory_listing_statusdelete_directory_listinglist_install_defaultsset_install_defaultinstall_skilluninstall_skill
list_mcp_servers · upsert_mcp_server · delete_mcp_serverडाउनस्ट्रीम MCP सर्वर — बाहरी MCP सर्वर पंजीकृत, सक्षम और निरीक्षण करें जिनके ज़रिए सहायक कॉल कर सकता है।
सभी 5 टूल
list_mcp_serversupsert_mcp_serverdelete_mcp_serverset_mcp_server_enabledinspect_mcp_server
list_my_mcp_connectors · upsert_my_mcp_connector · delete_my_mcp_connectorव्यक्तिगत कनेक्टर — पूर्ण OAuth 2.1 क्लाइंट लेग (डिस्कवरी, DCR, PKCE) वाले आपके अपने आउटबाउंड MCP कनेक्टर; टोकन केवल-लेखन वॉल्ट में जाते हैं, कभी वापस पढ़े नहीं जाते।
सभी 9 टूल
list_my_mcp_connectorsupsert_my_mcp_connectordelete_my_mcp_connectorset_my_mcp_connector_enabledset_my_mcp_connector_secretset_my_connector_oauth_client_secretprobe_mcp_connectorconnect_my_mcp_connectordisconnect_my_mcp_connector
get_my_account · delete_my_account · set_my_display_nameमेरा खाता — प्रोफ़ाइल, डिवाइस, सदस्यता और एंडपॉइंट एक स्व-स्कोप रीड में; प्रदर्शित व पसंदीदा नाम, प्रति-उपयोगकर्ता सहायक सेटिंग्स, और स्वयं-सेवा खाता हटाना (confirm सहित)।
सभी 6 टूल
get_my_accountdelete_my_accountset_my_display_nameset_my_preferred_nameget_my_busybro_settingsset_my_busybro_settings
list_roles · create_role · update_roleभूमिकाएँ और उपयोगकर्ता — RBAC भूमिकाएँ व क्षमताएँ, प्रति-उपयोगकर्ता भूमिका असाइनमेंट, विन्यास योग्य डिफ़ॉल्ट साइनअप भूमिका, और सटीक ईमेल लुकअप वाला एडमिन उपयोगकर्ता रोस्टर।
सभी 9 टूल
list_rolescreate_roleupdate_roledelete_roleset_user_roleset_default_rolelist_usersget_useradmin_delete_user
list_access_grants · create_access_grant · revoke_access_grantपहुँच अनुदान और प्रतिरूपण — समय-सीमित क्षमता अनुदान, प्रभावी अनुमतियों का पूर्वावलोकन, और स्पष्ट समाप्ति वाला ऑडिटेड समर्थन प्रतिरूपण।
सभी 6 टूल
list_access_grantscreate_access_grantrevoke_access_grantpreview_effective_permissionsimpersonate_userend_impersonation
list_audit_events · get_audit_eventऑडिट ट्रेल — हर सतह पर हर कार्रवाई का फ़िल्टर-योग्य, पृष्ठांकित किसने-क्या-कब बहीखाता, एजेंट सहित, प्रति-घटना पूर्ण विवरण के साथ।
get_stats · get_statusलाइव आँकड़े और स्थिति — प्लेटफ़ॉर्म-व्यापी कैप्चर आँकड़े और एक नज़र में इन्फ्रास्ट्रक्चर स्वास्थ्य।
get_subscription · list_invoices · get_usageबिलिंग — आपकी सदस्यता, चालान और मीटर्ड उपयोग, चेकआउट व ग्राहक-पोर्टल सत्र, और मूल्य-रहित Stripe एडमिन रीड तथा गैर-गुप्त कॉन्फ़िग लेखन (रद्द करने हेतु confirm आवश्यक)।
सभी 13 टूल
get_subscriptionlist_invoicesget_usagecreate_checkout_sessionget_stripe_configlist_priceslist_customersget_webhook_eventsget_billing_settingsset_default_priceset_billing_settingsreport_usage_nowcancel_subscription
list_testflight_groups · list_testflight_testers · get_testflight_testerTestFlight बीटा एडमिन — समूह, परीक्षक, आमंत्रण और App Store समीक्षा स्थिति, आमंत्रित करने, हटाने व समूह-सदस्यता लेखन सहित (confirm सहित)।
सभी 14 टूल
list_testflight_groupslist_testflight_testersget_testflight_testerlist_testflight_invitationslist_testflight_userslist_testflight_user_invitationsget_app_store_statusinvite_testflight_testerdelete_testflight_testeradd_testflight_tester_to_groupremove_testflight_tester_from_groupsend_testflight_invitationinvite_testflight_usercancel_testflight_user_invitation
list_locales · upsert_locale · delete_localeस्थानीयकरण — लोकेल, नेमस्पेस, कुंजियाँ व संदेश, कवरेज आँकड़े और लापता-अनुवाद रिपोर्ट, मशीन अनुवाद, थोक आयात और कैटलॉग प्रकाशन।
सभी 21 टूल
list_localesupsert_localedelete_localeset_default_localelist_i18n_namespacesupsert_i18n_namespacelist_i18n_keysupsert_i18n_keydelete_i18n_keylist_i18n_messagesupsert_i18n_messagedelete_i18n_messageget_i18n_settingsset_i18n_settingsget_i18n_manifestget_i18n_statsget_i18n_missing_reportget_i18n_catalogimport_i18nmachine_translate_i18npublish_i18n_catalog
list_api_projects · create_api_project · update_api_projectऑब्ज़र्व्ड API — कैप्चर किए ट्रैफ़िक को साक्ष्य-समर्थित API मॉडल में बदलें: प्रोजेक्ट, अपरिवर्तनीय संशोधन, समीक्षा योग्य पथ उम्मीदवार, ड्रिफ़्ट पहचान और नियतात्मक OpenAPI 3.1 निर्यात।
सभी 13 टूल
list_api_projectscreate_api_projectupdate_api_projectrefresh_api_projectset_api_project_scheduleset_api_project_archiveddelete_api_projectget_api_revisionlist_api_candidatesreview_api_candidateexport_api_specgenerate_api_assetlist_api_drift
list_federation_clients · upsert_federation_client · delete_federation_clientफ़ेडरेटेड SSO — एडमिन-ऑनबोर्डेड बंद पार्टनर-क्लाइंट रजिस्ट्री; रहस्य केवल वॉल्ट नाम हैं, कभी मान नहीं।
list_app_secrets · create_app_secret · update_app_secretऐप सीक्रेट — वॉल्ट-समर्थित सीक्रेट स्टोर: नाम व मेटाडेटा सूचीबद्ध हो सकते हैं, मान केवल-लेखन हैं और किसी सतह पर वापस नहीं पढ़े जाते। परिवर्तन केवल एडमिन के लिए।
सभी 4 टूल
list_app_secretscreate_app_secretupdate_app_secretdelete_app_secret
list_demo_users · get_demo_status · create_demo_userडेमो खाते — निर्देशित डेमो उपयोगकर्ताओं और उनकी नमूना सामग्री को प्रोविज़न, रीसेट और पुनर्जनित करें।
सभी 6 टूल
list_demo_usersget_demo_statuscreate_demo_userreset_demo_userdelete_demo_userregenerate_demo_content
get_test_status · run_test_suite · cancel_test_runगुणवत्ता — टेस्ट सूट चलाएँ, दोबारा चलाएँ और रद्द करें, और लाइव परिणाम, इतिहास व फ़ीचर-से-टेस्ट कवरेज मानचित्र पढ़ें।
सभी 8 टूल
get_test_statusrun_test_suitecancel_test_runrerun_test_suitelist_test_suitesget_test_coverageget_test_path_coverageget_test_suite_history
wip_list · wip_update · wip_clear_doneकार्य-प्रगति बोर्ड — खुले काम का लाइव प्रक्षेपण: सूचीबद्ध करें, अद्यतन करें, इतिहास और पूर्ण साफ़ करें।
सभी 4 टूल
wip_listwip_updatewip_clear_donewip_task_history
db_select · db_insert · db_updateकच्चा डेटाबेस और रीयलटाइम — सीधा टेबल CRUD, RPC और ब्रॉडकास्ट। एस्केप हैच: केवल एडमिन और मुक्त-पाठ सहायक से पूर्णतः बाहर।
सभी 7 टूल
db_selectdb_insertdb_updatedb_deletedb_rpclist_tablesrealtime_broadcast
Power,
An agent with this much reach needs real guardrails, not a disclaimer. These are the actual gates, in the order a call meets them.
OAuth 2.1DCR + PKCEThe only way in. Dynamic Client Registration plus PKCE issues the token; there is no pasted API key and no session-token path.
initialize · tools/list · pingpre-authDiscovery is served before login with a scoped read-only public profile, so clients can enumerate the surface — but tools/call and every write stay OAuth-gated.
confirm: truewritesEvery destructive or state-changing tool demands an explicit confirm parameter — an agent has to state what it's about to do before it does it.
adminOnly · powerdenylistedRaw-power executors (direct database access, raw broadcast) are admin-only and excluded from the free-text assistant entirely.
audit_logevery callEvery tool call lands in the audit trail with its actor and arguments — and the trail itself is queryable and live-subscribable.
If the dashboard can,
Parity is a standing rule here: every capability aligns across the dashboard, MCP, REST, WebSockets and BusyBro — same data, same permissions, checked on every ship.
Before you
Which MCP clients work with Busymate DevTools?
Any client that speaks the Streamable-HTTP transport with OAuth: Claude Code, Claude.ai and Claude Desktop, Cursor, VS Code, ChatGPT developer-mode connectors, Continue, Cline, Zed, or your own agent. The install page has copy-paste configs for each.
Do I need an API key?
No. Access is OAuth 2.1 with Dynamic Client Registration and PKCE — your client registers itself and you authorize in the browser. The token it receives also authenticates REST, WebSockets and Edge Functions.
What's the connection URL?
https://mcp.busymate.dev — the canonical host. The older mcp.busymate.net keeps serving the same server forever, and OAuth issues host-matched metadata on both, so an existing client config never breaks.
Can an agent break something?
Only what your own role allows, and only with an explicit confirm on destructive tools. Raw-power executors are admin-only, and every call is written to the audit trail.
Can I see the tools before authorizing?
Yes — discovery (initialize, tools/list, ping) answers pre-auth with a scoped read-only public profile, so registries and clients can enumerate the surface before OAuth consent. Calling anything still requires authorization.
Is this the same data as the dashboard?
The same rows, live. MCP is one of five parity surfaces over one platform — the dashboard, MCP, REST, WebSockets and BusyBro expose the same capabilities, by standing rule.
Connect your
Cursor या VS Code के लिए एक क्लिक, या कॉन्फ़िग पेस्ट करें। एक बार ऑथराइज़ करें, फिर 454 टूल में से कोई भी कॉल करें।