← 996.fm

INDIVIDUAL MCP TOOL

find_perspectives

Route a founder's dilemma to the debates that genuinely bear on it.

996.fmnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.996.fm/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_perspectives and invoke it with your own arguments.

Indexed 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 server

996.fm

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.996fm-perspectives]
url = "https://www.996.fm/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "996fm-perspectives": {
      "type": "http",
      "url": "https://www.996.fm/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 996fm-perspectives
Remote MCP URL: https://www.996.fm/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": {
    "996fm-perspectives": {
      "url": "https://www.996.fm/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "996fm-perspectives": {
      "type": "http",
      "url": "https://www.996.fm/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "996fm-perspectives",
  "transport": "streamable-http",
  "url": "https://www.996.fm/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_stances — Every stance on one debate, grouped by reading — raw material for your own who-would-push-back read.
  • trace_evolution — One speaker's takes in order of episode publication date (optionally on one debate) — reversals and re-assertions visible, never judged.
  • get_context — The scene around one claim.
  • list_debates — Browse the debate registry: id, question, readings, stance count, born (earliest publication date).