INDIVIDUAL MCP TOOL
get_gross_automation_info
Get information about Gross Automation as a company — contact details, location, business hours, capabilities, and services offered.
LIVE ENDPOINT
https://www.grossautomation.com/api/mcp
Connect to this endpoint to inspect the live schema for get_gross_automation_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.gross-automation-tools]
url = "https://www.grossautomation.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gross-automation-tools": {
"type": "http",
"url": "https://www.grossautomation.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gross-automation-tools
Remote MCP URL: https://www.grossautomation.com/api/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": {
"gross-automation-tools": {
"url": "https://www.grossautomation.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gross-automation-tools": {
"type": "http",
"url": "https://www.grossautomation.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gross-automation-tools",
"transport": "streamable-http",
"url": "https://www.grossautomation.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the Gross Automation product catalog.get_product_details— Get complete details for a specific product by SKU or item ID.get_product_availability— Check real-time availability and estimated lead time for a product.browse_manufacturers— List all manufacturers carried by Gross Automation, optionally filtered by product category.browse_categories— List product categories available at Gross Automation.get_configurator_options— Get available configuration options for a specific product configurator.get_valid_options— Get valid configuration options for a product configurator given current selections.validate_configuration— Validate a product configuration and generate a part number.