Cyphrex
Server Details
Blockchain SSN for AI agents. MCP gateway that blocks at the point of action, tamper evident audit.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 2.7/5 across 9 of 9 tools scored. Lowest: 2.1/5.
Each tool targets a distinct action: checking proposed actions, logging/reading audit data, proxying requests, registering/verifying agents, scanning different payload types, and setting profiles. The separation between check_action and scan_mcp_tool_result is clear from their descriptions (proposed action vs. upstream result).
All tool names follow a consistent verb_noun snake_case pattern (e.g., check_action, get_audit_log, set_behavior_profile). No mixing of styles or vague verbs beyond standard operation names.
With 9 tools, the set is well-scoped for a security-focused MCP governance server. Each tool addresses a clear need without redundancy or excessive granularity.
The tool set covers the core lifecycle: agent registration, verification, behavior profiling, action checking/logging, audit retrieval, proxying, and scanning. Minor gaps include no explicit agent removal or policy management tools, but these may be intentionally outside the server's scope.
Available Tools
9 toolscheck_actionCInspect
Run Cyphrex check on a proposed action
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| agentId | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only says 'run a check,' implying a read-only operation, but it doesn't specify side effects, permissions, or return behavior. This is insufficient for an agent to understand the tool's full impact.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, highly concise and front-loaded. However, the brevity omits critical details, making it under-specified.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and sparse parameter information, the description is not complete enough for correct invocation. The agent lacks details on expected inputs, outputs, and behavior, making it challenging to use effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema includes action and agentId with zero description coverage, and the description fails to mention these parameters at all. There is no guidance on what 'action' should contain (string vs object) or what 'agentId' represents, leaving the agent without essential parameter context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool runs a Cyphrex check on a proposed action, using a specific verb and resource. However, it doesn't explicitly differentiate itself from sibling tools or explain what a Cyphrex check entails, leaving some ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided for when to use this tool versus alternatives like log_action or verify_agent. There are no exclusions or contextual hints, so an agent cannot determine the appropriate selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_audit_logBInspect
Get Cyphrex audit log for an agent
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| agentId | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states the action ('Get') without revealing any behavioral traits such as pagination, ordering, permission requirements, or return format. The presence of a 'limit' parameter hints at pagination, but the description does not mention it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence with no superfluous words. It is front-loaded and efficiently communicates the core purpose. Perfect conciseness for a simple tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the tool is conceptually simple, the description lacks important context: no output schema is provided, and the description does not explain the return structure, the meaning of 'limit', or any default behaviors. The agent would need to infer too much about the audit log contents and parameter effects.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the description adds no parameter details. The required 'agentId' is loosely implied by 'for an agent', but the optional 'limit' parameter is completely unexplained. The description provides minimal value beyond what the schema already shows.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and resource ('Cyphrex audit log'), scoped to 'an agent'. This clearly distinguishes it from sibling tools like 'log_action' (which writes) or 'check_action' (which verifies). No ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description neither states typical use cases nor excluded scenarios. With sibling tools like 'log_action' and 'check_action', some differentiation or usage context would be helpful, but it is entirely absent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
log_actionCInspect
Log an executed action for a Cyphrex agent
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| agentId | Yes | ||
| metadata | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosure, but it only states that it logs an action. It does not mention side effects (e.g., storage writes), authorization requirements, error behaviors, or what happens to previously logged data. The word 'executed' adds a small hint about the action's state but nothing more.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tight sentence with no redundant words, making it highly concise. However, its brevity borders on under-specification, so it loses one point for not being appropriately sized for a tool that needs more context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given three parameters, no output schema, and no annotations, this minimal description is grossly insufficient. It fails to explain return values, parameter behaviors, or any edge cases, making it nearly impossible for an agent to confidently invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, but it only vaguely aligns with the action and agentId parameters. The metadata parameter is entirely unexplored, and no details are given about accepted shapes or relationships between parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as logging an executed action for a Cyphrex agent, specifying the verb 'log' and the resource. While it does not explicitly contrast with sibling tools like check_action or get_audit_log, the purpose is unambiguous enough for basic selection.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, no exclusions, and no context about typical use cases. It is a simple declarative sentence without any usage instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
proxy_mcp_requestAInspect
Proxy a JSON-RPC tools/list or tools/call request to an upstream MCP server. Cyphrex enforces threat policy before the caller receives the upstream result.
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | ||
| message | Yes | ||
| upstreamUrl | Yes | ||
| upstreamSessionId | No | ||
| upstreamAuthorization | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It adds one key behavioral trait: Cyphrex enforces threat policy before returning results. However, it does not disclose details such as session handling, auth requirements, error behavior, or what happens when policy is violated, leaving meaningful gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of about 20 words, no filler, and front-loads the key action. Every phrase adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is moderately complex (5 params, nested object, no output schema). The description lacks critical context: how to construct the message, purpose of agentId, session/auth flows, and behavior on policy rejection. It is not complete enough for an agent to invoke reliably without additional information.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It clarifies that 'upstreamUrl' is an MCP server and 'message' is a JSON-RPC request, but provides no meaning for 'agentId', 'upstreamSessionId', or 'upstreamAuthorization'. With 5 parameters, this is insufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Proxy') and resource ('JSON-RPC tools/list or tools/call request to an upstream MCP server'). It differentiates from sibling tools (e.g., scan_mcp_tool_result, scan_mcp_tools_list) by focusing on the proxying action itself, not scanning results.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: when you need to proxy MCP requests while enforcing threat policy. However, it doesn't explicitly mention alternatives or exclusions, though sibling tool names provide context. This is clear usage context without formal exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
register_agentCInspect
Register a new Cyphrex agent
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| description | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits (e.g., side effects, permissions, return behavior). The description only restates the registration action, offering zero additional context about what happens when an agent is registered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, short sentence that reads easily, but it is under-specified. It provides only the bare minimum, similar to a stub, and lacks sufficient detail to be considered effectively concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has three required parameters, no output schema, no annotations, and no elaboration in the description, the context is severely incomplete. The agent cannot determine what registering an agent entails, what the response looks like, or what side effects occur.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema defines three required parameters (name, type, description) with no descriptions in the schema, and the tool description does not explain their meanings, constraints, or relationships. With 0% schema description coverage, this omission is critical and the description fails to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (register) and the resource (a new Cyphrex agent), giving a specific verb-and-resource combination. It doesn't explicitly contrast with sibling tools like verify_agent, but the verb 'register' naturally implies creation, making the purpose clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description offers no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusion criteria. It simply states the action, leaving the agent to infer context without any supporting information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scan_mcp_tool_resultCInspect
Scan an upstream MCP tools/call result for PII, injection, and volume anomalies
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| agentId | Yes | ||
| toolName | Yes | ||
| serverUrl | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It states the scanning categories (PII, injection, volume anomalies) but does not disclose whether the tool is read-only, how anomalies are reported, whether it modifies the result, or any side effects. This leaves significant behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no wasted words and front-loads the core purpose. However, the typo 'tools/call' and the lack of any supplemental detail prevent a perfect score, though this is not a padding or verbosity issue.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with four parameters, no annotations, and no output schema, the description provides only a high-level scanning intent. It fails to explain input semantics, output format, error behavior, or integration with sibling tools like 'proxy_mcp_request'. The description is too minimal to be considered complete in this context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not compensate. The function of 'agentId', 'toolName', 'serverUrl', and 'result' is not explained. Only 'result' is implicitly referenced via 'upstream MCP tools/call result', leaving the other three parameters without semantic meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Scan') and identifies the resource ('an upstream MCP tools/call result') plus the intent (detect PII, injection, and volume anomalies). It distinguishes from the sibling 'scan_mcp_tools_list' by focusing on a call result rather than a tool list, though the phrase 'tools/call result' is slightly awkward.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as 'scan_mcp_tools_list' or 'proxy_mcp_request'. The description implies it is used after an upstream MCP call, but does not explicitly state prerequisites, exclusions, or alternative selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scan_mcp_tools_listCInspect
Scan an upstream MCP tools/list payload for threats and diff tool snapshots
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | ||
| agentId | Yes | ||
| serverUrl | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must disclose behavioral traits. It mentions 'scan for threats' and 'diff tool snapshots', suggesting non-mutating analysis, but it does not specify whether the operation is read-only, whether it requires network access to 'upstream', what constitutes a 'threat', or if any data is stored or transmitted. This lack of safety and side-effect information is a significant gap for a security-related tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that grabs the core purpose without excessive wording. It is front-loaded with the verb 'Scan' and the main resource. No fluff or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with three required parameters, no annotations, and no output schema, the description is too sparse. It does not explain the outcome or return value, what 'threats' means, how the diff works, or any side effects. The security context and potential risks are left entirely unspecified, making it insufficient for safe and correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate but fails to explain any of the three parameters (agentId, serverUrl, tools). The description's mention of 'payload' vaguely relates to 'tools', but it gives no meaning for 'agentId' or 'serverUrl', nor does it clarify the structure or purpose of the 'tools' array. The agent receives no help beyond the schema's basic types.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: scanning an upstream MCP tools/list payload for threats and diffing tool snapshots. This distinguishes it from the sibling 'scan_mcp_tool_result', which likely handles a single tool result. However, 'diff tool snapshots' is somewhat vague without further context.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is used when you have an upstream MCP tools/list payload, but it does not explicitly state when to use it versus alternatives like 'scan_mcp_tool_result' or list any prerequisites. No exclusions or when-not-to-use guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
set_behavior_profileCInspect
Set behavior profile for an agent
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | ||
| profile | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only states the operation. It doesn't reveal whether the profile is overwritten, merged, validated, or what happens if the agentId doesn't exist, nor does it describe any return value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The one-sentence description is appropriately brief and front-loaded, with no wasted words. However, it could have used an additional sentence to provide usage context without becoming bloated.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low parameter documentation, lack of annotations, and absence of an output schema, the description is too sparse to be complete. It fails to explain return values, side effects, or validation behavior, which are essential for a mutation tool with an open-ended profile object.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no meaning to the 'agentId' or 'profile' parameters. It doesn't explain what a valid profile looks like or how the parameters interact, so the agent has insufficient information to correctly populate the arbitrary profile object.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'set' and identifies the resource as 'behavior profile for an agent,' clearly indicating the operation. While it distinguishes from sibling tools like register_agent or verify_agent, it does not explicitly contrast with alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus siblings. There is no mention of prerequisites, alternatives, or context, leaving the agent to infer usage solely from the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_agentCInspect
Fetch/verify agent details
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral transparency, but it only states a generic action. It does not disclose whether the operation is read-only, what happens if the agent is not found, or any side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short, consisting of a single phrase with no unnecessary words. However, the phrasing 'Fetch/verify' is awkward and could be clearer, and the brevity may sacrifice needed detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description still fails to convey important context such as the return value, error behavior, or when verification is needed. It omits any usage guidance and does not clarify the tool's role among siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema lists a single required parameter, agentId, but the description does not explain its meaning or format beyond the schema's minLength constraint. Schema description coverage is 0%, so the description should compensate, but it does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses 'Fetch/verify' as a compound verb, which is ambiguous about whether the tool retrieves or validates agent details. It names the resource ('agent details') but does not distinguish it clearly from sibling tools like check_action or register_agent.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidance is provided. The description does not specify when to use verify_agent instead of related tools such as check_action or get_audit_log, nor any exclusions or alternative scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityBmaintenanceUniversal governance layer for AI agents — MCP-native, fail-closed, LNN interpretability. Governed receipts, IPFS audit proofs, and rollback for any agent in any framework.398Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.1261MIT
- Alicense-qualityBmaintenanceCryptographic proof of every AI decision. An immutable, verifiable audit trail MCP server.1MIT
- AlicenseAqualityAmaintenanceAI agent governance through MCP - policy enforcement, quantum-safe audit trails (ML-DSA), multi-party authorization, and compliance reporting for AI agents.156MIT