← curtaincallcfp.com
INDIVIDUAL MCP TOOL
get_schedule
Get days, rooms, placements, blocks, and unscheduled sessions.
LIVE ENDPOINT
https://curtaincallcfp.com/events/eais-bletchley-park/mcp
Connect to this endpoint to inspect the live schema for get_schedule 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
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/eais-bletchley-park/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cfp-scheduler-killer": {
"type": "http",
"url": "https://curtaincallcfp.com/events/eais-bletchley-park/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cfp-scheduler-killer
Remote MCP URL: https://curtaincallcfp.com/events/eais-bletchley-park/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/eais-bletchley-park/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cfp-scheduler-killer": {
"type": "http",
"url": "https://curtaincallcfp.com/events/eais-bletchley-park/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cfp-scheduler-killer",
"transport": "streamable-http",
"url": "https://curtaincallcfp.com/events/eais-bletchley-park/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_sessions— List the published program with stable session and speaker IDs.list_speakers— List published speakers and their stable session relationships.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.