TrustyCap for LangChain
com.trustycap/trustycap
Production backend for AI-built apps: storage, data, jobs, webhooks, email, metering and billing.
client:LangChain
transport:streamable-http
tools:13
Install TrustyCap in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"trustycap": {
"transport": "streamable_http",
"url": "https://mcp.trustycap.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
- trustycap_production_readiness
- trustycap_start_workspace
- trustycap_route_build
- trustycap_compose_kit
- trustycap_native_readiness
- trustycap_production_standard
- trustycap_production_plan
- trustycap_list_capabilities
- trustycap_list_launch_kits
- trustycap_list_native_kits
- trustycap_get_native_kit
- trustycap_guide
- trustycap_get_launch_kit