← luci.ws
INDIVIDUAL MCP TOOL
find_matching_services
Heuristic keyword-match a buyer's situation to candidate services.
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.luci-ws]
url = "https://luci.ws/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"luci-ws": {
"type": "http",
"url": "https://luci.ws/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: luci-ws
Remote MCP URL: https://luci.ws/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": {
"luci-ws": {
"url": "https://luci.ws/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"luci-ws": {
"type": "http",
"url": "https://luci.ws/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "luci-ws",
"transport": "streamable-http",
"url": "https://luci.ws/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List services in the Monitive catalogue.get_service— Return the full specification of one service, bundle, fractional role, or mini-engagement by id or code.get_pricing_table— Return the canonical pricing table: Foundation Sprint, per-sprint rate, white-label premium, bundle discounts, fractional bands.get_guarantees— Return the four guarantees that every engagement carries (Sprint 1 Escape Hatch, Board-Ready Quality, Three-Client Cap, Skin-in-the-Game).get_commercial_models— Return the three agency-channel commercial models: Direct Referral, Pass-Through, White-Label, with margin and when-to-use notes.