agent offset clearinghouse for LangChain
io.github.jdhart81/agent-offset-clearinghouse
Verified conservation credits matched to agent compute emissions — the conservation flywheel of the
client:LangChain
transport:streamable-http
tools:19
Install agent offset clearinghouse in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-offset-clearinghouse": {
"transport": "streamable_http",
"url": "https://mcp.viridisconservation.com/offsets/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
- list_credit
- delist_credit
- verra_supply
- verra_retirement_record
- buy_offset
- buy_offset_budget
- settlement_batch
- net_position
- verify_certificate
- book
- get_purchase
- verify_retirement
- register_project
- project_funding
- list_projects
- disbursement_schedule
- certify_disbursement
- verify_disbursement
- describe_agent