eyepup for LangChain
io.github.edholofy/eyepup
Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent.
client:LangChain
transport:streamable-http
runtime:npm
tools:5
Install eyepup in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"eyepup": {
"transport": "streamable_http",
"url": "https://eyepup.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs