FieldRobin for LangChain
com.fieldrobin/fieldrobin
Authenticated FieldRobin workspace tools, including scope-authorized customer and job creation.
client:LangChain
transport:streamable-http
tools:47
Install FieldRobin in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fieldrobin": {
"transport": "streamable_http",
"url": "https://fieldrobin.com/api/v1/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
- create-customer
- create-job
- get-workspace-summary
- search-locations
- get-location
- search-customers
- search-jobs
- get-customer
- get-job
- search-leads
- jobs-today
- get-lead
- search-quotes
- get-quote
- preview-quote
- search-invoices
- get-invoice
- preview-invoice
- schedule-availability
- pipeline-next-actions
- pipeline-recommendations
- customer-service-requests
- search-service-requests
- get-service-request