Skip to main content
Connect an Agent to the OpenBNB MCP server and expose it on the dedicated A2A topology port. AgentOS manages the MCP subprocess for the server lifespan.
airbnb_agent.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Prepare Node.js

The MCP server runs with npx. Install Node.js, then verify the commands:
4

Export your OpenAI API key

5

Run the example

Save the code above as airbnb_agent.py, then run:
Full source: cookbook/05_agent_os/15_a2a/multi_agent/airbnb_agent.py