Skip to main content
Glama
Ownership verified

Server Details

Portable identity, authority, trust receipts, and Vault secrets before sensitive AI actions.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
neus/network
GitHub Stars
11

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsC

Average 3/5 across 13 of 13 tools scored. Lowest: 1.9/5.

Server CoherenceA
Disambiguation4/5

Most tools have distinct purposes, but the agent tools (create, link, mount) are closely related and might cause confusion if descriptions are not read carefully. However, the descriptions clearly differentiate each tool's role.

Naming Consistency5/5

All tools follow a consistent 'neus_' prefix with snake_case names. The naming pattern is predictable, using verbs and nouns appropriately (e.g., agent_create, proofs_check, secret_revoke).

Tool Count5/5

With 13 tools, the server covers a broad domain of identity management, trust proofs, and secrets without being overwhelming. Each tool serves a specific purpose in the workflow.

Completeness4/5

The tool set covers creation, reading, checking, and revocation of agents, proofs, and secrets. Missing are explicit update tools for agents or proofs, but the workflow seems to handle updates through create and verify.

Available Tools

13 tools
neus_agent_createInspect

Create or finish a Trusted Agent’s identity and permissions. Keep the same agentId and agentWallet on retries, follow the returned next step, then use neus_agent_link to confirm readiness.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNo
scopeNo
presetNo
skillsNo
agentIdYes
maxSpendNo
servicesNo
agentTypeNo
expiresAtNo
returnUrlNo
agentLabelNo
agentWalletNo
descriptionNo
permissionsNo
capabilitiesNo
instructionsNo
defaultRuntimeNo
controllerWalletNo
delegationSkillsNo
delegationInstructionsNo
delegationDeniedActionsNo
delegationRuntimePolicyNo
delegationAllowedActionsNo
delegationApprovalPolicyNo
neus_agent_mountInspect

Connect agent context by loading a Trusted Agent’s identity, permissions, skills, and current settings.

ParametersJSON Schema
NameRequiredDescriptionDefault
agentIdNo
agentWalletNo
identityQHashNo
controllerWalletNo
neus_contextInspect

Start here. Load the signed-in profile, available trust checks, and recommended workflow for this session.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

neus_meInspect

Refresh the signed-in profile or look up a public profile by wallet or DID.

ParametersJSON Schema
NameRequiredDescriptionDefault
identifierNo
neus_proofs_checkInspect

Check whether existing trust receipts meet the requested requirements. This is read-only and never creates a receipt. Omit the wallet when signed in.

ParametersJSON Schema
NameRequiredDescriptionDefault
walletNo
minCountNo
verifiersYes
requireAllNo
neus_proofs_getInspect

Read current trust receipt details for a wallet or DID, including titles, tags, status, and content. Omit the wallet when signed in.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNo
tagsNo
limitNo
scopeNo
offsetNo
includeNo
tagPrefixNo
identifierNo
verifierIdNo
agentWalletNo
searchQueryNo
tagContainsNo
tagPrefixesAllNo
neus_secret_createInspect

Store a secret, such as an API key, as an encrypted record. Tools never return the saved value.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNo
aliasYes
contentYes
secretTypeNo
walletAddressYes
neus_secret_listInspect

List saved secret names, types, and update times without exposing their values.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
walletAddressYes
neus_secret_revokeInspect

Revoke a saved secret so it can no longer be used.

ParametersJSON Schema
NameRequiredDescriptionDefault
qHashYes
walletAddressYes
neus_verifiers_catalogInspect

List available trust checks, supported networks, and required inputs. Use this when a check needs details that are not already in the session context.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

neus_verifyInspect

Create or refresh a trust receipt after checking that one is needed. Omit the wallet when signed in; the session authorizes the request.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataNo
chainNo
optionsNo
signatureNo
verifierIdsYes
walletAddressNo
signedTimestampNo
neus_verify_or_guideInspect

Reuse a qualifying trust receipt or return the one next step needed to complete the check. Omit the wallet when signed in.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataNo
chainNo
optionsNo
requireAllNo
verifierIdsYes
walletAddressNo

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.