mcp for LangChain
com.precision-concretecoating/mcp
Precision Concrete Coating MCP for services, estimates, scheduling, and business information.
client:LangChain
transport:streamable-http
tools:33
Install mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://app.precision-concretecoating.com/api/public/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_company_information
- get_business_status
- get_service_areas
- get_faq
- get_pricing
- get_warranty
- get_maintenance_care
- get_business_operations
- search_knowledge
- get_knowledge_relationships
- explain_knowledge_reasoning
- describe_platform
- get_public_entities
- get_public_entity
- search_public_entities
- get_entity_relationships
- get_standards
- get_standard
- search_standards
- get_record_standards
- get_standard_relationships
- get_estimate_intake_requirements
- create_estimate_request
- update_estimate_request