GTM Otto for LangChain
com.gtmotto/linkedin
Self-driving LinkedIn prospecting: it sources, warms and invites daily. You approve every message.
client:LangChain
transport:streamable-http
tools:21
Install GTM Otto in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"linkedin": {
"transport": "streamable_http",
"url": "https://agent.gtmotto.com/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
- gtm_whoami
- gtm_list_plays
- gtm_show_play
- gtm_play_stats
- gtm_linkedin_status
- gtm_estimate_icp
- gtm_create_play
- gtm_sources_reference
- gtm_show_sources
- gtm_source_runs
- gtm_configure_source
- gtm_set_source
- gtm_preview_source
- gtm_run_source
- gtm_forget_harvested_posts
- gtm_update_icp
- gtm_update_play
- gtm_connect_linkedin
- gtm_list_approvals
- gtm_approve
- gtm_reject