← curtaincallcfp.com

INDIVIDUAL MCP TOOL

list_sessions

List the published program with stable session and speaker IDs.

curtaincallcfp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://curtaincallcfp.com/events/minimal-summit-033542-2027/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_sessions 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

curtaincallcfp.com

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.cfp-scheduler-killer]
url = "https://curtaincallcfp.com/events/minimal-summit-033542-2027/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cfp-scheduler-killer": {
      "type": "http",
      "url": "https://curtaincallcfp.com/events/minimal-summit-033542-2027/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cfp-scheduler-killer
Remote MCP URL: https://curtaincallcfp.com/events/minimal-summit-033542-2027/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": {
    "cfp-scheduler-killer": {
      "url": "https://curtaincallcfp.com/events/minimal-summit-033542-2027/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cfp-scheduler-killer": {
      "type": "http",
      "url": "https://curtaincallcfp.com/events/minimal-summit-033542-2027/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cfp-scheduler-killer",
  "transport": "streamable-http",
  "url": "https://curtaincallcfp.com/events/minimal-summit-033542-2027/mcp"
}
MCP Inspector

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

Related tools

  • get_event — Get event identity, dates, CFP state, counts, and canonical links.
  • list_speakers — List published speakers and their stable session relationships.
  • get_schedule — Get days, rooms, placements, blocks, and unscheduled sessions.
  • export_event — Export authoritative sessions, speakers, calendar, or llms data.
  • get_review_policy — Get the effective presenter-visibility mode, version, allowed modes, guarantees, limitations, and audience explanations.
  • list_submissions — List the complete event funnel, including unpublished decisions.
  • review_coverage — Show assigned, completed, and remaining reviews for every reviewer.
  • schedule_conflicts — Show schedule coverage plus room, speaker, and date collisions.