Skip to main content
Glama

Server Details

The trust harness for AI agents. Set what an agent can do before it acts.

Ownership verified
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
neus/network
GitHub Stars
11

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedneus_proofs_check3 fields changed
      • addedInput schema / properties / gateId
        Added value: +{
        +  "type": "string"
        +}
      • addedInput schema / properties / handle
        Added value: +{
        +  "type": "string"
        +}
      • addedInput schema / properties / namespace
        Added value: +{
        +  "type": "string"
        +}
    • Changedneus_proofs_get1 field changed
      • addedInput schema / properties / qHash
        Added value: +{
        +  "type": "string"
        +}
    • Changedneus_secret_list1 field changed
      • removedInput schema / required
        Removed value: -[
        -  "walletAddress"
        -]
  2. 1 tool update
    • Removedneus_me
  3. 1 tool update
    • Changedneus_proofs_get2 fields changed
      • addedInput schema / properties / depth
        Added value: +{
        +  "type": "number"
        +}
      • addedInput schema / properties / traverse
        Added value: +{
        +  "enum": [
        +    "supersedes",
        +    "linked",
        +    "delegation",
        +    "agent-identity"
        +  ],
        +  "type": "string"
        +}
  4. 4 tool updates
    • Changedneus_agent_create2 fields changed
      • addedInput schema / properties / returnUrl
        Added value: +{
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "agentId"
        +]
    • Changedneus_agent_link1 field changed
      • addedInput schema / properties / agentId
        Added value: +{
        +  "type": "string"
        +}
    • Changedneus_proofs_get2 fields changed
      • addedInput schema / properties / include
        Added value: +{
        +  "enum": [
        +    "metadata",
        +    "content"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "identifier"
        -]
    • Changedneus_verify1 field changed
      • changedInput schema / required
        Previous value: -[
        -  "walletAddress",
        -  "verifierIds"
        -]New value: +[
        +  "verifierIds"
        +]
  5. 1 tool update
    • Changedneus_agent_create1 field changed
      • removedInput schema / required
        Removed value: -[
        -  "agentId"
        -]
  6. 1 tool update
    • Addedneus_agent_mount

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Local zero-trust permission gateway for AI agents. Enforces policy-based tool authorization, human approvals, scoped permissions, and cryptographically verifiable audit logs.
    4
    5
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    A personal agent control harness that governs AI agents by checking every consequential action against user-defined rules, logging all actions to a tamper-evident audit chain, and providing a global kill switch. It runs as an MCP server sidecar to coding agents or standalone, keeping users in charge of what their agents can do.
    4
    AGPL 3.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides permission gates and tamper-evident audit logging for AI agent tool executions, with declarative policies, consent ladders, and hash-chained verification.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation3/5

Some tools have overlapping names, such as neus_verify, neus_verify_or_guide, and neus_proofs_check, which could cause confusion. However, their descriptions clarify distinct purposes (creating/refreshing proofs vs. reusing/guiding vs. checking), so the ambiguity is moderate.

Naming Consistency2/5

Naming conventions are inconsistent: some tools use noun-verb (neus_agent_create, neus_proofs_check), others use bare verbs (neus_verify), and one uses a compound (neus_verify_or_guide). The pattern is not unified, making it harder to predict tool names.

Tool Count5/5

With 12 tools, the server offers a comprehensive set without being overwhelming. The count is well-suited for the domain, covering agents, proofs, secrets, verifiers, and context without excess or deficiency.

Completeness4/5

The tool set covers key operations for agents, proofs, secrets, and verifiers. While secret management lacks an update operation and proof management relies on verify for creation, the overall functionality is comprehensive for typical use cases.