agentage/find-mcp
Find MCP - stdio MCP client for the agentage MCP directory (catalog.agentage.io/mcp) - npx -y @agentage/find-mcp
Allow With Approval
trustsnap_60bee4a1864790d5.- Utility Coverage
- Step Up Auth
- Resource Contract
- 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.
- compare API 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 |
|---|---|---|---|---|---|
mcp_search |
read network | Medium | arbitrary network egress freeform input surface | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"openWorldHint": true,
"readOnlyHint": true
},
"capabilities": [
"read",
"network"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"category": {
"description": "Optional. Restrict to one category label. Valid values come from the mcp_categories tool - call it to get the exact labels (with counts) and pass one verbatim; anything else is rejected. Omit for no category filter.",
"enum": [
"Development & Coding",
"Data & Databases",
"Search & Web",
"AI & Machine Learning",
"Productivity & Docs",
"Communication & Messaging",
"Cloud & DevOps",
"Finance & Crypto",
"Security",
"Media & Design",
"Browser & Automation",
"Knowledge & Memory",
"Commerce & Marketing",
"Other"
],
"type": "string"
},
"language": {
"description": "Optional. Restrict to a repository language (e.g. \"TypeScript\", \"Python\"). Exact, case-sensitive; call mcp_categories for valid values. Omit for no language filter.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"license": {
"description": "Optional. Restrict to a license, given either as an SPDX id (\"MIT\", \"Apache-2.0\") or as the full name mcp_categories lists (\"MIT License\"). Omit for no license filter.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"limit": {
"description": "Optional. Results per page; defaults to 20, capped at 50.",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"page": {
"description": "Optional. 1-based page number; defaults to 1. Use pagination.total_pages to page.",
"maximum": 9007199254740991,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "What to search for - a keyword, product, capability, or server name (e.g. \"github\", \"postgres\", \"web search\"). Matched across names, titles, and descriptions. Prefer a single distinctive term over a long phrase.",
"minLength": 1,
"type": "string"
},
"type": {
"description": "Optional. Restrict to one distribution type: npm | pypi | oci | mcpb | nuget, or \"remote\" for hosted (HTTP) servers. Omit to search every type.",
"enum": [
"npm",
"pypi",
"oci",
"mcpb",
"nuget",
"remote"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
mcp_get |
read network | Medium | arbitrary network egress | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"openWorldHint": true,
"readOnlyHint": true
},
"capabilities": [
"read",
"network"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"slug": {
"description": "The canonical slug of one server, taken verbatim from a mcp_search result. Catalog slugs are registry-derived and rarely match the plain product name (e.g. \"io-github-github-github-mcp-server\", not \"github\"), so prefer a slug from mcp_search. A plain name is accepted as a best-effort fallback: it resolves only when exactly one server matches, otherwise the error lists candidate slugs.",
"minLength": 1,
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress"
]
}
Dispute this classification
|
mcp_categories |
read network | Medium | arbitrary network egress | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"openWorldHint": true,
"readOnlyHint": true
},
"capabilities": [
"read",
"network"
],
"input_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress"
]
}
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 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.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Warningstep_up_auth_probe• Missingconnector_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• Warning
Evidence provenance
action_safety_probe• OK
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client readiness gate details
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.
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.
Remediation checklist
- No explicit blockers recorded.
Verdict traces
instruction_tool_reference_mismatch• low • Server instructions name unavailable tools
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: No
- 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: No
- Admin Refresh Required: No
- Safe For Company Knowledge: Yes
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- 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_60bee4a1864790d5Canonical machine links
Evidence confidence
Latest validation evidence
Failures
oauth_authorization_serverno authorization serveroauth_protected_resourceNon-MCP content type: text/html; charset=utf-8openid_configurationno authorization serverserver_cardNon-MCP content type: text/html; charset=utf-8
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
OK | n/a | 3 egress-capable tool(s); no clear auth boundary; safeguards=3; confirmation=none. |
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 | 353.2 ms | Check completed |
initialize |
OK | 1535.1 ms | Protocol 2025-03-26 |
instruction_tool_reference_probe |
Warning | 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 | 1446.8 ms | Non-MCP content type: text/html; charset=utf-8 |
official_registry_probe |
Missing | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 1363.8 ms | Fetched https://catalog.agentage.io/robots.txt |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
Missing | 889.9 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 | 135.2 ms | not supported |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 572.1 ms | Non-MCP content type: text/html; charset=utf-8 |
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 | 396.6 ms | 3 tool(s) exposed |
transport_compliance_probe |
Warning | 135.1 ms | Issues: missing session id, missing protocol header (bad protocol=400). |
utility_coverage_probe |
Missing | 136.6 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
- No versions recorded.
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Likely to fail |
|
| OAuth-required connect | Degraded |
|
| 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
Active alerts
- Server instructions name unavailable tools (low)
Initialize instructions reference tools not present in tools/list: it
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
github-agentage/find-mcp |
github_topic_registry | yes | canonical | 60.4 |
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 | 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 | 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
|
| 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. | Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.Playbook
|
| 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 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
|
| 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
|
| 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
|
| Low | Remove stale tool names from server instructions | Initialize instructions explicitly reference tools that tools/list does not expose. | Update initialize instructions so every explicitly named tool exists in tools/list.Playbook
|
Point loss breakdown
| Component | Current | Points 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 |
| Egress / SSRF Resilience | 1/4 | -3.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.
Connector URL: https://catalog.agentage.io/mcp # No OAuth metadata detected. # Server: github-agentage/find-mcp
{
"mcpServers": {
"find-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://catalog.agentage.io/mcp"]
}
}
}
smithery mcp add "https://catalog.agentage.io/mcp"
curl -sS https://catalog.agentage.io/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://catalog.agentage.io/mcp # No OAuth metadata detected. # Server: github-agentage/find-mcp
{
"mcpServers": {
"find-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://catalog.agentage.io/mcp"]
}
}
}
smithery mcp add "https://catalog.agentage.io/mcp"
curl -sS https://catalog.agentage.io/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-agentage/find-mcp.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 15, 2026 04:01:13 AM UTC | Healthy | 60.4 | 7442.0 ms | 3 |
| Aug 15, 2026 03:58:55 AM UTC | Healthy | 60.4 | 5970.7 ms | 3 |
| Aug 14, 2026 03:52:34 PM UTC | Healthy | 60.4 | 2552.6 ms | 3 |
| Aug 14, 2026 03:21:04 AM UTC | Healthy | 55.7 | 2776.8 ms | 3 |
| Aug 13, 2026 08:37:43 PM UTC | Healthy | 60.4 | 2751.5 ms | 3 |
| Aug 13, 2026 08:31:23 AM UTC | Healthy | 60.4 | 2824.4 ms | 3 |
| Aug 12, 2026 08:10:54 PM UTC | Healthy | 60.9 | 2620.1 ms | 3 |
| Aug 12, 2026 07:58:06 AM UTC | Healthy | 60.9 | 2801.3 ms | 3 |
| Aug 11, 2026 07:29:02 PM UTC | Healthy | 60.9 | 2628.8 ms | 3 |
| Aug 11, 2026 07:07:48 AM UTC | Healthy | 60.9 | 2795.5 ms | 3 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 15, 2026 04:01:13 AM UTC | Healthy | 60.4 | 2025-03-26 | public | 3 | 0 | none |
| Aug 15, 2026 03:58:55 AM UTC | Healthy | 60.4 | 2025-03-26 | public | 3 | 0 | none |
| Aug 14, 2026 03:52:34 PM UTC | Healthy | 60.4 | 2025-03-26 | public | 3 | 0 | none |
| Aug 14, 2026 03:21:04 AM UTC | Healthy | 55.7 | 2025-03-26 | public | 3 | 0 | tool_snapshot_changed |
| Aug 13, 2026 08:37:43 PM UTC | Healthy | 60.4 | 2025-03-26 | public | 3 | 0 | none |
| Aug 13, 2026 08:31:23 AM UTC | Healthy | 60.4 | 2025-03-26 | public | 3 | 0 | none |
| Aug 12, 2026 08:10:54 PM UTC | Healthy | 60.9 | 2025-03-26 | public | 3 | 0 | none |
| Aug 12, 2026 07:58:06 AM UTC | Healthy | 60.9 | 2025-03-26 | public | 3 | 0 | none |
| Aug 11, 2026 07:29:02 PM UTC | Healthy | 60.9 | 2025-03-26 | public | 3 | 0 | none |
| Aug 11, 2026 07:07:48 AM UTC | Healthy | 60.9 | 2025-03-26 | public | 3 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 15, 2026 04:01:05 AM UTC | Completed | Healthy | 7442.0 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 15, 2026 03:58:49 AM UTC | Completed | Healthy | 5970.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:52:32 PM UTC | Completed | Healthy | 2552.6 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:21:01 AM UTC | Completed | Healthy | 2776.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 13, 2026 08:37:40 PM UTC | Completed | Healthy | 2751.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 08:31:20 AM UTC | Completed | Healthy | 2824.4 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 08:10:51 PM UTC | Completed | Healthy | 2620.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 |
| Aug 12, 2026 07:58:03 AM UTC | Completed | Healthy | 2801.3 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 11, 2026 07:28:59 PM UTC | Completed | Healthy | 2628.8 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 11, 2026 07:07:45 AM UTC | Completed | Healthy | 2795.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 |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 15, 2026 04:01:13 AM UTC | Latest validation: healthy | Score 60.4 with status healthy. |
| Aug 14, 2026 03:52:34 PM UTC | Score changed | Score delta +4.7 versus the previous run. |
| Aug 05, 2026 11:02:33 AM UTC | Score corrected (post-1.0.503 remediation, R1 zero-anchoring) | Prior: 69.18. Corrected: 66.94. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [],
"reason": null,
"safeguard_count": 3,
"summary": {
"annotation_conflict_tools": 0,
"bulk_access_tools": 0,
"capability_distribution": {
"network": 3,
"read": 3
},
"declared_non_read_only_tools": 0,
"destructive_tools": 0,
"egress_tools": 3,
"exec_tools": 0,
"has_mutating_capability": false,
"has_non_read_capability": false,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 0,
"medium": 3
},
"secret_tools": 0,
"tool_count": 3
}
},
"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": 3,
"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": "d29983ba54afb200c25a74cda0c05b066a25ecc2c751617ad28752221fb6c32d",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 353.2,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "application/json",
"ratelimit-limit": "60",
"ratelimit-remaining": "59",
"ratelimit-reset": "60",
"strict-transport-security": "max-age=31536000; includeSubDomains"
},
"http_status": 200,
"payload": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"tools": {
"listChanged": true
}
},
"instructions": "A public directory of Model Context Protocol (MCP) servers, crawled from the official registry. Use it to discover, compare, and look up MCP servers on request (\"is there an MCP for X\", \"which MCP server does Y\"). mcp_search finds servers by keyword and filters; mcp_get returns one server's full packages, tools, and install command by slug; mcp_categories lists the category/language/license values you can filter on. Read-only - it never installs or runs anything.",
"protocolVersion": "2025-03-26",
"serverInfo": {
"name": "find-mcp",
"title": "Find MCP - Agentage MCP Directory",
"version": "0.1.0",
"websiteUrl": "https://catalog.agentage.io/mcp"
}
}
},
"url": "https://catalog.agentage.io/mcp"
},
"latency_ms": 1535.07,
"status": "ok"
},
"instruction_tool_reference_probe": {
"details": {
"missing_tools": [
"it"
],
"observed_tool_count": 3,
"referenced_tools": [
"it"
]
},
"latency_ms": null,
"status": "warning"
},
"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": "Non-MCP content type: text/html; charset=utf-8",
"non_mcp_content_type": "text/html; charset=utf-8",
"url": "https://catalog.agentage.io/.well-known/oauth-protected-resource"
},
"latency_ms": 1446.82,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": false,
"official_peer_count": 0,
"registry_source": "github_topic_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"
},
"http_status": 200,
"url": "https://catalog.agentage.io/robots.txt",
"validation_disallowed": false
},
"latency_ms": 1363.78,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json",
"ratelimit-limit": "60",
"ratelimit-remaining": "58",
"ratelimit-reset": "60",
"strict-transport-security": "max-age=31536000; includeSubDomains"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 3,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://catalog.agentage.io/mcp"
},
"latency_ms": 889.9,
"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": "application/json",
"ratelimit-limit": "60",
"ratelimit-remaining": "58",
"ratelimit-reset": "59",
"strict-transport-security": "max-age=31536000; includeSubDomains"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 5,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://catalog.agentage.io/mcp"
},
"latency_ms": 135.16,
"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": "find-mcp",
"live_server_version": "0.1.0",
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "Non-MCP content type: text/html; charset=utf-8",
"non_mcp_content_type": "text/html; charset=utf-8",
"url": "https://catalog.agentage.io/.well-known/mcp/server-card.json"
},
"latency_ms": 572.07,
"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": 3,
"previous_tool_count": 3,
"removed": [],
"similarity": 1.0
},
"latency_ms": null,
"status": "ok"
},
"tools_list": {
"details": {
"headers": {
"content-type": "application/json",
"ratelimit-limit": "60",
"ratelimit-remaining": "59",
"ratelimit-reset": "60",
"strict-transport-security": "max-age=31536000; includeSubDomains"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"_meta": {
"cacheScope": "public",
"ttlMs": 21600000
},
"cacheScope": "public",
"tools": [
{
"annotations": {
"destructiveHint": false,
"openWorldHint": true,
"readOnlyHint": true
},
"description": "Search the agentage MCP directory - a public catalog of Model Context Protocol servers crawled from the official registry - for servers matching a keyword, optionally narrowed by type, category, language, or license. Use this FIRST whenever the user wants to discover, find, compare, or pick an MCP server (\"is there an MCP for X\", \"which MCP servers do Y\"). Results are ranked by text relevance to the query first, then by popularity, so the best match is on top. Returns a page of lean cards (slug, title, description, category, transport, match_score - text relevance the ranking is based on, details_url). To read one server's full packages, tools, and install command, call mcp_get with the slug from a result; open a card's details_url for the human detail page. Valid category, language, and license values come from the mcp_categories tool, not from guesswork - call it before filtering and pass its labels verbatim, or the call is rejected. Read-only - never installs or runs anything.",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"category": {
"description": "Optional. Restrict to one category label. Valid values come from the mcp_categories tool - call it to get the exact labels (with counts) and pass one verbatim; anything else is rejected. Omit for no category filter.",
"enum": [
"Development & Coding",
"Data & Databases",
"Search & Web",
"AI & Machine Learning",
"Productivity & Docs",
"Communication & Messaging",
"Cloud & DevOps",
"Finance & Crypto",
"Security",
"Media & Design",
"Browser & Automation",
"Knowledge & Memory",
"Commerce & Marketing",
"Other"
],
"type": "string"
},
"language": {
"description": "Optional. Restrict to a repository language (e.g. \"TypeScript\", \"Python\"). Exact, case-sensitive; call mcp_categories for valid values. Omit for no language filter.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"license": {
"description": "Optional. Restrict to a license, given either as an SPDX id (\"MIT\", \"Apache-2.0\") or as the full name mcp_categories lists (\"MIT License\"). Omit for no license filter.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"limit": {
"description": "Optional. Results per page; defaults to 20, capped at 50.",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"page": {
"description": "Optional. 1-based page number; defaults to 1. Use pagination.total_pages to page.",
"maximum": 9007199254740991,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "What to search for - a keyword, product, capability, or server name (e.g. \"github\", \"postgres\", \"web search\"). Matched across names, titles, and descriptions. Prefer a single distinctive term over a long phrase.",
"minLength": 1,
"type": "string"
},
"type": {
"description": "Optional. Restrict to one distribution type: npm | pypi | oci | mcpb | nuget, or \"remote\" for hosted (HTTP) servers. Omit to search every type.",
"enum": [
"npm",
"pypi",
"oci",
"mcpb",
"nuget",
"remote"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"name": "mcp_search",
"outputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"pagination": {
"additionalProperties": false,
"properties": {
"has_more": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"page": {
"type": "number"
},
"total": {
"type": "number"
},
"total_pages": {
"type": "number"
}
},
"required": [
"page",
"limit",
"total",
"total_pages",
"has_more"
],
"type": "object"
},
"query": {
"description": "The query the backend actually ran",
"type": "string"
},
"results": {
"items": {
"additionalProperties": false,
"properties": {
"category": {
"description": "AI-assigned category labels",
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"details_url": {
"description": "Human detail page for this server - open it for more information",
"type": "string"
},
"is_official": {
"description": "Present in the official MCP registry",
"type": "boolean"
},
"language": {
"description": "Primary repository language, when known",
"type": "string"
},
"license": {
"description": "License name, when known, e.g. \"MIT License\"",
"type": "string"
},
"match_score": {
"description": "Text relevance the ranking is based on; higher is a closer match to the query",
"type": "number"
},
"slug": {
"description": "Stable id - pass verbatim to mcp_get for full details",
"type": "string"
},
"title": {
"description": "Human-readable server name",
"type": "string"
},
"tool_count": {
"description": "Number of MCP tools the server exposes, when known",
"type": "number"
},
"transport_types": {
"description": "How the server ships/runs, e.g. [\"npm\"], [\"remote\"]",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"slug",
"title",
"description",
"category",
"is_official",
"transport_types",
"details_url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"results",
"pagination",
"query"
],
"type": "object"
},
"title": "Search the MCP directory"
},
{
"annotations": {
"destructiveHint": false,
"openWorldHint": true,
"readOnlyHint": true
},
"description": "Fetch the complete record for ONE MCP server in the agentage directory by its canonical slug: full description, categories, the packages and remote endpoints it ships, the tools it exposes, a ready-to-run install command, and a README excerpt. Use this after mcp_search to get the depth a result card omits - pass a slug exactly as returned by mcp_search. Slugs are canonical and registry-derived (\"io-github-github-github-mcp-server\"), NOT the plain product name (\"github\"); if you pass a plain name anyway it is resolved by search as a fallback - a single confident match returns that server (with `resolved_from` set), anything else returns an error naming the candidate slugs to retry with. No slug yet? call mcp_search first. Read-only.",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"slug": {
"description": "The canonical slug of one server, taken verbatim from a mcp_search result. Catalog slugs are registry-derived and rarely match the plain product name (e.g. \"io-github-github-github-mcp-server\", not \"github\"), so prefer a slug from mcp_search. A plain name is accepted as a best-effort fallback: it resolves only when exactly one server matches, otherwise the error lists candidate slugs.",
"minLength": 1,
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
},
"name": "mcp_get",
"outputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"category": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"details_url": {
"description": "Human detail page for this server - open it for more information",
"type": "string"
},
"install": {
"additionalProperties": false,
"description": "The recommended way to run this server, derived from its first package/remote",
"properties": {
"command": {
"description": "A suggested command or connection hint to run the server",
"type": "string"
},
"identifier": {
"type": "string"
},
"registry_type": {
"type": "string"
}
},
"required": [
"registry_type",
"identifier",
"command"
],
"type": "object"
},
"is_official": {
"type": "boolean"
},
"language": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"packages": {
"items": {
"additionalProperties": false,
"properties": {
"environment_variables": {
"description": "Env vars the server reads, for setup",
"items": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"required": {
"type": "boolean"
},
"secret": {
"type": "boolean"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
},
"identifier": {
"description": "Package id in that registry",
"type": "string"
},
"registry_type": {
"description": "npm | pypi | oci | mcpb | nuget",
"type": "string"
},
"runtime_hint": {
"type": "string"
},
"transport_type": {
"description": "stdio | streamable-http | sse, when declared",
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"registry_type",
"identifier"
],
"type": "object"
},
"type": "array"
},
"readme_excerpt": {
"description": "First ~2000 chars of the README; open details_url for the full document",
"type": "string"
},
"remotes": {
"items": {
"additionalProperties": false,
"properties": {
"type": {
"description": "e.g. streamable-http, sse",
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url"
],
"type": "object"
},
"type": "array"
},
"resolved_from": {
"description": "Present only when the requested slug was not canonical and was resolved by name; this is what you asked for - use `slug` from now on",
"type": "string"
},
"slug": {
"type": "string"
},
"title": {
"type": "string"
},
"tools": {
"description": "The MCP tools this server exposes, from its live tools/list",
"items": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
},
"transport_types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"slug",
"name",
"title",
"description",
"category",
"is_official",
"transport_types",
"tools",
"packages",
"remotes",
"details_url"
],
"type": "object"
},
"title": "Get one MCP server"
},
{
"annotations": {
"destructiveHint": false,
"openWorldHint": true,
"readOnlyHint": true
},
"description": "List the directory's available filter values - every category, language, and license, each with how many servers carry it. Call this BEFORE mcp_search when you intend to filter, so you pass exact, existing values for the type/category/language/license arguments instead of guessing. Takes no input. Read-only.",
"execution": {
"taskSupport": "forbidden"
},
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"type": "object"
},
"name": "mcp_categories",
"outputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"categories": {
"description": "Category labels and how many servers carry each",
"items": {
"additionalProperties": false,
"properties": {
"count": {
"type": "number"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"count"
],
"type": "object"
},
"type": "array"
},
"languages": {
"description": "Repository languages and their server counts",
"items": {
"additionalProperties": false,
"properties": {
"count": {
"type": "number"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"count"
],
"type": "object"
},
"type": "array"
},
"licenses": {
"description": "License names and their server counts",
"items": {
"additionalProperties": false,
"properties": {
"count": {
"type": "number"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"count"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"categories",
"languages",
"licenses"
],
"type": "object"
},
"title": "List directory filter values"
}
],
"ttlMs": 21600000
}
},
"url": "https://catalog.agentage.io/mcp"
},
"latency_ms": 396.57,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json",
"ratelimit-limit": "60",
"ratelimit-remaining": "56",
"ratelimit-reset": "58",
"strict-transport-security": "max-age=31536000; includeSubDomains"
},
"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": 135.09,
"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": 136.59,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "Non-MCP content type: text/html; charset=utf-8",
"non_mcp_content_type": "text/html; charset=utf-8",
"url": "https://catalog.agentage.io/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"server_card": {
"error": "Non-MCP content type: text/html; charset=utf-8",
"non_mcp_content_type": "text/html; charset=utf-8",
"url": "https://catalog.agentage.io/.well-known/mcp/server-card.json"
}
},
"remote_url": "https://catalog.agentage.io/mcp",
"server_card_payload": null,
"server_identifier": "github-agentage/find-mcp"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://catalog.agentage.io/mcp
- Docs: https://catalog.agentage.io/mcp
- Support: https://github.com/agentage/find-mcp
- Icon: https://avatars.githubusercontent.com/u/222970650?v=4
- Remote endpoint: https://catalog.agentage.io/mcp
- Directory listing: none
- Server card: none
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header
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. | ||