LIVE ENDPOINT
https://mcp.rossdata.dev/mcp
Connect to this endpoint to inspect the live schema for list_objects and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rossdata-dev]
url = "https://mcp.rossdata.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rossdata-dev": {
"type": "http",
"url": "https://mcp.rossdata.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rossdata-dev
Remote MCP URL: https://mcp.rossdata.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rossdata-dev": {
"url": "https://mcp.rossdata.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rossdata-dev": {
"type": "http",
"url": "https://mcp.rossdata.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rossdata-dev",
"transport": "streamable-http",
"url": "https://mcp.rossdata.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
schema_stats— Overview of the Ross ERP 8.find_column— Look up a single column by exact name across the whole Ross ERP 8.lookup_table— Full schema for a Ross ERP 8.search_columns— Search the Ross ERP 8.search_all— Cross-domain search in one call — spans schema objects, columns, UI facilities and programs at once.get_ddl— Return the CREATE TABLE (DDL) for a Ross ERP 8.graph_neighbors— List the knowledge-graph neighbours of an object — the programs, tables, views and procedures directly connected to it, with relationship type and direction.path_between— Find the shortest path between two objects in the Ross ERP 8.