← lmssaudi.com
INDIVIDUAL MCP TOOL
prepare_project_inquiry
Prepare a structured LMS project inquiry for human review.
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 endpoint
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.lmssaudi-com]
url = "https://www.lmssaudi.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lmssaudi-com": {
"type": "http",
"url": "https://www.lmssaudi.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lmssaudi-com
Remote MCP URL: https://www.lmssaudi.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": {
"lmssaudi-com": {
"url": "https://www.lmssaudi.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lmssaudi-com": {
"type": "http",
"url": "https://www.lmssaudi.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lmssaudi-com",
"transport": "streamable-http",
"url": "https://www.lmssaudi.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_overview— Return verified public company overview for Landscape Materials Supply Co.list_services— List LMS non-softscape landscape material categories and search intents.match_project_scope— Match a project request to LMS material categories and route non-fit requests away from project inquiry.list_service_areas— Return verified public LMS service area information.read_public_resource— Read one approved public LMS resource by id.