Gmail, Google Calendar, Google Docs, Google Drive, Google Sheets, Slack, Notion, Linear, Asana, Outlook, OneDrive, Atlassian, Supabase, Airtable, Discord, and more.
from observee_agents import call_mcpauth_login, get_available_servers# See available servicesservers = get_available_servers()print(f"Available: {servers['supported_servers']}")# Start authentication for Gmailresponse = call_mcpauth_login(auth_server="gmail")print(f"Visit: {response['url']}")# Start authentication for Slackresponse = call_mcpauth_login(auth_server="slack")print(f"Visit: {response['url']}")
Once authenticated, tools will automatically use your credentials:
Copy
Ask AI
# This will use your authenticated Gmail accountresult = chat_with_tools( message="Check my Gmail inbox and summarize important emails", provider="anthropic")
Invalid API Key: Check your key starts with obs_OAuth Failed: Make sure you completed the authentication flowPermission Denied: Check your account has access to the requested service