SceneF
scenef.com
· SceneF
Every movie showtime in San Francisco — chains, indies, and repertory houses — re-verified twice daily against each theater's own calendar (licensed feed for the chains, labeled as such). Read-only: listings, natural-language answers, diffs, calendars, and ticket links. No key required; CORS open.
scenef.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 44/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-12 07:44:21 current | 303a0c69a85c… |
view → |
Endpoints
| Agent card | https://scenef.com/.well-known/agent.json |
| Provider | https://scenef.com |
| Docs | https://scenef.com/agents |
Skills · 8 declared · mapped to canonical taxonomy
GET https://scenef.com/api/listings — every venue, film, and screening in SF. Slice with ?venue={id}, ?night=YYYY-MM-DD, ?film={slug}, ?when=tonight|week. ETagg…
GET https://scenef.com/ask?q={question} — deterministic parse of night, theater, genre, and format; plain-English answer plus structured results with ticket lin…
GET https://scenef.com/api/changes?since={ISO} — screenings added or removed and films newly listed since a timestamp, diffed against the twice-daily snapshots.
GET https://scenef.com/go/{screeningId} — 302 to the vendor's own ticket page for any screening id found in the feeds. Always link tickets through /go/.
Subscribe to /feeds/theater/{venueId}.ics, /feeds/genre/{genre}.ics, or fetch a single /feeds/screening/{id}.ics event.
GET https://scenef.com/api/evals — QA pairs generated from the live dataset for scoring showtime answers; refreshes with every build.
Model Context Protocol server at https://scenef.com/mcp for tool-calling agents.
GET https://scenef.com/openapi.json — the full OpenAPI 3.1 document, including the bring-your-own-profile params (likes, no, window, home, formats, discounts=on…
Health · last 15 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/scenef.com) [](https://agenstry.com/agents/scenef.com) [](https://agenstry.com/agents/scenef.com) [](https://agenstry.com/agents/scenef.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "SceneF",
"description": "Every movie showtime in San Francisco \u2014 chains, indies, and repertory houses \u2014 re-verified twice daily against each theater's own calendar (licensed feed for the chains, labeled as such). Read-only: listings, natural-language answers, diffs, calendars, and ticket links. No key required; CORS open.",
"url": "https://scenef.com",
"provider": {
"organization": "SceneF",
"url": "https://scenef.com"
},
"version": "0.1",
"documentationUrl": "https://scenef.com/agents",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"readOnly": true
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown",
"text/calendar"
],
"skills": [
{
"id": "listings",
"name": "Full showtime feed",
"description": "GET https://scenef.com/api/listings \u2014 every venue, film, and screening in SF. Slice with ?venue={id}, ?night=YYYY-MM-DD, ?film={slug}, ?when=tonight|week. ETagged; ticket links are /go/{screeningId}.",
"examples": [
"https://scenef.com/api/listings?when=tonight",
"https://scenef.com/api/listings?venue=roxie",
"https://scenef.com/api/listings?film=the-matrix-1999"
]
},
{
"id": "ask",
"name": "Natural-language showtime answers",
"description": "GET https://scenef.com/ask?q={question} \u2014 deterministic parse of night, theater, genre, and format; plain-English answer plus structured results with ticket links. Also POST {\"question\": \"...\"}.",
"examples": [
"What horror is playing in SF tonight?",
"What's at the Roxie this weekend?",
"Anything on 35mm on Friday?"
]
},
{
"id": "changes",
"name": "Dataset diffs",
"description": "GET https://scenef.com/api/changes?since={ISO} \u2014 screenings added or removed and films newly listed since a timestamp, diffed against the twice-daily snapshots.",
"examples": [
"https://scenef.com/api/changes?since=2026-08-01T00:00:00Z"
]
},
{
"id": "tickets",
"name": "Ticket redirect",
"description": "GET https://scenef.com/go/{screeningId} \u2014 302 to the vendor's own ticket page for any screening id found in the feeds. Always link tickets through /go/.",
"examples": [
"https://scenef.com/go/37147b4b8c8a"
]
},
{
"id": "calendars",
"name": "iCalendar feeds",
"description": "Subscribe to /feeds/theater/{venueId}.ics, /feeds/genre/{genre}.ics, or fetch a single /feeds/screening/{id}.ics event.",
"examples": [
"https://scenef.com/feeds/theater/roxie.ics",
"https://scenef.com/feeds/genre/horror.ics"
]
},
{
"id": "evals",
"name": "Public eval set",
"description": "GET https://scenef.com/api/evals \u2014 QA pairs generated from the live dataset for scoring showtime answers; refreshes with every build.",
"examples": [
"https://scenef.com/api/evals"
]
},
{
"id": "mcp",
"name": "MCP endpoint",
"description": "Model Context Protocol server at https://scenef.com/mcp for tool-calling agents.",
"examples": [
"https://scenef.com/mcp"
]
},
{
"id": "openapi",
"name": "OpenAPI contract",
"description": "GET https://scenef.com/openapi.json \u2014 the full OpenAPI 3.1 document, including the bring-your-own-profile params (likes, no, window, home, formats, discounts=only).",
"examples": [
"https://scenef.com/openapi.json"
]
}
]
}