Red by Big Red Cloud for LangChain
io.github.bigredcloud/red-mcp-server
Secure MCP access to Big Red Cloud accounting data, workflows, help and training.
client:LangChain
transport:streamable-http
tools:159
Install Red by Big Red Cloud in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"red-mcp-server": {
"transport": "streamable_http",
"url": "https://red.bigredcloud.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
- brc_start_company_connection
- brc_confirm_company_connection
- brc_get_company_api_key_status
- brc_list_company_contexts
- brc_clear_company_api_key
- brc_clear_all_company_api_keys
- brc_list_accounts
- brc_list_customers
- brc_get_customer
- brc_list_customers_without_dormant
- brc_list_suppliers
- brc_get_supplier
- brc_list_products
- brc_list_product_types
- brc_list_products_without_dormant
- brc_list_sales_entries
- brc_get_sales_entry
- brc_list_sales_invoices
- brc_get_sales_invoice
- brc_list_purchases
- brc_get_purchase
- brc_list_analysis_categories
- brc_list_vat_rates
- brc_list_vat_analysis_types