NEUS MCP
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.
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 3/5 across 13 of 13 tools scored. Lowest: 1.9/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.
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).
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.
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 toolsneus_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.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | ||
| scope | No | ||
| preset | No | ||
| skills | No | ||
| agentId | Yes | ||
| maxSpend | No | ||
| services | No | ||
| agentType | No | ||
| expiresAt | No | ||
| returnUrl | No | ||
| agentLabel | No | ||
| agentWallet | No | ||
| description | No | ||
| permissions | No | ||
| capabilities | No | ||
| instructions | No | ||
| defaultRuntime | No | ||
| controllerWallet | No | ||
| delegationSkills | No | ||
| delegationInstructions | No | ||
| delegationDeniedActions | No | ||
| delegationRuntimePolicy | No | ||
| delegationAllowedActions | No | ||
| delegationApprovalPolicy | No |
neus_agent_linkInspect
Check whether a Trusted Agent has the identity and permission needed to act. Returns ready or one setup step.
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | ||
| principal | No | ||
| agentWallet | Yes |
neus_agent_mountInspect
Connect agent context by loading a Trusted Agent’s identity, permissions, skills, and current settings.
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | ||
| agentWallet | No | ||
| identityQHash | No | ||
| controllerWallet | No |
neus_contextInspect
Start here. Load the signed-in profile, available trust checks, and recommended workflow for this session.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
neus_meInspect
Refresh the signed-in profile or look up a public profile by wallet or DID.
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | ||
| minCount | No | ||
| verifiers | Yes | ||
| requireAll | No |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| tags | No | ||
| limit | No | ||
| scope | No | ||
| offset | No | ||
| include | No | ||
| tagPrefix | No | ||
| identifier | No | ||
| verifierId | No | ||
| agentWallet | No | ||
| searchQuery | No | ||
| tagContains | No | ||
| tagPrefixesAll | No |
neus_secret_createInspect
Store a secret, such as an API key, as an encrypted record. Tools never return the saved value.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| alias | Yes | ||
| content | Yes | ||
| secretType | No | ||
| walletAddress | Yes |
neus_secret_listInspect
List saved secret names, types, and update times without exposing their values.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| walletAddress | Yes |
neus_secret_revokeInspect
Revoke a saved secret so it can no longer be used.
| Name | Required | Description | Default |
|---|---|---|---|
| qHash | Yes | ||
| walletAddress | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| chain | No | ||
| options | No | ||
| signature | No | ||
| verifierIds | Yes | ||
| walletAddress | No | ||
| signedTimestamp | No |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| chain | No | ||
| options | No | ||
| requireAll | No | ||
| verifierIds | Yes | ||
| walletAddress | No |
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!