iClips for LangChain
io.github.mcp-dir/iclips-mcp
iClips agency ERP for AI: payables, invoices, jobs, pieces and hours logged per person.
client:LangChain
transport:streamable-http
tools:30
Install iClips in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"iclips-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_iclips",
}
})
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
- iclips_list_accounts
- iclips_financial_accounts
- iclips_financial_entries_list
- iclips_financial_entries_get
- iclips_financial_invoices_list
- iclips_financial_invoices_get
- iclips_jobs_write_create
- iclips_jobs_write_update
- iclips_jobs_delete
- iclips_job_pieces_write_add
- iclips_job_pieces_write_update
- iclips_job_tasks_write_create
- iclips_job_tasks_write_update
- iclips_pieces_list
- iclips_pieces_get
- iclips_pieces_write_create
- iclips_pieces_write_update
- iclips_pieces_write_checklist
- iclips_pieces_delete
- iclips_workflow_templates_list
- iclips_workflow_templates_get
- iclips_piece_categories_list
- iclips_piece_categories_dropdown
- iclips_projects_extract