Compass for LangChain
io.github.licentiumio/compass-mcp
Ground your LLM in EU financial, crypto and AI regulation, verbatim and cited, via Compass.
client:LangChain
transport:stdio
runtime:npm
Install Compass in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"compass-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@licentium/compass-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs