HAPI Strava MCP Server
Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server.
Allow With Approval
trustsnap_036b2ca6459cbf96.- Utility Coverage
- Transport Compliance
- Request Association
- Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
- Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.
- Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Ve…
- AI-assisted user activity
- Machine trust evaluator activity
- AI crawler activity
- Search crawler activity
- profile / compare API / policy / ledger / badge metadata inspection
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
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes | Evidence |
|---|---|---|---|---|---|
getStats |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getLoggedInAthlete |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getLoggedInAthleteStarredSegments |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getEffortsBySegmentId |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"end_date_local": {
"format": "date-time",
"type": "string"
},
"per_page": {
"type": "integer"
},
"segment_id": {
"type": "integer"
},
"start_date_local": {
"format": "date-time",
"type": "string"
}
},
"required": [
"segment_id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
exploreSegments |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"activity_type": {
"enum": [
"running",
"riding"
],
"type": "string"
},
"bounds": {
"items": {
"format": "float",
"type": "number"
},
"maxItems": 4,
"minItems": 4,
"type": "array"
},
"max_cat": {
"maximum": 5,
"minimum": 0,
"type": "integer"
},
"min_cat": {
"maximum": 5,
"minimum": 0,
"type": "integer"
}
},
"required": [
"bounds"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getSegmentEffortById |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getClubById |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getClubMembersById |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getClubAdminsById |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getClubActivitiesById |
read | Low | none | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getLoggedInAthleteClubs |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getGearById |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getRoutesByAthleteId |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
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. | |||
Recommended runtime policy
No policy blockers under the default policy stance.
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Critical alerts
Compatibility
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• OKtools_list• OKtransport_compliance_probe• Errorstep_up_auth_probe• OKconnector_replay_probe• OK — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Error
Evidence provenance
action_safety_probe• OK
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client compatibility gate details
Remediation checklist
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
- Resolve transport compliance issues before wider client rollout.
Remediation checklist
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
- Resolve transport compliance issues before wider client rollout.
Remediation checklist
- No explicit blockers recorded.
Verdict traces
- No active alert triggers.
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: Yes
- Write Actions Present: No
- Oauth Configured: Yes
- Admin Refresh Required: No
- Safe For Company Knowledge: Yes
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: Yes
- Write Actions Present: No
- Oauth Configured: Yes
- Admin Refresh Required: No
- Safe For Company Knowledge: Yes
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Passes
- frozen_tool_snapshot_refresh: Passes
- request_association: Not Assessed
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Passes
Recommended for
Evidence
Current trust snapshot
trustsnap_036b2ca6459cbf96Canonical machine links
Evidence confidence
Latest validation evidence
Failures
openid_configurationClient error '404 Not Found' for url 'https://strava.run.mcp.com.ai/.well-known/openid-configuration' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404server_cardClient error '404 Not Found' for url 'https://strava.run.mcp.com.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404transport_compliance_probeIssues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
OK | n/a | No high-risk write, destructive, or exec tools detected. |
advanced_capabilities_probe |
Warning | n/a | Only 3 capability signal(s): prompts, resource links, resources. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: transport compliance, request association, server card. |
connector_replay_probe |
OK | n/a | Backward compatible with no breaking tool-surface changes. |
determinism_probe |
OK | 30.4 ms | Check completed |
initialize |
OK | 78.2 ms | Protocol 2025-06-18 |
interactive_flow_probe |
OK | n/a | Check completed |
oauth_authorization_server |
OK | 29.0 ms | authorization_endpoint, claims_supported, code_challenge_methods_supported, grant_types_supported |
oauth_protected_resource |
OK | 326.3 ms | 1 authorization server(s) |
official_registry_probe |
OK | n/a | Check completed |
openid_configuration |
Error | 27.2 ms | Client error '404 Not Found' for url 'https://strava.run.mcp.com.ai/.well-known/openid-configuration' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
probe_noise_resilience |
OK | 77.1 ms | Fetched https://strava.run.mcp.com.ai/robots.txt |
prompt_get |
OK | 27.7 ms | 1 prompt message(s) returned |
prompts_list |
OK | 28.3 ms | 1 prompt(s) exposed |
protocol_version_probe |
Warning | n/a | Claims 2025-06-18; 1 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 |
OK | 35.2 ms | 1 resource content item(s) returned |
resources_list |
OK | 27.1 ms | 4 resource item(s) exposed |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 26.8 ms | Client error '404 Not Found' for url 'https://strava.run.mcp.com.ai/.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 |
OK | n/a | Scopes=read. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 30.0 ms | 13 tool(s) exposed |
transport_compliance_probe |
Error | 28.3 ms | Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200). |
utility_coverage_probe |
Missing | 27.6 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
3.0.0+0.7.1
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Passes |
|
| OAuth-required connect | Passes |
|
| Safe write flow with confirmation | Passes |
|
Utility coverage
Tool snapshot diff & changelog
Required-argument changes
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument changes detected. | ||
Output-schema drift
| Tool | Previous properties | Latest properties |
|---|---|---|
| No output-schema drift detected. | ||
Validation diff
Regressed checks: none
Improved checks: none
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
| No component deltas between the latest two runs. | |||
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
No active alerts for the current server state.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
ai.com.mcp/strava |
official_registry | yes | canonical | 71.3 |
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.
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Fix it
Why this score?
Algorithmic score breakdown
1 component(s) not assessed for this run: Provenance Divergence
Experimental candidate components
Actionable remediation
| Severity | Remediation | Why it matters | Recommended 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
|
| 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
|
| 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 | 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 | 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 | 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
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Utility Coverage | 0/4 | -4.0 |
| Transport Compliance | 0/4 | -4.0 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| Error Contract | 0/4 | -4.0 |
| Dependency Supply Chain Signal | 1/4 | -3.0 |
| Advanced Capability Coverage | 1/4 | -3.0 |
| Security Hygiene | 2/4 | -2.0 |
| Schema Completeness | 2/4 | -2.0 |
| Safety Transparency | 2/4 | -2.0 |
| Registry Consistency | 2/4 | -2.0 |
| Rate Limit Semantics | 2/4 | -2.0 |
Compatibility profiles
Connector URL: https://strava.run.mcp.com.ai/mcp # Complete OAuth in the client when prompted. # Server: ai.com.mcp/strava
{
"mcpServers": {
"strava": {
"command": "npx",
"args": ["mcp-remote", "https://strava.run.mcp.com.ai/mcp"]
}
}
}
smithery mcp add "https://strava.run.mcp.com.ai/mcp"
curl -sS https://strava.run.mcp.com.ai/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.
/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. | |||
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/previewInstall snippets
Connector URL: https://strava.run.mcp.com.ai/mcp # Complete OAuth in the client when prompted. # Server: ai.com.mcp/strava
{
"mcpServers": {
"strava": {
"command": "npx",
"args": ["mcp-remote", "https://strava.run.mcp.com.ai/mcp"]
}
}
}
smithery mcp add "https://strava.run.mcp.com.ai/mcp"
curl -sS https://strava.run.mcp.com.ai/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.ai.com.mcp/strava.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 12, 2026 07:36:39 AM UTC | Healthy | 71.3 | 902.6 ms | 13 |
| Aug 12, 2026 07:36:32 AM UTC | Healthy | 71.3 | 1508.2 ms | 13 |
| Aug 12, 2026 01:27:35 AM UTC | Healthy | 71.3 | 2815.2 ms | not fetched |
| Aug 11, 2026 07:27:07 PM UTC | Healthy | 71.3 | 2185.6 ms | not fetched |
| Aug 11, 2026 01:26:41 PM UTC | Healthy | 71.3 | 1636.6 ms | not fetched |
| Aug 11, 2026 07:26:11 AM UTC | Healthy | 71.3 | 1384.3 ms | not fetched |
| Aug 11, 2026 01:25:59 AM UTC | Healthy | 71.3 | 2102.2 ms | not fetched |
| Aug 10, 2026 07:25:39 PM UTC | Healthy | 71.3 | 2394.5 ms | not fetched |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 12, 2026 07:36:39 AM UTC | Healthy | 71.3 | 2025-06-18 | oauth_supported | 13 | 0 | none |
| Aug 12, 2026 07:36:32 AM UTC | Healthy | 71.3 | 2025-06-18 | oauth_supported | 13 | 0 | none |
| Aug 12, 2026 01:27:35 AM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 11, 2026 07:27:07 PM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 11, 2026 01:26:41 PM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 11, 2026 07:26:11 AM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 11, 2026 01:25:59 AM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 10, 2026 07:25:39 PM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 10, 2026 01:20:16 PM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
| Aug 10, 2026 07:19:57 AM UTC | Healthy | n/a | unknown | unknown | not fetched | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 12, 2026 07:36:38 AM UTC | Completed | Healthy | 902.6 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 12, 2026 07:36:30 AM UTC | Completed | Healthy | 1508.2 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 12, 2026 01:27:32 AM UTC | Completed | Healthy | 2815.2 ms | not fetched (not counted in confidence) |
| Aug 11, 2026 07:27:05 PM UTC | Completed | Healthy | 2185.6 ms | not fetched (not counted in confidence) |
| Aug 11, 2026 01:26:40 PM UTC | Completed | Healthy | 1636.6 ms | not fetched (not counted in confidence) |
| Aug 11, 2026 07:26:10 AM UTC | Completed | Healthy | 1384.3 ms | not fetched (not counted in confidence) |
| Aug 11, 2026 01:25:57 AM UTC | Completed | Healthy | 2102.2 ms | not fetched (not counted in confidence) |
| Aug 10, 2026 07:25:36 PM UTC | Completed | Healthy | 2394.5 ms | not fetched (not counted in confidence) |
| Aug 10, 2026 01:20:15 PM UTC | Completed | Healthy | 1854.3 ms | not fetched (not counted in confidence) |
| Aug 10, 2026 07:19:55 AM UTC | Completed | Healthy | 1506.8 ms | not fetched (not counted in confidence) |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 12, 2026 07:36:39 AM UTC | Latest validation: healthy | Score 71.3 with status healthy. |
Technical details
Raw evidence view
Show raw JSON evidence
Large evidence payload summarized to keep this page fast. Full raw evidence remains available from the JSON report.
{
"checks": {
"count": 27,
"items": {
"action_safety_probe": {
"auth_present": true,
"safeguard_count": 1,
"status": "ok"
},
"advanced_capabilities_probe": {
"status": "warning"
},
"connector_publishability_probe": {
"status": "warning"
},
"connector_replay_probe": {
"status": "ok"
},
"determinism_probe": {
"latency_ms": 30.45,
"status": "ok"
},
"initialize": {
"http_status": 200,
"latency_ms": 78.22,
"payload_omitted": true,
"status": "ok"
},
"interactive_flow_probe": {
"status": "ok"
},
"oauth_authorization_server": {
"http_status": 200,
"latency_ms": 29.01,
"payload_omitted": true,
"status": "ok"
},
"oauth_protected_resource": {
"http_status": 200,
"latency_ms": 326.3,
"payload_omitted": true,
"status": "ok"
},
"official_registry_probe": {
"status": "ok"
},
"openid_configuration": {
"latency_ms": 27.22,
"reason": "Client error '404 Not Found' for url 'https://strava.run.mcp.com.ai/.well-known/openid-configuration'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"status": "error"
},
"probe_noise_resilience": {
"http_status": 200,
"latency_ms": 77.1,
"status": "ok"
},
"prompt_get": {
"http_status": 200,
"latency_ms": 27.68,
"payload_omitted": true,
"status": "ok"
},
"prompts_list": {
"http_status": 200,
"latency_ms": 28.28,
"payload_omitted": true,
"status": "ok"
},
"protocol_version_probe": {
"status": "warning"
},
"provenance_divergence_probe": {
"status": "not_assessed"
},
"request_association_probe": {
"reason": "no_request_association_capabilities_advertised",
"status": "missing"
},
"resource_read": {
"http_status": 200,
"latency_ms": 35.16,
"payload_omitted": true,
"status": "ok"
},
"resources_list": {
"http_status": 200,
"latency_ms": 27.15,
"payload_omitted": true,
"status": "ok"
},
"schema_divergence_probe": {
"reason": "no_server_card_tools",
"status": "missing"
},
"server_card": {
"latency_ms": 26.77,
"reason": "Client error '404 Not Found' for url 'https://strava.run.mcp.com.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"status": "error"
},
"session_resume_probe": {
"reason": "no_session_id",
"status": "warning"
},
"step_up_auth_probe": {
"status": "ok"
},
"tool_snapshot_probe": {
"status": "ok"
},
"tools_list": {
"http_status": 200,
"latency_ms": 29.96,
"payload_omitted": true,
"status": "ok",
"tool_count": 13,
"tool_names_preview": [
"getStats",
"getLoggedInAthlete",
"getLoggedInAthleteStarredSegments",
"getEffortsBySegmentId",
"exploreSegments",
"getSegmentEffortById",
"getClubById",
"getClubMembersById",
"getClubAdminsById",
"getClubActivitiesById",
"getLoggedInAthleteClubs",
"getGearById",
"getRoutesByAthleteId"
]
},
"transport_compliance_probe": {
"latency_ms": 28.34,
"protocol_header_present": false,
"status": "error"
},
"utility_coverage_probe": {
"latency_ms": 27.59,
"status": "missing"
}
},
"omitted_count": 0
},
"failures": {
"count": 3,
"items": {
"openid_configuration": {},
"server_card": {},
"transport_compliance_probe": {}
},
"omitted_count": 0
},
"message": "Raw evidence is summarized in HTML to keep server detail pages fast. Use the JSON report or evidence API for the full payload.",
"remote_url": "https://strava.run.mcp.com.ai/mcp",
"server_card": {
"name": null,
"raw_payload_omitted": false,
"version": null
},
"server_identifier": "ai.com.mcp/strava",
"truncated": true
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://run.mcp.com.ai
- Docs: none
- Support: none
- Icon: none
- Remote endpoint: https://strava.run.mcp.com.ai/mcp
- Server card: none
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header, bad_protocol_not_rejected
Request association
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. | ||