droplinked for LangChain
com.droplinked.mcp/server
Agentic commerce + trust MCP: discover, verify, and transact across droplinked's merchant network.
client:LangChain
transport:streamable-http
tools:38
Install droplinked in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"server": {
"transport": "streamable_http",
"url": "https://mcp.droplinked.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
- find_merchant
- find_inventory
- find_affiliate_programs
- verify_brand_attestation
- request_brand_attestation
- get_brand_attestation_status
- verify_credit_risk
- verify_repayment_history
- verify_cross_attestation
- verify_lender
- get_lender_history
- verify_methodology
- get_methodology_timeline
- get_methodology_versions
- get_trust_dossier
- get_trust_fabric_stats
- get_underwriting_signals
- get_upgrade_preview
- recommend_lender
- recommend_service_provider
- quote_inventory_available
- process_payment
- search_products
- get_product