← Back to search
speedwarnsf/scenef-mcp

SceneF — San Francisco Movie Showtimes

Every movie showtime in San Francisco — repertory houses, single-screen neighborhood theaters, 35mm/70mm prints, and the chains — verified against each theater's own box office, with a published accuracy record. Nine read-only tools; hosted endpoint at https://scenef.com/mcp (no key), with a bundled mcp-remote bridge for stdio clients.

DECISION SUMMARY
Production trust decision

Block For Production

Production readiness
Needs remediation
Score
59.4
Rank suppressed while production readiness shows a blocking verdict.
Confidence
High
Based on evidence completeness, recency, and validation density.
Evidence age
11.5h old
Freshness: fresh. Snapshot trustsnap_2613679214832329.
Top risk drivers
  • Utility Coverage
  • Step Up Auth
  • Resource Contract
Recommended actions
  • Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
  • Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
  • Publish /.well-known/oauth-authorization-server from your issuer and include registration endpoint when supported.
Next action
revalidate, add safeguards, export policy
write/admin actions need confirmation safeguards + score below evaluation threshold
Compare alternatives Export policy Open report JSON Dispute this assessment
Observed Attention
No observed attention
No observed attention in the current 30-day window.
  • No segmented attention signals observed in the current window.
Bucketed signal based on recent segmented Verify telemetry. Crawler and evaluator activity is not treated as confirmed human demand.
Status
Healthy
Score
59.4
Transport
streamable-http
Tools
9
DISPUTE THIS ASSESSMENT

Dispute this assessment

If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.

Verify responds to disputes within 5 business days and resolves them within 15.

Dispute history

No disputes filed for this server.

Risks

Security posture
Tools analyzed
9
High-risk tools
0
Destructive tools
0
Exec tools
0
Egress tools
0
Secret tools
0
Bulk-access tools
0
Risk distribution
low:9
Tool capability & risk inventory
ToolCapabilitiesRiskFindingsNotesEvidence
scenef_whats_playing read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "formats": {
        "description": "Format/tag filters, e.g. [\"35mm\", \"70mm\", \"qa\", \"live-score\"].",
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "genres": {
        "description": "Genre filters, e.g. [\"horror\", \"comedy\"].",
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "max_results": {
        "description": "Max films to return (default 12, cap 25).",
        "maximum": 25,
        "minimum": 1,
        "type": "integer"
      },
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      },
      "when": {
        "description": "When to look: \"tonight\" (default), \"tomorrow\", \"weekend\" (Fri/Sat/Sun of the current week), or a YYYY-MM-DD date.",
        "type": "string"
      }
    },
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_search_showtimes read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "date": {
        "description": "Restrict to one night, YYYY-MM-DD.",
        "type": "string"
      },
      "film": {
        "description": "Film title or SceneF slug, e.g. \"The Matrix\" or \"the-matrix-1999\".",
        "type": "string"
      },
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      },
      "time_after": {
        "description": "Only shows at or after this local time, \"HH:MM\" 24h.",
        "type": "string"
      },
      "time_before": {
        "description": "Only shows at or before this local time, \"HH:MM\" 24h.",
        "type": "string"
      },
      "venues": {
        "description": "Restrict to these theaters (ids or names), e.g. [\"roxie\", \"Balboa\"].",
        "items": {
          "type": "string"
        },
        "type": "array"
      }
    },
    "required": [
      "film"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_theater_info read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      },
      "theater": {
        "description": "Theater id or name, e.g. \"roxie\" or \"Balboa Theater\".",
        "type": "string"
      }
    },
    "required": [
      "theater"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_film_details read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "film": {
        "description": "Film title or SceneF slug.",
        "type": "string"
      },
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      }
    },
    "required": [
      "film"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_plan_movie_night read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "party_size": {
        "description": "How many people are going.",
        "maximum": 9007199254740991,
        "minimum": 1,
        "type": "integer"
      },
      "preferences": {
        "description": "Bring-your-own taste profile.",
        "properties": {
          "avoids": {
            "description": "Genres to steer away from.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "discounts_only": {
            "description": "Only screenings at theaters with a discount active that night.",
            "type": "boolean"
          },
          "formats": {
            "description": "Formats to favor, e.g. [\"35mm\", \"70mm\"].",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "home_venues": {
            "description": "Home-theater venue ids to nudge upward, e.g. [\"roxie\"].",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "likes": {
            "description": "Genres to favor, e.g. [\"horror\", \"comedy\"].",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "no_matinee": {
            "description": "Penalize daytime shows.",
            "type": "boolean"
          },
          "window": {
            "description": "Preferred start-time window.",
            "enum": [
              "matinee",
              "early",
              "evening",
              "late"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      },
      "when": {
        "description": "When to look: \"tonight\" (default), \"tomorrow\", \"weekend\" (Fri/Sat/Sun of the current week), or a YYYY-MM-DD date.",
        "type": "string"
      }
    },
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_discounts read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      }
    },
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_coming_soon read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "horizon_days": {
        "description": "How far ahead to look (default 21 days).",
        "maximum": 90,
        "minimum": 1,
        "type": "integer"
      },
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      }
    },
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_now read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      }
    },
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
scenef_accuracy read Low none Safeguards hinted in metadata.
Schema & evidence
{
  "annotations": {
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "response_format": {
        "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
        "enum": [
          "concise",
          "detailed"
        ],
        "type": "string"
      }
    },
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
Write-action governance
Governance status
OK
Safe to publish
Auth boundary
public_or_unclear
Blast radius
Low
High-risk tools
0
Confirmation signals
scenef_accuracy
Safeguard count
1

Status detail: No unsafe write-action governance gaps detected on the latest validation.

ToolRiskFlagsSafeguards
No high-risk tools were detected on the latest run.
Recommended runtime policy
Recommended runtime policy
Allow with approval
Default policy stance (medium risk ceiling, write actions require approval, no OAuth requirement). Answers "what may an agent do right now" -- a separate question from production readiness, which answers "how suitable is this server for adoption." Customize via policy export.

No policy blockers under the default policy stance.

Action-controls diff
Snapshot changed
no
Disabled-by-default candidates
none
New actions
ActionRiskFlags
No newly added actions.
Changed actions
ActionChange typesRisk
No materially changed actions.
Critical alerts
High/critical-severity alerts
0
Production verdicts degrade quickly when high or critical-severity alerts are active.

Compatibility

Client readiness verdicts

Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.

Client compatibility: ChatGPT
Not client-compatible
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.; OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.
Confidence: high (81.25)
Evidence provenance
Winner: live_validation
Supporting sources: live_validation, history, server_card
Disagreements: none
  • initializeOK
  • tools_listOK
  • transport_compliance_probeWarning
  • step_up_auth_probeMissing
  • connector_replay_probeOK — Frozen tool snapshots must survive refresh.
  • request_association_probeMissing — Roots, sampling, and elicitation should stay request-scoped.
Client compatibility: Claude
Not client-compatible
OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.; Transport compliance failed or did not complete successfully.
Confidence: high (81.25)
Evidence provenance
Winner: live_validation
Supporting sources: live_validation, history, server_card
Disagreements: none
  • initializeOK
  • tools_listOK
  • transport_compliance_probeWarning
Write-action publishing
Publishing allowed
Current write surface is bounded enough for cautious review with production policy controls.
Confidence: high (81.25)
Evidence provenance
Winner: live_validation
Supporting sources: live_validation, history
Disagreements: none
  • action_safety_probeOK
Snapshot churn risk
Low
No material tool-surface churn detected in the latest comparison.
Confidence: high (81.25)
Evidence provenance
Winner: history
Supporting sources: history, live_validation
Disagreements: none
  • tool_snapshot_probeOK
  • connector_replay_probeOK
Client readiness gate details
ChatGPT custom connector
Not client-compatible
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.; OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.
Remediation checklist
  • Add OAuth-based authentication for remote connector auth.
  • Support dynamic client registration (DCR) to simplify connector setup.
  • Document step-up auth requirements in a connector-friendly way.
  • Improve OAuth interoperability -- see the OAuth Interop score breakdown.
  • Configure OAuth for authenticated remote MCP access.
  • Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
Claude remote MCP
Not client-compatible
OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.; Transport compliance failed or did not complete successfully.
Remediation checklist
  • Configure OAuth for authenticated remote MCP access.
  • Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
  • Resolve transport compliance issues before wider client rollout.
Write-safe publishing
Blocked
Production readiness shows a blocking verdict.
Remediation checklist
  • Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
Production verdict
Needs remediation
Current validation evidence shows operational or discovery gaps that should be fixed first.
Confidence: high (81.25)
Winning source: live_validation
Triggering alerts
  • No active alert triggers.
Client verdict trace table
VerdictStatusChecksWinning sourceConflicts
openai_connectors Not client-compatible initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe live_validation none
claude_desktop Not client-compatible initialize, tools_list, transport_compliance_probe live_validation none
unsafe_for_write_actions Publishing allowed action_safety_probe live_validation none
snapshot_churn_risk Low tool_snapshot_probe, connector_replay_probe history none
Publishability policy profiles
ChatGPT custom connector publishability policy
Policy blocked
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.; OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk. Technical compatibility is evaluated separately from this publishability policy.
  • Search Fetch Only: Yes
  • Write Actions Present: No
  • Oauth Configured: No
  • Admin Refresh Required: No
  • Safe For Company Knowledge: Yes
  • Safe For Messages Api Remote Mcp: No
Claude remote MCP publishability policy
Policy blocked
OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.; Transport compliance failed or did not complete successfully. Technical compatibility is evaluated separately from this publishability policy.
  • Search Fetch Only: Yes
  • Write Actions Present: No
  • Oauth Configured: No
  • Admin Refresh Required: No
  • Safe For Company Knowledge: Yes
  • Safe For Messages Api Remote Mcp: No
Compatibility fixtures
ChatGPT custom connector fixture
Degraded
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.
  • remote_http_endpoint: Passes
  • oauth_discovery: Degraded
  • frozen_tool_snapshot_refresh: Passes
  • request_association: Not Assessed
Anthropic remote MCP fixture
Passes
Remote MCP transport and discovery assumptions are satisfied.
  • remote_transport: Passes
  • tool_discovery: Passes
  • auth_connect: Passes
  • safe_write_review: Passes
Recommended for
Smithery
Smithery is marked compatible with score 100.
Generic Streamable HTTP
Generic Streamable HTTP is marked compatible with score 100.

Evidence

Current trust snapshot
Snapshot ID
trustsnap_2613679214832329
Use this ID to compare server page, report, policy, MCP, homepage, ranking, and shortlist surfaces.
Trust evaluated
Aug 15, 2026 03:22:59 PM UTC
Evidence revision: e45fdcc8b829930f4c361bcb • materialization: complete
Last validated
Aug 15, 2026 03:54:47 AM UTC
Age: 11.47h • evidence age tier: Verified in last 24h • display score: 59.38

Canonical machine links

Evidence confidence
Confidence score
81.2
Based on 5 recent validations, 13 captured checks, and validation age of 11.5 hours.
Live checks captured
13
More direct checks increase trust in the current verdict.
Validation age
11.5h
Lower age means fresher evidence.
Latest validation evidence
Latest summary
Healthy
Validation profile
remote_mcp
Started
Aug 15, 2026 03:54:46 AM UTC
Latency
1126.8 ms

Failures

  • oauth_authorization_server no authorization server
  • oauth_protected_resource Client error '404 Not Found' for url 'https://scenef.com/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
  • openid_configuration no authorization server
  • server_card Client error '404 Not Found' for url 'https://scenef.com/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404

Checks

CheckStatusLatencyEvidence
action_safety_probe OK n/a No high-risk write, destructive, or exec tools detected.
advanced_capabilities_probe Warning n/a Only 1 capability signal(s): structured outputs.
connector_publishability_probe Warning n/a Publishability blockers: protocol version, session resume, step up auth, transport compliance, +2 more.
connector_replay_probe OK n/a Backward compatible with no breaking tool-surface changes.
determinism_probe OK 95.4 ms Check completed
initialize OK 95.3 ms Protocol 2025-03-26
instruction_tool_reference_probe OK n/a Check completed
interactive_flow_probe Missing n/a Check completed
oauth_authorization_server Missing n/a no authorization server
oauth_protected_resource Error 105.8 ms Client error '404 Not Found' for url 'https://scenef.com/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
official_registry_probe Missing n/a Check completed
openid_configuration Missing n/a no authorization server
probe_noise_resilience OK 103.1 ms Fetched https://scenef.com/robots.txt
prompt_get Missing n/a not advertised
prompts_list Missing 100.7 ms not supported
protocol_version_probe Warning n/a Claims 2025-03-26; 2 release(s) behind 2025-11-25.
provenance_divergence_probe Not_Assessed n/a Check completed
request_association_probe Missing n/a No request-association capabilities were advertised.
resource_read Missing n/a not advertised
resources_list Missing 82.8 ms not supported
schema_divergence_probe Missing n/a no server card tools
server_card Error 29.3 ms Client error '404 Not Found' for url 'https://scenef.com/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
session_resume_probe Warning n/a no session id
step_up_auth_probe Missing n/a No OAuth or incremental-scope signals detected.
tool_snapshot_probe OK n/a Check completed
tools_list OK 88.2 ms 9 tool(s) exposed
transport_compliance_probe Warning 93.9 ms Issues: missing session id, missing protocol header (bad protocol=400).
utility_coverage_probe Missing 101.5 ms No completions evidence; no pagination evidence; tasks missing.
Known versions
  • No versions recorded.
Public server reputation
Validation success 7d
1.0
Validation success 30d
1.0
Mean time to recover
n/a
Breaking diffs 30d
0
Registry drift frequency 30d
0
Snapshot changes 30d
0
Benchmark tasks
Benchmark taskStatusEvidence
Discover tools Passes
  • initializeOK
  • tools_listOK
Read-only fetch flow Degraded
  • resource_readMissing
  • read_only_tool_surfaceOK
OAuth-required connect Degraded
  • oauth_protected_resourceError
  • step_up_auth_probeMissing
Safe write flow with confirmation Passes
  • action_safety_probeOK
Utility coverage
Probe status
Missing
Completions
not detected
Completion probe target: none
Pagination
not detected
No nextCursor evidence.
Tasks
Missing
Advertised: no
Tool snapshot diff & changelog
Snapshot changed
no
Added tools
none
Removed tools
none
Required-argument changes
ToolAdded required argsRemoved required args
No required-argument changes detected.
Output-schema drift
ToolPrevious propertiesLatest properties
No output-schema drift detected.
Validation diff
Score delta
-0.52
Summary changed
no
Tool delta
0
Prompt delta
0
Auth mode changed
no
Write surface expanded
no
Protocol regressed
no
Registry drift changed
no

Regressed checks: none

Improved checks: none

Newly assessed dimensions: none

No longer assessed dimensions: none

ComponentPreviousLatestDelta
official_registry_presence_score3.02.0-1.0
Registry & provenance divergence
Probe status
Not_Assessed
Assessment
Not assessed
probe_not_assessed
Cross-registry alias disagreements
Warning registry_source homepage registry_identifier
Active alerts

No active alerts for the current server state.

Aliases & registry graph
IdentifierSourceCanonicalIdentity evidenceScore
speedwarnsf/scenef-mcp glama_registry yes canonical 59.4
github-speedwarnsf/scenef-mcp github_topic_registry no repo_slug n/a
Alias consolidation

Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.

Canonical identifier
speedwarnsf/scenef-mcp
Duplicate aliases
1
Registry sources
github_topic_registry glama_registry
Directory listings
none
Source disagreements
FieldWhat differsObserved values
Registry source Multiple registries or registry sync paths claim this same canonical server. github_topic_registry glama_registry
Homepage Registry entries disagree on the primary homepage for this server. https://github.com/speedwarnsf/scenef-mcp https://glama.ai/mcp/servers/o7ggwv58ps
Registry identifier Different registry-specific identifiers resolve to the same canonical server record here. github_topic_registry:speedwarnsf/scenef-mcp glama_registry:o7ggwv58ps

Fix it

Why this score?
Access & Protocol
24/44
Connectivity, auth, and transport expectations for common clients.
Interface Quality
29/56
How well the tool/resource interface communicates and behaves under automation.
Security Posture
25/36
How safely the exposed tool surface handles destructive actions, egress, execution, secrets, and risky inputs.
Reliability & Trust
22/24
Operational stability, consistency, and trustworthiness over time.
Discovery & Governance
10/28
How well the server is documented, listed, and governed in public registries.
Adoption & Market
4/8
Adoption clues and public evidence that the server is intended for external use.
Algorithmic score breakdown
Auth Operability
2/4
Measures whether auth discovery and protected access behave predictably for clients.
Error Contract Quality
2/4
Grades machine-readable error structure, status alignment, and remediation hints.
Rate-Limit Semantics
2/4
Checks whether quota/throttle responses are deterministic and automation-friendly.
Schema Completeness
3/4
Completeness of tool descriptions, parameter docs, examples, and schema shape.
Backward Compatibility
4/4
Stability score across tool schema/name drift relative to prior validations.
SLO Health
4/4
Availability, latency, and burst-failure profile across recent validation history.
Security Hygiene
3/4
HTTPS posture, endpoint hygiene, and response-surface hardening checks.
Task Success
4/4
Can an agent reliably initialize, enumerate tools, and execute core MCP flows?
Trust Confidence
2/4
Confidence-adjusted reliability score that penalizes low evidence volume.
Abuse/Noise Resilience
4/4
How well the server preserves core behavior in the presence of noisy traffic patterns.
Prompt Contract
0/4
Quality of prompt metadata, argument shape, and prompt discoverability for clients.
Resource Contract
0/4
How completely resources and resource templates describe URIs, types, and usage shape.
Discovery Metadata
2/4
Homepage, docs, icon, repository, support, and license coverage for directory consumers.
Registry Consistency
2/4
Agreement between stored registry metadata, live server-card data, and current validation output.
Installability
4/4
How cleanly a real client can connect, initialize, enumerate tools, and proceed through auth.
Session Semantics
4/4
Determinism and state behavior across repeated MCP calls, including sticky-session surprises.
Tool Surface Design
3/4
Naming clarity, schema ergonomics, and parameter complexity across the tool surface.
Result Shape Stability
3/4
Stability of declared output schemas across validations, with penalties for drift or missing shapes.
OAuth Interop
0/4
Depth and client compatibility of OAuth/OIDC metadata beyond the minimal protected-resource check.
Recovery Semantics
0/4
Whether failures include actionable machine-readable next steps such as retry or upgrade guidance.
Maintenance Signal
2/4
Versioning, update recency, and historical validation cadence that indicate active stewardship.
Adoption Signal
2/4
Directory presence and distribution clues that suggest the server is intended for external use.
Freshness Confidence
4/4
Confidence that recent validations are current enough and dense enough to trust operationally.
Transport Fidelity
4/4
Whether declared transport metadata matches the observed endpoint behavior and response formats.
Spec Recency
2/4
How close the server’s claimed MCP protocol version is to the latest known public revision.
Session Resume
3/4
Whether Streamable HTTP session identifiers and resumed requests behave cleanly for real clients.
Step-Up Auth
0/4
Whether OAuth metadata and WWW-Authenticate challenges support granular, incremental consent instead of broad upfront scopes.
Transport Compliance
2/4
Checks session headers, protocol-version enforcement, session teardown, and expired-session behavior.
Utility Coverage
0/4
Signals support for completions, pagination, and task-oriented utility surfaces that larger clients increasingly expect.
Advanced Capability Coverage
0/4
Coverage of newer MCP surfaces like roots, sampling, elicitation, structured output, and related metadata.
Connector Publishability
2/4
How ready the server looks for client catalogs and managed connector programs.
Tool Snapshot Churn
4/4
Stability of the tool surface across recent validations, including add/remove and output-shape drift.
Connector Replay
4/4
Whether a previously published frozen connector snapshot would remain backward compatible after the latest tool refresh.
Request Association
0/4
Whether roots, sampling, and elicitation appear tied to active client requests instead of arriving unsolicited on idle sessions.
Interactive Flow Safety
0/4
Whether prompts and docs steer users toward safe auth flows instead of pasting secrets directly.
Action Safety
3/4
Risk-weighted view of destructive, exec, egress, and confirmation semantics across the tool surface.
Official Registry Presence
2/4
Whether the server appears directly or indirectly in the official MCP registry.
Safety Transparency
2/4
Clarity of docs, auth disclosure, support links, and other trust signals visible to integrators.
Tool Capability Clarity
4/4
How clearly the tool surface communicates whether each action reads, writes, deletes, executes, or exports data.
Destructive Operation Safety
3/4
Penalizes delete/revoke/destroy style tools unless auth and safeguards reduce blast radius.
Egress / SSRF Resilience
3/4
Assesses arbitrary URL fetch, crawl, webhook, and remote-request exposure on the tool surface.
Execution / Sandbox Safety
4/4
Evaluates shell, code, script, and command-execution exposure and whether that surface appears contained.
Data Exfiltration Resilience
3/4
Assesses export, dump, backup, and bulk-read behavior against the surrounding auth and safeguard signals.
Least Privilege Scope
3/4
Rewards scoped auth metadata and penalizes broad or missing scopes around privileged tools.
Secret Handling Hygiene
3/4
Assesses secret-bearing tools, token leakage risk, and whether the public surface avoids obvious secret exposure.
Supply Chain Signal
0/4
Public metadata signal for repository, changelog, license, versioning, and recency that supports supply-chain trust.
Input Sanitization Safety
3/4
Penalizes risky freeform string inputs when schemas do not constrain URLs, code, paths, queries, or templates.
Tool Namespace Clarity
4/4
Measures naming uniqueness and ambiguity across the tool namespace to reduce collision and confusion risk.

1 component(s) not assessed for this run: Provenance Divergence

Experimental candidate components
Personal Data Exposure
8.5
Experimental candidate, weight 0. Export and bulk-access evidence only; no impact on totals, verdicts, rankings, or gates.
Actionable remediation
SeverityRemediationWhy it mattersRecommended action
High Align session and protocol behavior with Streamable HTTP expectations Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
Playbook
  • Return `Mcp-Session-Id` and `Mcp-Protocol-Version` headers consistently on streamable HTTP responses.
  • Honor `DELETE` session teardown and return `404` when a deleted session is reused.
  • Reject invalid protocol-version headers with `400 Bad Request`.
High Expose /.well-known/oauth-protected-resource Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
Playbook
  • Serve `/.well-known/oauth-protected-resource` from the same host as the MCP endpoint.
  • Point it at the authorization server metadata URL.
  • Confirm clients receive consistent auth hints before tool execution.
High Publish OAuth authorization-server metadata Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.
Playbook
  • Publish `/.well-known/oauth-authorization-server` from the issuer.
  • Add `registration_endpoint` if DCR is supported.
  • Verify issuer, authorization, token, and jwks metadata are all reachable.
High Publish a complete server card Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.
Playbook
  • Publish `/.well-known/mcp/server-card.json`.
  • Include homepage, repository, support, tools, prompts/resources, and auth metadata.
  • Revalidate the server after publishing the card.
Medium Adopt a current MCP protocol revision Older protocol revisions reduce compatibility with newer clients and registry programs. Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.
Playbook
  • Update the server's advertised protocol version to a current MCP revision (2025-06-18 or later).
  • Return the negotiated version consistently in both the `initialize` response and the `MCP-Protocol-Version` header.
  • Revalidate and confirm `protocol_version_probe` reports `ok`.
Medium Close connector-publishing gaps Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.
Playbook
  • Review the blockers and failed criteria recorded by connector_publishability_probe.
  • Correct the identified transport, authentication, server-card, or tool-stability gaps.
  • Revalidate and require the probe to report no blockers before publishing the connector.
Medium Document minimal scopes and return cleaner auth challenges Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.
Playbook
  • Advertise the narrowest viable scopes in OAuth metadata.
  • Return `WWW-Authenticate` challenges with scope or insufficient-scope hints when additional consent is needed.
  • Revalidate with both public discovery and auth-required flows.
Medium Publish OpenID configuration OIDC metadata improves token validation and client compatibility. Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.
Playbook
  • Serve `/.well-known/openid-configuration` with `issuer`, `jwks_uri`, `authorization_endpoint`, and `token_endpoint`.
  • List supported grant types in `grant_types_supported` and scopes in `scopes_supported`.
  • Revalidate and confirm the `openid_configuration` check returns `ok`.
Medium Raise Adoption & Market score Adoption clues and public evidence that the server is intended for external use. Increase external documentation and directory coverage so users can discover and evaluate the server.
Medium Support resumable HTTP sessions cleanly Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. Persist session state keyed by Mcp-Session-Id and honor Last-Event-ID on GET reconnects so clients can resume a dropped Streamable HTTP session.
Playbook
  • Persist session state keyed by `Mcp-Session-Id` so a client can reconnect after a dropped connection.
  • Honor `Last-Event-ID` on GET reconnects to replay missed SSE events instead of erroring.
  • Revalidate and confirm `session_resume_probe` no longer returns `warning`.
Low Expose modern utility surfaces like completions, pagination, or tasks Utility coverage improves interoperability with larger clients and long-lived agent workflows. Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.
Playbook
  • Advertise `completions`, pagination cursors, and `tasks` only when they are actually supported.
  • Return `nextCursor` on large list operations when pagination is available.
  • Document task support and whether it requires step-up auth.
Low Publish newer MCP capability signals Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.
Playbook
  • Add the capabilities you actually support (`roots`, `sampling`, `elicitation`) to the `capabilities` object returned from `initialize`.
  • Only advertise a capability once the corresponding request/response flow is implemented end to end.
  • Revalidate and confirm `advanced_capabilities_probe` reflects the updated capability set.
Low Publish or reconcile the server in the official MCP registry Official registry presence improves discovery confidence and cross-source consistency. Create or update the official MCP registry entry with the canonical MCP endpoint and matching repository metadata, then rerun official_registry_probe.
Playbook
  • Locate or create the canonical entry in the official MCP registry.
  • Publish the live MCP endpoint and reconcile its repository and homepage metadata.
  • Revalidate and confirm official_registry_probe recognizes the reconciled entry.
Point loss breakdown
ComponentCurrentPoints missing
Utility Coverage 0/4 -4.0
Step-Up Auth 0/4 -4.0
Resource Contract 0/4 -4.0
Request Association 0/4 -4.0
Recovery Semantics 0/4 -4.0
Prompt Contract 0/4 -4.0
OAuth Interop 0/4 -4.0
Interactive Flow Safety 0/4 -4.0
Supply Chain Signal 0/4 -4.0
Advanced Capability Coverage 0/4 -4.0
Trust Confidence 2/4 -2.0
Transport Compliance 2/4 -2.0
Technical compatibility profiles

These scores measure technical client compatibility only. Client publishability and production readiness are evaluated separately against policy, transport, and write-surface blockers.

OpenAI Connectors
55.6
Technical review required (5 of 9 requirements met)
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.
Connector URL: https://scenef.com/mcp
# No OAuth metadata detected.
# Server: speedwarnsf/scenef-mcp
Claude Desktop
100.0
Technically compatible (6 of 6 requirements met)
No technical compatibility criteria are currently unmet.
{
  "mcpServers": {
    "scenef-mcp": {
      "command": "npx",
      "args": ["mcp-remote", "https://scenef.com/mcp"]
    }
  }
}
Smithery
100.0
Technically compatible (5 of 5 requirements met)
No technical compatibility criteria are currently unmet.
smithery mcp add "https://scenef.com/mcp"
Generic Streamable HTTP
100.0
Technically compatible (6 of 6 requirements met)
No technical compatibility criteria are currently unmet.
curl -sS https://scenef.com/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'

Governance

MCP TrustOps

TrustOps turns this report into operational controls: validation targets and SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.

Evidence age tier
Verified in last 24h
Policy evidence-age limit (a runtime constraint, distinct from the public 24h freshness window and from a plan's validation target/SLA): 168.0h • confidence-weighted score (display score discounted for evidence age and confidence -- an internal TrustOps input, not the public score): 48.2 • score suppressed after the 30-day display limit:
Policy exports
Formats: json, rego, yaml, github_action, gateway_config, client_report
Runtime routing
/v1/decide
Returns allowed tools, blocked tools, approval requirement, and reason.
Hosted runtime
Deploy trusted servers from GitHub with secrets, egress controls, releases, rollback, and audit events.
Authenticated validation
Premium publisher feature: paid authenticated runs verify scopes, write-action safeguards, and authorized tool execution.
Active trust badges
none
Semantic benchmarks
available
Templates cover GitHub, database, healthcare, web search, and CRM least-privilege jobs.
Supply chain
metadata signal
Deep scan checks are marked separately from public metadata signals.
Compliance metadata
Terms, privacy, SOC 2, HIPAA, GDPR, retention, deletion, and audit-log fields are tracked as enterprise metadata.
Alert subscription types
Status changes Score drops or recovers Evidence-age policy breach Validation schema drift OAuth or auth behavior changes Tool surface changes New or changed write tool Supply-chain signal changes Legal or compliance metadata changes
MCP Runtime hosting

Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.

Activation readiness
Trusted hosted runtimes require fresh validation, a passing server state, a remote endpoint, and a minimum score.
Minimum tier
TrustOps
Publisher claim plus paid TrustOps tier are required before secrets or releases can be created.
Hosted endpoint
/hosted/{namespace}/{name}/mcp
The endpoint enforces egress allowlists and records audit/usage events.
Blockers
score_below_hosting_threshold blocked_by_production_readiness
DeploymentStatusEndpointRelease
No hosted runtime deployments yet.
Authenticated validation sessions

Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.

Latest profile
remote_mcp
Authenticated session used
Public score isolation
Preview endpoint
/v1/verify
CI preview endpoint
/v1/ci/preview
Install snippets
Openai Connectors
Connector URL: https://scenef.com/mcp
# No OAuth metadata detected.
# Server: speedwarnsf/scenef-mcp
Claude Desktop
{
  "mcpServers": {
    "scenef-mcp": {
      "command": "npx",
      "args": ["mcp-remote", "https://scenef.com/mcp"]
    }
  }
}
Smithery
smithery mcp add "https://scenef.com/mcp"
Generic Http
curl -sS https://scenef.com/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
Live server tools
scenef_whats_playing scenef_search_showtimes scenef_theater_info scenef_film_details scenef_plan_movie_night scenef_discounts scenef_coming_soon scenef_now
Showing 8 of 9 tools.
Observed from the latest live validation against https://scenef.com/mcp. This is the target server surface, not Verify's own inspection tools.
Live capability counts
9 tools • 0 prompts • 0 resources
Counts come from the latest tools/list, prompts/list, and resources/list checks.
Inspect with Verify
search fetch search_servers recommend_servers get_server_report compare_servers
Use Verify itself to search, recommend, compare, and fetch the full report for speedwarnsf/scenef-mcp.
Direct machine links

History

Validation history
7 day score delta
n/a
30 day score delta
n/a
Recent healthy ratio
100%
Freshness
11.5h
TimestampStatusScoreLatencyTools
Aug 15, 2026 03:54:47 AM UTC Healthy 59.4 1126.8 ms 9
Aug 14, 2026 03:53:56 PM UTC Healthy 59.9 1260.7 ms 9
Aug 14, 2026 03:17:41 AM UTC Healthy 59.4 1278.2 ms 9
Aug 13, 2026 02:26:31 PM UTC Healthy 58.9 1411.5 ms 9
Aug 13, 2026 02:25:45 AM UTC Healthy 55.2 1242.1 ms 9
Validation timeline
ValidatedSummaryScoreProtocolAuth modeToolsHigh-risk toolsChanges
Aug 15, 2026 03:54:47 AM UTC Healthy 59.4 2025-03-26 public 9 0 none
Aug 14, 2026 03:53:56 PM UTC Healthy 59.9 2025-03-26 public 9 0 none
Aug 14, 2026 03:17:41 AM UTC Healthy 59.4 2025-03-26 public 9 0 none
Aug 13, 2026 02:26:31 PM UTC Healthy 58.9 2025-03-26 public 9 0 none
Aug 13, 2026 02:25:45 AM UTC Healthy 55.2 2025-03-26 public 9 0 none
Recent validation runs
Recent validation runs for this MCP server
StartedStatusSummaryLatencyChecks
Aug 15, 2026 03:54:46 AM UTC Completed Healthy 1126.8 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 14, 2026 03:53:55 PM UTC Completed Healthy 1260.7 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 14, 2026 03:17:40 AM UTC Completed Healthy 1278.2 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 13, 2026 02:26:30 PM UTC Completed Healthy 1411.5 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 13, 2026 02:25:43 AM UTC Completed Healthy 1242.1 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Incident & change feed
TimestampEventDetails
Aug 15, 2026 03:54:47 AM UTC Latest validation: healthy Score 59.4 with status healthy.
Aug 15, 2026 03:54:47 AM UTC Score changed Score delta -0.5 versus the previous run.
Aug 14, 2026 03:53:56 PM UTC Score changed Score delta +0.5 versus the previous run.
Aug 14, 2026 03:17:41 AM UTC Score changed Score delta +0.5 versus the previous run.

Technical details

Raw evidence view
Show raw JSON evidence
{
  "checks": {
    "action_safety_probe": {
      "details": {
        "auth_present": false,
        "confirmation_signals": [
          "scenef_accuracy"
        ],
        "reason": null,
        "safeguard_count": 1,
        "summary": {
          "annotation_conflict_tools": 0,
          "bulk_access_tools": 0,
          "capability_distribution": {
            "read": 9
          },
          "declared_non_read_only_tools": 0,
          "destructive_tools": 0,
          "egress_tools": 0,
          "exec_tools": 0,
          "has_mutating_capability": false,
          "has_non_read_capability": false,
          "high_risk_tools": 0,
          "risk_distribution": {
            "critical": 0,
            "high": 0,
            "low": 9,
            "medium": 0
          },
          "secret_tools": 0,
          "tool_count": 9
        }
      },
      "latency_ms": null,
      "status": "ok"
    },
    "advanced_capabilities_probe": {
      "details": {
        "capabilities": {
          "completions": false,
          "elicitation": false,
          "prompts": false,
          "resource_links": false,
          "resources": false,
          "roots": false,
          "sampling": false,
          "structured_outputs": true
        },
        "enabled": [
          "structured_outputs"
        ],
        "enabled_count": 1,
        "initialize_capability_keys": [
          "tools"
        ]
      },
      "latency_ms": null,
      "status": "warning"
    },
    "connector_publishability_probe": {
      "details": {
        "blockers": [
          "protocol_version",
          "session_resume",
          "step_up_auth",
          "transport_compliance",
          "request_association",
          "server_card"
        ],
        "criteria": {
          "action_safety": true,
          "auth_flow": true,
          "connector_replay": true,
          "initialize": true,
          "protocol_version": false,
          "remote_transport": true,
          "request_association": false,
          "server_card": false,
          "session_resume": false,
          "step_up_auth": false,
          "tool_surface": true,
          "tools_list": true,
          "transport_compliance": false
        },
        "high_risk_tools": 0,
        "tool_count": 9,
        "transport": "streamable-http"
      },
      "latency_ms": null,
      "status": "warning"
    },
    "connector_replay_probe": {
      "details": {
        "added_tools": [],
        "additive_output_changes": [],
        "backward_compatible": true,
        "output_breaks": [],
        "removed_tools": [],
        "required_arg_breaks": [],
        "would_break_after_refresh": false
      },
      "latency_ms": null,
      "status": "ok"
    },
    "determinism_probe": {
      "details": {
        "attempts": 2,
        "baseline_signature": "924bbf1fe61fdece79c23fe2d92ff70f70c202e1ded4d5b61cfd4ca90ac055df",
        "errors": [],
        "matches": 2,
        "stable_ratio": 1.0,
        "successful": 2
      },
      "latency_ms": 95.43,
      "status": "ok"
    },
    "initialize": {
      "details": {
        "headers": {
          "content-type": "text/event-stream",
          "strict-transport-security": "max-age=63072000"
        },
        "http_status": 200,
        "payload": {
          "id": 1,
          "jsonrpc": "2.0",
          "result": {
            "capabilities": {
              "tools": {
                "listChanged": true
              }
            },
            "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 \u2014 failures included \u2014 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 \u2014 they are labeled source_tier licensed-feed and carry the weakest claim on the site.",
            "protocolVersion": "2025-03-26",
            "serverInfo": {
              "name": "scenef",
              "version": "1.0.0"
            }
          }
        },
        "url": "https://scenef.com/mcp"
      },
      "latency_ms": 95.3,
      "status": "ok"
    },
    "instruction_tool_reference_probe": {
      "details": {
        "missing_tools": [],
        "observed_tool_count": 9,
        "referenced_tools": [
          "scenef_accuracy"
        ]
      },
      "latency_ms": null,
      "status": "ok"
    },
    "interactive_flow_probe": {
      "details": {
        "oauth_supported": false,
        "prompt_available": false,
        "risk_hits": [],
        "safe_hits": []
      },
      "latency_ms": null,
      "status": "missing"
    },
    "oauth_authorization_server": {
      "details": {
        "reason": "no_authorization_server"
      },
      "latency_ms": null,
      "status": "missing"
    },
    "oauth_protected_resource": {
      "details": {
        "error": "Client error '404 Not Found' for url 'https://scenef.com/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
        "url": "https://scenef.com/.well-known/oauth-protected-resource"
      },
      "latency_ms": 105.8,
      "status": "error"
    },
    "official_registry_probe": {
      "details": {
        "direct_match": false,
        "official_peer_count": 0,
        "registry_source": "glama_registry"
      },
      "latency_ms": null,
      "status": "missing"
    },
    "openid_configuration": {
      "details": {
        "reason": "no_authorization_server"
      },
      "latency_ms": null,
      "status": "missing"
    },
    "probe_noise_resilience": {
      "details": {
        "consent_error": null,
        "headers": {
          "content-type": "text/plain; charset=utf-8",
          "strict-transport-security": "max-age=63072000"
        },
        "http_status": 200,
        "url": "https://scenef.com/robots.txt",
        "validation_disallowed": false
      },
      "latency_ms": 103.08,
      "status": "ok"
    },
    "prompt_get": {
      "details": {
        "reason": "not_advertised"
      },
      "latency_ms": null,
      "status": "missing"
    },
    "prompts_list": {
      "details": {
        "headers": {
          "content-type": "text/event-stream",
          "strict-transport-security": "max-age=63072000"
        },
        "http_status": 200,
        "payload": {
          "error": {
            "code": -32601,
            "message": "Method not found"
          },
          "id": 3,
          "jsonrpc": "2.0"
        },
        "reason": "not_supported",
        "url": "https://scenef.com/mcp"
      },
      "latency_ms": 100.68,
      "status": "missing"
    },
    "protocol_version_probe": {
      "details": {
        "claimed_version": "2025-03-26",
        "lag_days": 244,
        "latest_known_version": "2025-11-25",
        "releases_behind": 2,
        "validator_protocol_version": "2025-03-26"
      },
      "latency_ms": null,
      "status": "warning"
    },
    "provenance_divergence_probe": {
      "details": {
        "comparable_field_count": 0,
        "compared_fields": [
          "title",
          "version",
          "homepage",
          "repository"
        ],
        "direct_official_match": false,
        "drift_fields": [],
        "metadata_document_count": 1,
        "readable_sources": [],
        "registry_homepage": null,
        "registry_repository": null,
        "registry_title": null,
        "registry_version": null,
        "server_card_homepage": null,
        "server_card_repository": null,
        "server_card_title": null,
        "server_card_version": null
      },
      "latency_ms": null,
      "status": "not_assessed"
    },
    "request_association_probe": {
      "details": {
        "reason": "no_request_association_capabilities_advertised"
      },
      "latency_ms": null,
      "status": "missing"
    },
    "resource_read": {
      "details": {
        "reason": "not_advertised"
      },
      "latency_ms": null,
      "status": "missing"
    },
    "resources_list": {
      "details": {
        "headers": {
          "content-type": "text/event-stream",
          "strict-transport-security": "max-age=63072000"
        },
        "http_status": 200,
        "payload": {
          "error": {
            "code": -32601,
            "message": "Method not found"
          },
          "id": 5,
          "jsonrpc": "2.0"
        },
        "reason": "not_supported",
        "url": "https://scenef.com/mcp"
      },
      "latency_ms": 82.76,
      "status": "missing"
    },
    "schema_divergence_probe": {
      "details": {
        "auth_scheme_mismatch": false,
        "card_server_name": null,
        "card_server_version": null,
        "compared_dimensions": [
          "server_name",
          "server_version",
          "declared_vs_observed_auth",
          "tool_membership",
          "parameter_names",
          "required_parameters",
          "parameter_types",
          "output_schema_presence"
        ],
        "compared_tool_count": 0,
        "live_server_name": "scenef",
        "live_server_version": "1.0.0",
        "reason": "no_server_card_tools",
        "server_name_mismatch": false,
        "server_version_mismatch": false
      },
      "latency_ms": null,
      "status": "missing"
    },
    "server_card": {
      "details": {
        "error": "Client error '404 Not Found' for url 'https://scenef.com/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
        "url": "https://scenef.com/.well-known/mcp/server-card.json"
      },
      "latency_ms": 29.3,
      "status": "error"
    },
    "session_resume_probe": {
      "details": {
        "protocol_version": "2025-03-26",
        "reason": "no_session_id",
        "resume_expected": true,
        "transport": "streamable-http"
      },
      "latency_ms": null,
      "status": "warning"
    },
    "step_up_auth_probe": {
      "details": {
        "auth_required_checks": [],
        "broad_scopes": [],
        "challenge_headers": [],
        "minimal_scope_documented": false,
        "oauth_present": false,
        "scope_specificity_ratio": 0.0,
        "step_up_signals": [],
        "supported_scopes": []
      },
      "latency_ms": null,
      "status": "missing"
    },
    "tool_snapshot_probe": {
      "details": {
        "added": [],
        "changed_outputs": [],
        "current_tool_count": 9,
        "previous_tool_count": 9,
        "removed": [],
        "similarity": 1.0
      },
      "latency_ms": null,
      "status": "ok"
    },
    "tools_list": {
      "details": {
        "headers": {
          "content-type": "text/event-stream",
          "strict-transport-security": "max-age=63072000"
        },
        "http_status": 200,
        "payload": {
          "id": 2,
          "jsonrpc": "2.0",
          "result": {
            "tools": [
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "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. When the window covers tonight, opens with Notable tonight \u2014 scarcity facts with evidence (measured seat counts, final nights, lone prints, posted discounts, live elements); lead with those when asked what to see. Each entry carries year, runtime, genres, a one-line hook, venue count, the next showtime, and the film's SceneF url. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "formats": {
                      "description": "Format/tag filters, e.g. [\"35mm\", \"70mm\", \"qa\", \"live-score\"].",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "genres": {
                      "description": "Genre filters, e.g. [\"horror\", \"comedy\"].",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "max_results": {
                      "description": "Max films to return (default 12, cap 25).",
                      "maximum": 25,
                      "minimum": 1,
                      "type": "integer"
                    },
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    },
                    "when": {
                      "description": "When to look: \"tonight\" (default), \"tomorrow\", \"weekend\" (Fri/Sat/Sun of the current week), or a YYYY-MM-DD date.",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "name": "scenef_whats_playing",
                "title": "What's playing in SF"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "Upcoming showtimes for one film (title or slug; fuzzy-matched \u2014 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. Optional date, time window, and venue filters. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "date": {
                      "description": "Restrict to one night, YYYY-MM-DD.",
                      "type": "string"
                    },
                    "film": {
                      "description": "Film title or SceneF slug, e.g. \"The Matrix\" or \"the-matrix-1999\".",
                      "type": "string"
                    },
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    },
                    "time_after": {
                      "description": "Only shows at or after this local time, \"HH:MM\" 24h.",
                      "type": "string"
                    },
                    "time_before": {
                      "description": "Only shows at or before this local time, \"HH:MM\" 24h.",
                      "type": "string"
                    },
                    "venues": {
                      "description": "Restrict to these theaters (ids or names), e.g. [\"roxie\", \"Balboa\"].",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "film"
                  ],
                  "type": "object"
                },
                "name": "scenef_search_showtimes",
                "title": "Search showtimes for a film"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "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. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    },
                    "theater": {
                      "description": "Theater id or name, e.g. \"roxie\" or \"Balboa Theater\".",
                      "type": "string"
                    }
                  },
                  "required": [
                    "theater"
                  ],
                  "type": "object"
                },
                "name": "scenef_theater_info",
                "title": "Theater info"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "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. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "film": {
                      "description": "Film title or SceneF slug.",
                      "type": "string"
                    },
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    }
                  },
                  "required": [
                    "film"
                  ],
                  "type": "object"
                },
                "name": "scenef_film_details",
                "title": "Film details"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "The concierge: give it a window and a taste profile and it returns 2-4 complete plans \u2014 film + specific showtime + theater + why it fits \u2014 each with ticket and calendar links, plus one wildcard pick outside the stated genres. Rankings are pure preference-fit; never pay-ranked. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "party_size": {
                      "description": "How many people are going.",
                      "maximum": 9007199254740991,
                      "minimum": 1,
                      "type": "integer"
                    },
                    "preferences": {
                      "description": "Bring-your-own taste profile.",
                      "properties": {
                        "avoids": {
                          "description": "Genres to steer away from.",
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "discounts_only": {
                          "description": "Only screenings at theaters with a discount active that night.",
                          "type": "boolean"
                        },
                        "formats": {
                          "description": "Formats to favor, e.g. [\"35mm\", \"70mm\"].",
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "home_venues": {
                          "description": "Home-theater venue ids to nudge upward, e.g. [\"roxie\"].",
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "likes": {
                          "description": "Genres to favor, e.g. [\"horror\", \"comedy\"].",
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "no_matinee": {
                          "description": "Penalize daytime shows.",
                          "type": "boolean"
                        },
                        "window": {
                          "description": "Preferred start-time window.",
                          "enum": [
                            "matinee",
                            "early",
                            "evening",
                            "late"
                          ],
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    },
                    "when": {
                      "description": "When to look: \"tonight\" (default), \"tomorrow\", \"weekend\" (Fri/Sat/Sun of the current week), or a YYYY-MM-DD date.",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "name": "scenef_plan_movie_night",
                "title": "Plan a movie night"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "Every structured discount across all SF theaters \u2014 venue, label, detail, and day-bound days \u2014 with the ones that apply today flagged.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "name": "scenef_discounts",
                "title": "Discount grid"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "Films whose first SF screening is more than 48 hours out, sorted by first night \u2014 the on-sale radar for runs worth booking early. Configurable horizon. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "horizon_days": {
                      "description": "How far ahead to look (default 21 days).",
                      "maximum": 90,
                      "minimum": 1,
                      "type": "integer"
                    },
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "name": "scenef_coming_soon",
                "title": "Coming soon (on-sale radar)"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "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. In \"detailed\" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "name": "scenef_now",
                "title": "Right now"
              },
              {
                "annotations": {
                  "readOnlyHint": true
                },
                "description": "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 \u2014 failures included \u2014 is public at https://scenef.com/api/accuracy. This tool returns that record: the site-wide confidence mix, the counts of verification checks confirmed / missing / unreachable in the last 7 days with the pass rate and the exact denominator it was computed from, the same per venue with source tier and last-verified time, and the definitions of every level. Checks that could not run \u2014 a bot wall, a client-rendered page \u2014 are graded unreachable and excluded from the pass rate rather than counted as passes. Quote these numbers directly; they are recomputed on every call.",
                "inputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "response_format": {
                      "description": "Output size: \"concise\" (default) for tight text lines, \"detailed\" to add ids, per-showtime ticket urls, and extra metadata.",
                      "enum": [
                        "concise",
                        "detailed"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "name": "scenef_accuracy",
                "outputSchema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "additionalProperties": false,
                  "properties": {
                    "attribution": {
                      "type": "string"
                    },
                    "data_as_of": {
                      "type": "string"
                    },
                    "docs": {
                      "type": "string"
                    },
                    "method": {
                      "additionalProperties": {},
                      "properties": {
                        "confidence_levels": {
                          "additionalProperties": {
                            "type": "string"
                          },
                          "propertyNames": {
                            "type": "string"
                          },
                          "type": "object"
                        },
                        "rings": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        }
                      },
                      "required": [
                        "rings",
                        "confidence_levels"
                      ],
                      "type": "object"
                    },
                    "site": {
                      "additionalProperties": {},
                      "properties": {
                        "checks": {
                          "type": "number"
                        },
                        "confidence_mix": {
                          "additionalProperties": {
                            "type": "number"
                          },
                          "propertyNames": {
                            "type": "string"
                          },
                          "type": "object"
                        },
                        "confirmed": {
                          "type": "number"
                        },
                        "missing": {
                          "type": "number"
                        },
                        "pass_rate": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "pass_rate_basis": {
                          "type": "string"
                        },
                        "screenings": {
                          "type": "number"
                        },
                        "unreachable": {
                          "type": "number"
                        },
                        "window_days": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "checks",
                        "confirmed",
                        "missing",
                        "unreachable",
                        "pass_rate",
                        "window_days",
                        "pass_rate_basis",
                        "screenings",
                        "confidence_mix"
                      ],
                      "type": "object"
                    },
                    "venues": {
                      "items": {
                        "additionalProperties": {},
                        "properties": {
                          "checks": {
                            "type": "number"
                          },
                          "confidence_mix": {
                            "additionalProperties": {
                              "type": "number"
                            },
                            "propertyNames": {
                              "type": "string"
                            },
                            "type": "object"
                          },
                          "last_verified_at": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "name": {
                            "type": "string"
                          },
                          "pass_rate": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "screenings": {
                            "type": "number"
                          },
                          "source_tier": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "venue_id": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "venue_id",
                          "name",
                          "source_tier",
                          "screenings",
                          "confidence_mix",
                          "last_verified_at",
                          "checks",
                          "pass_rate"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "data_as_of",
                    "attribution",
                    "site",
                    "venues",
                    "method",
                    "docs"
                  ],
                  "type": "object"
                },
                "title": "The accuracy record"
              }
            ]
          }
        },
        "url": "https://scenef.com/mcp"
      },
      "latency_ms": 88.17,
      "status": "ok"
    },
    "transport_compliance_probe": {
      "details": {
        "bad_protocol_error": null,
        "bad_protocol_headers": {
          "content-type": "application/json",
          "strict-transport-security": "max-age=63072000"
        },
        "bad_protocol_payload": {
          "error": {
            "code": -32000,
            "message": "Bad Request: Unsupported protocol version: 1999-99-99 (supported versions: 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07)"
          },
          "id": null,
          "jsonrpc": "2.0"
        },
        "bad_protocol_status_code": 400,
        "delete_error": null,
        "delete_status_code": null,
        "expired_session_error": null,
        "expired_session_status_code": null,
        "issues": [
          "missing_session_id",
          "missing_protocol_header"
        ],
        "last_event_id_visible": false,
        "protocol_header_present": false,
        "requested_protocol_version": "2025-03-26",
        "session_id_present": false,
        "transport": "streamable-http"
      },
      "latency_ms": 93.94,
      "status": "warning"
    },
    "utility_coverage_probe": {
      "details": {
        "completions": {
          "advertised": false,
          "live_probe": "not_executed",
          "sample_target": null
        },
        "initialize_capability_keys": [
          "tools"
        ],
        "pagination": {
          "metadata_signal": false,
          "next_cursor_methods": [],
          "supported": false
        },
        "tasks": {
          "advertised": false,
          "http_status": 200,
          "probe_status": "missing"
        }
      },
      "latency_ms": 101.51,
      "status": "missing"
    }
  },
  "failures": {
    "oauth_authorization_server": {
      "reason": "no_authorization_server"
    },
    "oauth_protected_resource": {
      "error": "Client error '404 Not Found' for url 'https://scenef.com/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
      "url": "https://scenef.com/.well-known/oauth-protected-resource"
    },
    "openid_configuration": {
      "reason": "no_authorization_server"
    },
    "server_card": {
      "error": "Client error '404 Not Found' for url 'https://scenef.com/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
      "url": "https://scenef.com/.well-known/mcp/server-card.json"
    }
  },
  "remote_url": "https://scenef.com/mcp",
  "server_card_payload": null,
  "server_identifier": "speedwarnsf/scenef-mcp"
}
Capabilities
Use-case taxonomy
communication productivity web
Transport compliance drilldown
Probe status
Warning
Transport
streamable-http
Session header
no
Protocol header
no
Bad protocol response
400
DELETE teardown
n/a
Expired session retry
n/a
Last-Event-ID visible
no

Issues: missing_session_id, missing_protocol_header

Request association
Status
Missing
Advertised capabilities
none
Observed idle methods
none
Violating methods
none
Probe HTTP status
n/a
Issues
none
Connector replay
Status
OK
Backward compatible
Would break after refresh
Added tools
none
Removed tools
none
Additive output changes
none
Required-argument replay breaks
ToolAdded required argsRemoved required args
No required-argument replay breaks detected.
Output-schema replay breaks
ToolRemoved propertiesAdded properties
No output-schema replay breaks detected.