Skip to main content

For MCP Users

Observee offers hosted OAuth solutions for MCP users accessing tools through our marketplace. This feature is designed for developers using the Observee Agents SDK to connect their AI agents to authenticated services.

Marketplace Authentication

When using tools through our marketplace, some servers have a toggle between Personal and Enterprise authentication: Screenshot 2025-06-27 at 2.25.23 PM.png
  • Personal: Log in directly to our hosted applications for immediate tool access
  • Enterprise: Use your own application API keys for authentication to your organization’s services
Screenshot 2025-06-27 at 2.25.38 PM.png

SDK Authentication

For programmatic access, use our authentication endpoint at https://mcpauth.observee.ai.
from observee_agents import call_mcpauth_login

# Start OAuth flow for supported providers
response = call_mcpauth_login(auth_server="gmail")
print(f"Visit: {response['url']}")
Supported Services: Gmail, Google Calendar, Google Docs, Google Drive, Slack, Notion, Linear, Asana, Outlook, OneDrive, Atlassian, Supabase, Airtable, Discord, and more. Learn more about setting up OAuth in our authentication tutorial.