api-evangelist/agnost-ai
Agnost AI is a production monitoring and product-analytics platform for teams building chat and voice AI agents. It continuously reads production agent conversations, MCP tool calls, and OpenTelemetry traces, clusters recurring intents, feature requests, frustration, and failure patterns, and catches agent failures that offline evals miss.
Block For Production
trustsnap_520d233faf165c3e.- Transport Fidelity
- Tool Surface Design
- Tool Snapshot Churn
- Make tools/list succeed unauthenticated when possible, or document the auth flow in the server card.
- Allow initialize to succeed consistently, or return a deterministic auth-required response with clear metadata.
- Fix the failing checks first, then revalidate to confirm the recovery path.
trustsnap_520d233faf165c3e- No segmented attention signals observed in the current window.
Current trust snapshot
trustsnap_520d233faf165c3eCanonical machine links
MCP TrustOps
TrustOps turns this report into operational controls: freshness 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.
/v1/decideAlert subscription types
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.
/hosted/{namespace}/{name}/mcp| Deployment | Status | Endpoint | Release |
|---|---|---|---|
| No hosted runtime deployments yet. | |||
Critical alerts
Evidence confidence
Recommended for
No recommendation profile is available yet.
Client compatibility 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.
Evidence provenance
initialize• Missingtools_list• Missingtransport_compliance_probe• Missingstep_up_auth_probe• Missingconnector_replay_probe• Missing — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• Missingtools_list• Missingtransport_compliance_probe• Missing
Evidence provenance
action_safety_probe• OK
Evidence provenance
tool_snapshot_probe• Missingconnector_replay_probe• Missing
Client compatibility gate details
Remediation checklist
Requires a streamable HTTP endpoint.Requires a public remote MCP endpoint.OpenAI connectors expect OAuth for remote server auth.Dynamic client registration materially improves connector setup.Initialize must be reachable.tools/list must succeed.
Remediation checklist
Requires a reachable remote MCP URL.Initialize must succeed or cleanly request auth.tools/list must succeed.A useful Claude integration needs at least one exposed tool.Claude remote wrappers expect HTTP/SSE transports.The tool surface is not limited to search/fetch-style read tools.
Remediation checklist
- No explicit blockers recorded.
Verdict traces
server_failing• critical • Latest validation is failing
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
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
- Search Fetch Only: No
- Write Actions Present: No
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: No
- Write Actions Present: No
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Likely to fail
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Passes
- remote_transport: Likely to fail
- tool_discovery: Likely to fail
- auth_connect: Likely to fail
- safe_write_review: Passes
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewPublic server reputation
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 04, 2026 07:58:35 PM UTC | Latest validation: failing | Score 18.7 with status failing. |
| Aug 04, 2026 07:58:35 PM UTC | Score changed | Score delta -3.6 versus the previous run. |
| Aug 04, 2026 10:57:47 AM UTC | Score changed | Score delta +0.2 versus the previous run. |
| Aug 04, 2026 05:23:41 AM UTC | Score changed | Score delta +0.1 versus the previous run. |
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://github.com/api-evangelist/agnost-ai
- Docs: https://github.com/api-evangelist/agnost-ai
- Support: https://github.com/api-evangelist/agnost-ai
- Icon: https://avatars.githubusercontent.com/u/3026872?v=4
- Remote endpoint: none
- Server card: none
Security posture
Agent Commerce & Payment Readiness - Beta
Commerce signal is weak and payment capability is none -- below the bar for a full commerce assessment on this page.
Tool capability & risk inventory
No tool inventory available from the latest validation run.
Write-action governance
Status detail: No unsafe write-action governance gaps detected on the latest validation.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
| No high-risk tools were detected on the latest run. | |||
Action-controls diff
Need at least two validation runs before diffing action controls.
Why this score?
Algorithmic score breakdown
Compatibility profiles
Connector URL: https://example.com/mcp # No OAuth metadata detected. # Server: github-api-evangelist/agnost-ai
{
"mcpServers": {
"agnost-ai": {
"command": "npx",
"args": ["mcp-remote", "https://example.com/mcp"]
}
}
}
smithery mcp add "https://example.com/mcp"
curl -sS https://example.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"}}}'
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| Critical | Ensure tools/list succeeds consistently | Tools discovery is the minimum viable contract for most MCP clients and directories. | Make tools/list succeed unauthenticated when possible, or document the auth flow in the server card.Playbook
|
| Critical | Make initialize deterministic and client-friendly | If initialize fails or requires undocumented auth, many MCP clients cannot connect. | Allow initialize to succeed consistently, or return a deterministic auth-required response with clear metadata.Playbook
|
| Critical | Respond to latest validation is failing | Core MCP flows did not validate successfully on the latest run. | Fix the failing checks first, then revalidate to confirm the recovery path.Playbook
|
| 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
|
| High | Associate roots, sampling, and elicitation with active client requests | Modern MCP guidance expects roots, sampling, and elicitation traffic to be tied to an active client request instead of arriving unsolicited on idle sessions. | Only send roots/list, sampling/createMessage, or elicitation/create requests while handling an active client-initiated request, never on idle sessions.Playbook
|
| 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
|
| High | Keep connector refreshes backward compatible | Managed connector clients freeze tool snapshots, so removed tools, new required args, and breaking output changes can break published integrations after refresh. | Avoid removing tools, adding new required arguments, or changing outputSchema for tools already published to connector directories without a version bump.Playbook
|
| 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
|
| 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
|
| High | Stop asking users to paste secrets directly | Public MCP servers should prefer OAuth or browser-based auth guidance over in-band secret collection. | |
| 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
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | |
| 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
|
| 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
|
| Medium | Raise Access & Protocol score | Connectivity, auth, and transport expectations for common clients. | Tighten auth discovery, session behavior, and transport metadata until remote clients can connect without guesswork. |
| 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 | Raise Interface Quality score | How well the tool/resource interface communicates and behaves under automation. | Improve schemas, error contracts, and recovery messages so agents can reason about the surface automatically. |
| Medium | Reduce tool-surface churn | Frequent add/remove or output-shape drift makes published connectors and cached tool snapshots brittle. | Keep tool names, required arguments, and output schemas stable between deploys, and publish a changelog entry when they must change.Playbook
|
| Medium | Repair prompts/list or stop advertising prompts | Prompt metadata should either work live or be removed from the advertised capability set. | Only advertise prompts if prompts/list works and prompt arguments are documented.Playbook
|
| Medium | Repair resources/list or stop advertising resources | Resource metadata should either work live or be removed from the advertised capability set. | Only advertise resources if resources/list works and resources expose stable URIs/types.Playbook
|
| 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
|
| 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
|
| Low | Harden generic GET handling | Simple probe requests should not surface server instability or noisy failures. | Harden generic GET handlers around the origin of your remote MCP URL so incidental traffic does not produce noisy failures. |
| 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
|
| Low | Publish or reconcile the server in the official MCP registry | Official registry presence improves discovery confidence and cross-source consistency. |
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Transport Fidelity | 0/4 | -4.0 |
| Tool Surface Design | 0/4 | -4.0 |
| Tool Snapshot Churn | 0/4 | -4.0 |
| Tool Namespace Clarity | 0/4 | -4.0 |
| Tool Capability Clarity | 0/4 | -4.0 |
| Session Semantics | 0/4 | -4.0 |
| Session Resume | 0/4 | -4.0 |
| Schema Completeness | 0/4 | -4.0 |
| Result Shape Stability | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| OAUTH Interop | 0/4 | -4.0 |
| Input Sanitization Safety | 0/4 | -4.0 |
Validation diff
Regressed checks: connector_publishability_probe
Improved checks: action_safety_probe, provenance_divergence_probe
| Component | Previous | Latest | Delta |
|---|---|---|---|
execution_sandbox_safety_score | 4.0 | 1.5 | -2.5 |
advanced_capability_coverage_score | 2.0 | -2.0 | |
data_exfiltration_resilience_score | 3.0 | 1.0 | -2.0 |
destructive_operation_safety_score | 3.0 | 1.5 | -1.5 |
egress_ssrf_resilience_score | 3.0 | 1.5 | -1.5 |
secret_handling_hygiene_score | 3.0 | 1.5 | -1.5 |
utility_coverage_score | 2.0 | 1.0 | -1.0 |
freshness_confidence_score | 2.5 | 3.0 | 0.5 |
Tool snapshot diff & changelog
Need at least two validation runs before building a tool changelog.
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||
Transport compliance drilldown
Issues: none
Request association
Utility coverage
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Likely to fail |
|
| Read-only fetch flow | Likely to fail |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Passes |
|
Registry & provenance divergence
| Field | Registry | Live server card |
|---|---|---|
| Title | n/a | n/a |
| Version | n/a | n/a |
| Homepage | n/a | n/a |
Active alerts
- Latest validation is failing (critical)
Core MCP flows did not validate successfully on the latest run.
Aliases & registry graph
| Identifier | Source | Canonical | Score |
|---|---|---|---|
github-api-evangelist/agnost-ai |
github_topic_registry | yes | 11.2 |
Alias consolidation
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Install snippets
Connector URL: https://example.com/mcp # No OAuth metadata detected. # Server: github-api-evangelist/agnost-ai
{
"mcpServers": {
"agnost-ai": {
"command": "npx",
"args": ["mcp-remote", "https://example.com/mcp"]
}
}
}
smithery mcp add "https://example.com/mcp"
curl -sS https://example.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
tools/list, prompts/list, and resources/list checks.github-api-evangelist/agnost-ai.Latest validation evidence
Failures
initializeno remote urloauth_authorization_serverno authorization serveroauth_protected_resourceno remote urlopenid_configurationno authorization serverprobe_noise_resilienceno remote urlserver_cardno server card urltools_listno remote url
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
OK | n/a | No high-risk write, destructive, or exec tools detected. |
advanced_capabilities_probe |
Missing | n/a | No advanced MCP capability signals detected. |
connector_publishability_probe |
Error | n/a | Publishability blockers: remote transport, initialize, tools list, protocol version, +4 more. |
connector_replay_probe |
Missing | n/a | No connector replay evidence recorded. |
determinism_probe |
Missing | n/a | no remote url |
initialize |
Missing | n/a | no remote url |
interactive_flow_probe |
Missing | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Missing | n/a | no remote url |
official_registry_probe |
Warning | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
Missing | n/a | no remote url |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
Missing | n/a | no remote url |
protocol_version_probe |
Missing | n/a | No protocol version was advertised. |
provenance_divergence_probe |
OK | 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 | n/a | no remote url |
server_card |
Missing | n/a | no server card url |
session_resume_probe |
Missing | n/a | no remote url |
step_up_auth_probe |
Missing | n/a | No OAuth or incremental-scope signals detected. |
tool_snapshot_probe |
Missing | n/a | no tools |
tools_list |
Missing | n/a | no remote url |
transport_compliance_probe |
Missing | n/a | Session header=no, protocol header=no, bad protocol=n/a. |
utility_coverage_probe |
Missing | n/a | No completions evidence; no pagination evidence; tasks missing. |
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [],
"safeguard_count": 0,
"summary": {
"bulk_access_tools": 0,
"capability_distribution": {},
"destructive_tools": 0,
"egress_tools": 0,
"exec_tools": 0,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 0,
"medium": 0
},
"secret_tools": 0,
"tool_count": 0
}
},
"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": false
},
"enabled": [],
"enabled_count": 0,
"initialize_capability_keys": []
},
"latency_ms": null,
"status": "missing"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"remote_transport",
"initialize",
"tools_list",
"protocol_version",
"transport_compliance",
"server_card",
"tool_surface",
"auth_flow"
],
"criteria": {
"action_safety": true,
"auth_flow": false,
"connector_replay": true,
"initialize": false,
"protocol_version": false,
"remote_transport": false,
"request_association": true,
"server_card": false,
"session_resume": true,
"step_up_auth": true,
"tool_surface": false,
"tools_list": false,
"transport_compliance": false
},
"high_risk_tools": 0,
"tool_count": 0,
"transport": null
},
"latency_ms": null,
"status": "error"
},
"connector_replay_probe": {
"details": {
"reason": "no_tools"
},
"latency_ms": null,
"status": "missing"
},
"determinism_probe": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"initialize": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"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": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"official_registry_probe": {
"details": {
"direct_match": false,
"official_identifiers": [
"ai.ai-akari/one-minute-akari",
"ai.artidrop/artidrop",
"ai.justpublish/just-publish",
"ai.pimea/pimea",
"ai.afmr/discovery",
"ai.boolsai/directory",
"ai.agenticfabricationnetwork/ufp",
"ai.agenticshelf/graffeo",
"ai.agentutility/mcp-model-router",
"ac.tandem/docs-mcp"
],
"official_peer_count": 10,
"registry_source": "github_topic_registry"
},
"latency_ms": null,
"status": "warning"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"protocol_version_probe": {
"details": {
"latest_known_version": "2025-11-25",
"reason": "no_protocol_version",
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "missing"
},
"provenance_divergence_probe": {
"details": {
"direct_official_match": false,
"drift_fields": [],
"metadata_document_count": 1,
"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": "ok"
},
"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": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"reason": "no_server_card_url"
},
"latency_ms": null,
"status": "missing"
},
"session_resume_probe": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"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": {
"reason": "no_tools"
},
"latency_ms": null,
"status": "missing"
},
"tools_list": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"transport_compliance_probe": {
"details": {
"reason": "no_remote_url"
},
"latency_ms": null,
"status": "missing"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": null
},
"initialize_capability_keys": [],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": null,
"probe_status": "missing"
}
},
"latency_ms": null,
"status": "missing"
}
},
"failures": {
"initialize": {
"reason": "no_remote_url"
},
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"reason": "no_remote_url"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"probe_noise_resilience": {
"reason": "no_remote_url"
},
"server_card": {
"reason": "no_server_card_url"
},
"tools_list": {
"reason": "no_remote_url"
}
},
"remote_url": null,
"server_card_payload": null,
"server_identifier": "github-api-evangelist/agnost-ai"
}
Known versions
- No versions recorded.
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 04, 2026 07:58:35 PM UTC | Failing | 11.2 | 6.9 ms | 0 |
| Aug 04, 2026 10:57:47 AM UTC | Failing | 14.8 | 5.7 ms | 0 |
| Aug 04, 2026 05:23:41 AM UTC | Failing | 14.6 | 6.3 ms | 0 |
| Aug 03, 2026 10:03:24 PM UTC | Failing | 14.4 | 4.7 ms | 0 |
| Aug 03, 2026 04:07:57 AM UTC | Failing | 14.3 | 4.0 ms | 0 |
| Aug 02, 2026 08:43:29 PM UTC | Failing | 12.9 | 4.3 ms | 0 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 04, 2026 07:58:35 PM UTC | Failing | 11.2 | unknown | unknown | 0 | 0 | none |
| Aug 04, 2026 10:57:47 AM UTC | Failing | 14.8 | unknown | unknown | 0 | 0 | none |
| Aug 04, 2026 05:23:41 AM UTC | Failing | 14.6 | unknown | unknown | 0 | 0 | none |
| Aug 03, 2026 10:03:24 PM UTC | Failing | 14.4 | unknown | unknown | 0 | 0 | none |
| Aug 03, 2026 04:07:57 AM UTC | Failing | 14.3 | unknown | unknown | 0 | 0 | none |
| Aug 02, 2026 08:43:29 PM UTC | Failing | 12.9 | unknown | unknown | 0 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 04, 2026 07:58:35 PM UTC | Completed | Failing | 6.9 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, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 04, 2026 10:57:47 AM UTC | Completed | Failing | 5.7 ms | |
| Aug 04, 2026 05:23:41 AM UTC | Completed | Failing | 6.3 ms | |
| Aug 03, 2026 10:03:24 PM UTC | Completed | Failing | 4.7 ms | |
| Aug 03, 2026 04:07:57 AM UTC | Completed | Failing | 4.0 ms | |
| Aug 02, 2026 08:43:29 PM UTC | Completed | Failing | 4.3 ms | |