← never86.ai
INDIVIDUAL MCP TOOL
list_answers
List published public AEO answers (slug, title, question, audience, URL).
LIVE ENDPOINT
https://www.never86.ai/api/mcp
Connect to this endpoint to inspect the live schema for list_answers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.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.
Related tools
get_operator_system— Return the versioned public Never86 operator OS pack (loop, routines, agents, truth gates, safety, private-store boundary).get_operator_logic— Fetch one public Never86 rulebook domain, or the full public logic bundle when domain is omitted or "all".get_3p_audit_logic— Return public marketplace 3P audit rules: evidence ladder, formulas, DoorDash mappings, claim boundaries, and payout tolerance.list_free_agents— List CSV-runnable free agents (slug, name, seat, headline, catches, sample signal, public URLs).list_agent_jobs— List the public one-agent-one-job registry: supervisor + labor/vendor/voids/action-shift/memory, plus company roles and free-agent product catalog.list_specialists— List domain specialists (labor, vendor, voids, action-shift, memory) with one job each, allowed tools, and MCP resource URIs.analyze_labor— Analyze 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.analyze_beverage— Analyze an operator-provided beverage / bar CSV for pour-vs-inventory or package cost patterns.