← Registry

Content Tools

scenef.com

Provides movie showtimes, theater details, and film information for San Francisco, with a concierge feature for planning movie nights.

1 endpoint9 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://scenef.com/mcp

No auth detected

MCP server metadata

Name
scenef
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Read-only San Francisco movie showtimes. Ticket links are always https://scenef.com/go/{screeningId}; film pages https://scenef.com/film/{slug}. Times are SF wall-clock. Start with scenef_now to check freshness, scenef_plan_movie_night for recommendations. Accuracy is computed, not claimed: every showtime carries a confidence level, a source tier, and a last-verified time, and the running record of our own verification checks — failures included — is public at https://scenef.com/api/accuracy. Call scenef_accuracy for that record as numbers you can quote, or pass response_format: "detailed" to any showtime tool to get the confidence level and verified_at on each showtime. Chain showtimes (AMC, Regal, Apple Cinemas), when present, are licensed from an aggregator rather than read from the theater — they are labeled source_tier licensed-feed and carry the weakest claim on the site.

Known tools 9

scenef_whats_playing

Ranked list of films playing San Francisco theaters in a given window (tonight, tomorrow, the weekend, or a date), with optional genre and format filters.

Inferred read-only
scenef_search_showtimes

Upcoming showtimes for one film (title or slug; fuzzy-matched — ambiguous queries return candidates), grouped by theater with local times, tags (35mm/qa/sold-out), the night each show belongs to, and a ticket link per showtime.

Inferred read-only
scenef_theater_info

One SF theater's card: address, neighborhood, website, ticketing note, structured discounts (label/detail/day), amenities, its next 5 showtimes with ticket links, and its calendar feed url.

Inferred read-only
scenef_film_details

The full card for one film: title, year, runtime, genres, directors, cast, overview, rating, trailer and poster urls when present, every upcoming showtime with venue/time/ticket link, and a last-night flag when the run is ending.

Inferred read-only
scenef_plan_movie_night

The concierge: give it a window and a taste profile and it returns 2-4 complete plans — film + specific showtime + theater + why it fits — each with ticket and calendar links, plus one wildcard pick outside the stated genres.

Inferred read-only
scenef_discounts

Every structured discount across all SF theaters — venue, label, detail, and day-bound days — with the ones that apply today flagged.

Inferred read-only
scenef_coming_soon

Films whose first SF screening is more than 48 hours out, sorted by first night — the on-sale radar for runs worth booking early.

Inferred read-only
scenef_now

The cheap is-anything-on call: how many screenings tonight, the next 5 curtains city-wide with venue/time/film, and dataset freshness per source.

Inferred read-only
scenef_accuracy

Accuracy is computed, not claimed: every showtime carries a confidence level, a source tier, and a last-verified time, and the running record of our own verification checks — failures included — is public at https://scenef.

Inferred read-only

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.scenef]
url = "https://scenef.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scenef": {
      "type": "http",
      "url": "https://scenef.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scenef": {
      "type": "http",
      "url": "https://scenef.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scenef",
  "transport": "streamable-http",
  "url": "https://scenef.com/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.