Learning Resources
never86.ai
Provides public Never86 operator OS resources, rulebooks, audit logic, AEO answers, and free agent listings.
ENDPOINT 1
https://www.never86.ai/api/mcp
MCP server metadata
- Name
- never86
- Version
- 3.1.0
Known tools 16
get_operator_systemReturn the versioned public Never86 operator OS pack (loop, routines, agents, truth gates, safety, private-store boundary).
Inferred read-onlyget_operator_logicFetch one public Never86 rulebook domain, or the full public logic bundle when domain is omitted or "all".
Inferred read-onlyget_3p_audit_logicReturn public marketplace 3P audit rules: evidence ladder, formulas, DoorDash mappings, claim boundaries, and payout tolerance.
Inferred read-onlylist_answersList published public AEO answers (slug, title, question, audience, URL).
Inferred read-onlylist_free_agentsList CSV-runnable free agents (slug, name, seat, headline, catches, sample signal, public URLs).
Inferred read-onlylist_agent_jobsList the public one-agent-one-job registry: supervisor + labor/vendor/voids/action-shift/memory, plus company roles and free-agent product catalog.
Inferred read-onlylist_specialistsList domain specialists (labor, vendor, voids, action-shift, memory) with one job each, allowed tools, and MCP resource URIs.
Inferred read-onlyanalyze_laborAnalyze an operator-provided labor or time-clock CSV for schedule-versus-actual drift, early clock-ins, late clock-outs, overtime concentration, and possible shifts with no attached sales.
Inferred read-onlyanalyze_beverageAnalyze an operator-provided beverage / bar CSV for pour-vs-inventory or package cost patterns.
Inferred read-onlyconvert_uomConvert verified restaurant package sizes into pour/portion units (bottle mL → fl oz, keg gal → fl oz, pours per package, cost per pour).
Inferred read-onlydeclare_pour_standardsValidate operator-answered house pour lines for one unit (e.g.
Inferred read-onlyask_fountain_standardsInterview pack for fountain / bag-in-box gun soda at THIS unit: BIB syrup gallons, invoice $, mix ratio (e.g.
Potential side effectsanalyze_recipe_costCost a plate (mode=recipe), a liquor drink (mode=drink_recipe), or a fountain+spirit drink (mode=fountain_spirit_drink).
Inferred read-onlyanalyze_vendor_pricesRead an operator-provided vendor invoice or purchasing CSV SKU by SKU and surface price increases greater than 5% between the two latest periods.
Potential side effectsbuild_action_shiftTurn one restaurant's prior-day close into no more than three prioritized actions plus a night proof checklist.
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.never86]
url = "https://www.never86.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"never86": {
"type": "http",
"url": "https://www.never86.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: never86
Remote MCP URL: https://www.never86.ai/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": {
"never86": {
"url": "https://www.never86.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"never86": {
"type": "http",
"url": "https://www.never86.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "never86",
"transport": "streamable-http",
"url": "https://www.never86.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.