Trustbase Lab · Global Chemical Recycling Intelligence for LangChain
com.trustbaselab/rcb-data
Chemical recycling data: rCB suppliers, policies, ASTM/GB standards, feedstock price indices.
client:LangChain
transport:streamable-http
tools:30
Install Trustbase Lab · Global Chemical Recycling Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"rcb-data": {
"transport": "streamable_http",
"url": "https://trustbaselab.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
- query_companies
- get_company
- get_verified_suppliers
- get_price_benchmark
- query_policies
- get_policy
- query_techs
- get_tech
- query_articles
- get_article
- query_grades
- get_grade
- get_database_overview
- calculate_saving
- compare_rcb
- get_elt_price_index
- get_feedstock_overview
- get_elt_recycling
- get_price_trend
- get_grade_spec
- get_substitution_boundary
- get_announcements_timeline
- query_cards
- get_rcb_index