What is it?

Observee Agents connects your Python applications to 3000+ tools through a simple API. It works with Anthropic Claude, OpenAI GPT, and Google Gemini.

Key Features

  • 🤖 Multi-Provider Support: Anthropic, OpenAI, and Gemini
  • 🔧 1000+ Tools: Gmail, YouTube, Linear, Slack, Notion, and more
  • ⚡ Smart Filtering: Automatically finds relevant tools
  • 🔐 OAuth Integration: Built-in authentication for popular services
  • 📡 Streaming Support: Real-time responses
  • 🎯 Simple API: Easy to use and integrate

Quick Example

from mcp-agents import chat_with_tools

result = chat_with_tools(
    message="Search for recent AI news",
    provider="anthropic",
    observee_api_key="obs_your_key_here"
)

print(result["content"])

Installation

pip install mcp-agents

Documentation

Support