MONO Social for LangChain
io.github.junoventures/mono-juno-ventures
MONO Social — directory of places, events, and listings.
client:LangChain
transport:streamable-http
tools:26
Install MONO Social in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mono-juno-ventures": {
"transport": "streamable_http",
"url": "https://mono.juno.ventures/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_site_info
- list_categories
- search_places
- get_place
- list_events
- list_guides
- list_booking_services
- get_availability
- create_booking
- reserve_event_tickets
- request_reservation
- rsvp_event
- get_event_tickets
- list_products
- create_checkout
- get_restaurant_menus
- search_dishes
- list_pricing_plans
- get_reviews
- list_blog_posts
- list_faqs
- list_forms
- submit_form
- get_loyalty_info