Back to Home
CyprianFusi icon

mcp-client-agent-airbnb

Verified Safe

by CyprianFusi

Overview

An intelligent agent that integrates Airbnb search capabilities with persistent memory storage using OpenAI's vector stores, acting as a multi-server Model Context Protocol (MCP) client.

Installation

Run Command
uv run client.py

Environment Variables

  • OPENAI_API_KEY
  • MCP_HOST
  • MCP_PORT

Security Notes

The project follows good practices by loading `OPENAI_API_KEY` from an `.env` file and excluding it from version control. No 'eval' or obvious obfuscation is present. The primary security consideration is the reliance on external `npx` commands for the Airbnb server, which introduces a supply chain risk if the `@openbnb/mcp-server-airbnb` npm package were to be compromised. Temporary file handling for memory storage is done securely using `tempfile.NamedTemporaryFile`.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-01

Tags

Multi-agentAirbnbMemoryOpenAIStreamlit