discovery for LangChain
com.peopleanalyst/discovery
PeopleAnalyst's free people-analytics feeds: answers, tools, evidence, story and scene catalogs.
client:LangChain
transport:streamable-http
tools:17
Install discovery in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"discovery": {
"transport": "streamable_http",
"url": "https://peopleanalyst.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
- list_peopleanalyst_feeds
- get_membership_offer
- list_answers
- get_answer
- get_product_description
- get_marketing_registry
- get_brandscripts
- get_story_tracks
- get_scene_templates
- get_canonical_forms
- get_claim_warrant
- get_library_ids
- run_segmentation
- plan_next_data_ask
- get_insight_cards
- get_situations
- get_tools