@ateam-ai/mcp 0.3.43 → 0.3.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/tools.js +106 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ateam-ai/mcp",
3
- "version": "0.3.43",
3
+ "version": "0.3.44",
4
4
  "mcpName": "io.github.ariekogan/ateam-mcp",
5
5
  "description": "A-Team MCP Server — build, validate, and deploy multi-agent solutions from any AI environment",
6
6
  "type": "module",
package/src/tools.js CHANGED
@@ -1790,9 +1790,112 @@ const handlers = {
1790
1790
  {
1791
1791
  id: "browser-mcp",
1792
1792
  name: "Browser",
1793
- purpose: "Headless Chromium automation (Playwright)",
1794
- tool_prefixes: ["web."],
1795
- typical_use: "Navigate, read, click, type, screenshot any public web page; scrape data for enrichment",
1793
+ purpose: "Headless Chromium automation (Playwright) + Auth WebView for OAuth/cookie capture",
1794
+ tool_prefixes: ["web.", "auth."],
1795
+ typical_use: "Navigate, read, click, type, screenshot any public web page; scrape data for enrichment. Auth WebView handles OAuth code extraction and cookie capture without exposing passwords to the LLM.",
1796
+ ui_plugins: ["browser-view", "auth-webview"],
1797
+ },
1798
+ {
1799
+ id: "gmail-mcp",
1800
+ name: "Gmail",
1801
+ purpose: "Gmail inbox operations via OAuth",
1802
+ tool_prefixes: ["gmail."],
1803
+ typical_use: "Fetch, search, send, label, cleanup, trash, archive, move, mark-read on the user's Gmail. Requires platform.auth.ensureConnected('gmail') first.",
1804
+ },
1805
+ {
1806
+ id: "whatsapp-mcp",
1807
+ name: "WhatsApp",
1808
+ purpose: "WhatsApp messaging via pairing-code auth",
1809
+ tool_prefixes: ["whatsapp."],
1810
+ typical_use: "Send and fetch WhatsApp messages, list chats, manage contacts. UI plugin provides the pairing-code connect flow.",
1811
+ ui_plugins: ["whatsapp-setup"],
1812
+ },
1813
+ {
1814
+ id: "telegram-mcp",
1815
+ name: "Telegram",
1816
+ purpose: "Telegram messaging via bot token",
1817
+ tool_prefixes: ["telegram."],
1818
+ typical_use: "Send messages to chats/groups, fetch updates, subscribe to inbound messages.",
1819
+ },
1820
+ {
1821
+ id: "voice-mcp",
1822
+ name: "Voice (Twilio)",
1823
+ purpose: "Inbound and outbound voice calls via Twilio",
1824
+ tool_prefixes: ["voice.", "call."],
1825
+ typical_use: "Initiate outbound calls, accept inbound calls, transcribe audio, send TTS replies. Pairs with internal-comm-mcp for in-call skill messaging.",
1826
+ },
1827
+ {
1828
+ id: "mobile-device-mcp",
1829
+ name: "Mobile Device",
1830
+ purpose: "Native mobile capabilities — calendar, contacts, SMS, notifications, location",
1831
+ tool_prefixes: ["device.", "calendar.", "contacts.", "sms.", "notifications.", "location."],
1832
+ typical_use: "Read/write the device calendar, look up contacts, send SMS, read notifications, get current location. Backed by the mobile app's native bridge.",
1833
+ },
1834
+ {
1835
+ id: "travel-mcp",
1836
+ name: "Travel",
1837
+ purpose: "Unified travel search — flights, hotels, homes",
1838
+ tool_prefixes: ["travel."],
1839
+ typical_use: "Search flights (Google Flights), hotels (Booking.com), homes (Airbnb); plan a roundtrip combining flights+hotels; check user's existing bookings.",
1840
+ },
1841
+ {
1842
+ id: "home-assistant-mcp",
1843
+ name: "Home Assistant",
1844
+ purpose: "Generic smart-home control via Home Assistant",
1845
+ tool_prefixes: ["home.", "ha."],
1846
+ typical_use: "List devices and rooms, read entity states, call services (turn on, set temperature, etc.). Brand-agnostic — works with any HA-integrated device.",
1847
+ },
1848
+ {
1849
+ id: "hue-mcp",
1850
+ name: "Philips Hue",
1851
+ purpose: "Philips Hue lights and scenes",
1852
+ tool_prefixes: ["hue."],
1853
+ typical_use: "List lights/rooms/scenes, set brightness/color/state, activate scenes.",
1854
+ },
1855
+ {
1856
+ id: "tuya-mcp",
1857
+ name: "Tuya",
1858
+ purpose: "Tuya/Smart Life devices (plugs, lights, sensors)",
1859
+ tool_prefixes: ["tuya."],
1860
+ typical_use: "Control Tuya-cloud devices — switches, lights, sensors. Useful for cheap commodity smart-home gear.",
1861
+ },
1862
+ {
1863
+ id: "google-home-mcp",
1864
+ name: "Google Home / Nest",
1865
+ purpose: "Google Home and Nest device control",
1866
+ tool_prefixes: ["googleHome.", "nest."],
1867
+ typical_use: "Control Nest thermostats, cameras, doorbells, speakers; cast media to Google Home devices.",
1868
+ },
1869
+ {
1870
+ id: "nutrition-mcp",
1871
+ name: "Nutrition",
1872
+ purpose: "Meal logging, calorie/macro tracking, hydration",
1873
+ tool_prefixes: ["nutrition."],
1874
+ typical_use: "Log meals from text or photo, compute calories/macros, track water intake, daily/weekly summaries. Photo input via camera UI plugin.",
1875
+ ui_plugins: ["nutrition-dashboard", "nutrition-camera"],
1876
+ },
1877
+ {
1878
+ id: "coach-mcp",
1879
+ name: "MyCoach",
1880
+ purpose: "Personal AI coach state machine — goals, check-ins, observations",
1881
+ tool_prefixes: ["coach."],
1882
+ typical_use: "Onboard a user into a coaching relationship, manage versioned goals, run daily check-ins, record observations, propose weekly experiments. Phase-aware (onboarding → observing → calibrating → accompanying).",
1883
+ ui_plugins: ["coach-dashboard", "coach-onboarding"],
1884
+ },
1885
+ {
1886
+ id: "dropbox-mcp",
1887
+ name: "Dropbox",
1888
+ purpose: "Dropbox folder ingest source for docs-index",
1889
+ tool_prefixes: ["dropbox."],
1890
+ typical_use: "List Dropbox folders/files, ingest a folder into a docs-index corpus, check sync status. Pairs with docs-index-mcp.",
1891
+ },
1892
+ {
1893
+ id: "personal-assistant-ui-mcp",
1894
+ name: "Personal Assistant UI",
1895
+ purpose: "Pre-built UI plugins for personal-assistant solutions",
1896
+ tool_prefixes: ["ui."],
1897
+ typical_use: "Drop-in panels: Schedule, Dashboard, Memories, Teach, Reminders, Smart Home, Connections. Adaptive (web iframe + RN mobile).",
1898
+ ui_plugins: ["schedule-panel", "pa-dashboard", "memories-panel", "teach-panel", "triggers-panel", "home-layout-panel", "connections-panel"],
1796
1899
  },
1797
1900
  ],
1798
1901
  how_to_use: {