TweetFeed for LangChain
io.github.0xdaniellopez/tweetfeed
IOCs (URLs, domains, IPs, hashes) shared by the infosec community on X/Twitter. No auth, CC0.
client:LangChain
transport:streamable-http
tools:14
Install TweetFeed in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tweetfeed": {
"transport": "streamable_http",
"url": "https://mcp.tweetfeed.live/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs