SEMIPRO Cycling Intelligence for LangChain
io.github.damianruse/semipro-intelligence
Analyse cycling-event GPX routes and build bounded, practical ride-fuelling carry plans.
client:LangChain
transport:streamable-http
tools:2
Install SEMIPRO Cycling Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"semipro-intelligence": {
"transport": "streamable_http",
"url": "https://api.semipro.coach/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs