mcp server for LangChain
io.github.mirabello-consultancy/mcp-server
Verified CBI/RBI data + Mirabello Freedom Compass origin-aware migration planner. 96 programmes.
client:LangChain
transport:streamable-http
tools:63
Install mcp server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-server": {
"transport": "streamable_http",
"url": "https://mcp.mirabelloconsultancy.com/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- list_programmes
- get_programme
- compare_programmes
- get_processing_times
- estimate_total_cost
- recommend_programmes
- check_visa_free
- get_index
- get_recent_changes
- get_about
- get_passport_renewal
- book_consultation
- generate_briefing
- subscribe_changes
- check_eligibility
- get_document_checklist
- estimate_timeline
- get_country
- get_provenance
- query_graph
- plan_path
- find_pathways
- find_fastest_citizenship
- get_emigration_flows