Ross ERP Data Dictionary for LangChain
dev.rossdata/data-dictionary
Structure-only reference for the vanilla Ross ERP 8.0 schema, UI menu tree, and program catalog.
client:LangChain
transport:streamable-http
tools:21
Install Ross ERP Data Dictionary in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"data-dictionary": {
"transport": "streamable_http",
"url": "https://mcp.rossdata.dev/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
- schema_stats
- list_objects
- find_column
- lookup_table
- search_columns
- search_all
- get_ddl
- graph_neighbors
- path_between
- facility_stats
- list_facilities
- search_facilities
- lookup_facility
- table_facilities
- facility_programs
- program_stats
- list_programs
- search_programs
- lookup_program
- table_programs
- program_facilities