ANIME INTELLIGENCE for LangChain
io.github.mike05102/anime-intelligence-mcp
AI-native anime collectibles shopping intelligence with x402 payments and multilingual discovery.
client:LangChain
transport:streamable-http
tools:12
Install ANIME INTELLIGENCE in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"anime-intelligence-mcp": {
"transport": "streamable_http",
"url": "https://anime-intelligence.goodmy0312.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs