savi tools for LangChain
com.getsavitools/savi-tools
Ask your AI assistant about your Savi Tools business: invoices, expenses, mileage, and more.
client:LangChain
transport:streamable-http
tools:25
Install savi tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"savi-tools": {
"transport": "streamable_http",
"url": "https://getsavitools.com/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
- list_outstanding_invoices
- get_mileage_summary
- get_contact_history
- get_contact_summary
- get_business_snapshot
- get_tax_setaside
- get_revenue_summary
- get_invoice_details
- list_recent_invoices
- get_expense_summary
- list_recent_expenses
- get_cost_summary
- list_bills_owed
- get_profitability
- get_tax_deductions
- get_1099_summary
- list_clients
- get_client_summary
- list_projects
- get_project_summary
- get_time_summary
- get_cash_summary
- list_uncategorized_transactions
- get_goals_progress