Świadectwo Energetyczne 24 for LangChain
pl.swiadectwo-energetyczne24/zamowienia
Agent zamówień świadectw energetycznych — dane, wycena, dokumenty, płatność.
client:LangChain
transport:streamable-http
tools:18
Install Świadectwo Energetyczne 24 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"zamowienia": {
"transport": "streamable_http",
"url": "https://swiadectwo-energetyczne24.pl/api/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
- get_property_types
- get_certificate_options
- get_certificate_information
- create_certificate_order
- get_certificate_order_requirements
- update_certificate_order
- get_certificate_order
- get_certificate_order_status
- calculate_certificate_price
- get_payment_link
- create_document_upload_url
- add_property_document
- list_property_types
- get_form_fields
- get_pricing
- create_draft
- update_draft
- get_draft