YouSpot for LangChain
com.youspot/youspot
Query one person's second brain: contacts, companies, notes, files and connected accounts.
client:LangChain
transport:streamable-http
tools:112
Install YouSpot in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"youspot": {
"transport": "streamable_http",
"url": "https://youspot.com/mcp/v1",
}
})
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
- what_needs_attention
- get_my_plan
- draft_cloud_agent
- research_company
- company_signals
- get_domain_info
- get_domain_value
- send_email
- read_file
- save_file_from_url
- import_contacts_from_file
- search_gmail_messages
- get_gmail_message
- list_gmail_labels
- create_gmail_draft
- archive_gmail_message
- sent_contact_rule
- get_granola_notes
- get_granola_note
- search_granola_transcripts
- get_granola_status
- sync_granola_notes
- get_calendar_events
- list_google_calendars