API Tools
luci.ws
Provides APIs to list, retrieve, search, and price professional services from a service catalog.
ENDPOINT 1
https://luci.ws/api/mcp
Known tools 6
get_serviceReturn the full specification of one service, bundle, fractional role, or mini-engagement by id or code.
Inferred read-onlyfind_matching_servicesHeuristic keyword-match a buyer's situation to candidate services.
Inferred read-onlyget_pricing_tableReturn the canonical pricing table: Foundation Sprint, per-sprint rate, white-label premium, bundle discounts, fractional bands.
Inferred read-onlyget_guaranteesReturn the four guarantees that every engagement carries (Sprint 1 Escape Hatch, Board-Ready Quality, Three-Client Cap, Skin-in-the-Game).
Inferred read-onlyget_commercial_modelsReturn the three agency-channel commercial models: Direct Referral, Pass-Through, White-Label, with margin and when-to-use notes.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for luci.ws was fetched 2026-07-26T00:34:58.820Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.