tiktok profile stats for LangChain
io.github.mrocker/tiktok-profile-stats
TikTok profiles (followers, bio) and per-video stats by handle or URL. No login. Pay per result.
client:LangChain
transport:streamable-http
Install tiktok profile stats in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tiktok-profile-stats": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=nick.cheng/tiktok-profile-stats-scraper",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs