workspace alberta for LangChain
io.github.harleycoops/workspace-alberta
Canadian procurement intelligence: CanadaBuys and Alberta tenders, ranked for your shop.
client:LangChain
transport:streamable-http
runtime:npm
tools:25
Install workspace alberta in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"workspace-alberta": {
"transport": "streamable_http",
"url": "https://elbowsupknivesout.warreandvavasour.com/mcp",
}
})
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
- search_contracts
- get_contract_details
- list_upcoming_deadlines
- summarize_contracts
- refresh_data
- set_business_profile
- find_opportunities
- get_my_profile
- search_opportunities
- get_opportunity_details
- list_deadlines
- find_matching_opportunities
- daily_bid_brief
- search_alberta_opportunities
- get_alberta_opportunity_details
- list_alberta_deadlines
- summarize_alberta_opportunities
- find_alberta_opportunities
- process_bid_room
- check_cohere_status
- analyze_contract_with_cohere
- watch_opportunity
- list_watchlist
- unwatch_opportunity