mcpbeat

NEUS MCP Server

io.github.neus/neus-mcp
answering

NEUS MCP is answering right now. Last checked 1 min ago. It exposes 13 tools. Last commit 4 Aug 2026.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
13
Tools
read from the server
499 ms
Response time
average over 24h
24
Stars
last commit 4 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add neus-mcp --transport http https://mcp.neus.network/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neus-mcp": {
      "url": "https://mcp.neus.network/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.neus-mcp]
url = "https://mcp.neus.network/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "neus-mcp": {
      "url": "https://mcp.neus.network/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "neus-mcp": {
      "url": "https://mcp.neus.network/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

neus
neus_agent_create
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.
neus_agent_link
Check whether a Trusted Agent has the identity and permission needed to act. Returns ready or one setup step.
neus_agent_mount
Connect agent context by loading a Trusted Agent’s identity, permissions, skills, and current settings.
neus_context
Start here. Load the signed-in profile, available checks, and recommended workflow for this session.
neus_me
Refresh the signed-in profile or look up a public profile by wallet or DID.
neus_proofs_check
Check whether existing trust receipts meet the requested requirements. This is read-only and never creates a receipt. Omit the wallet when signed in.
neus_proofs_get
Read current trust receipt details for a wallet or DID, including titles, tags, status, and content. Omit the wallet when signed in.
neus_secret_create
Store a secret, such as an API key, as an encrypted record. Tools never return the saved value.
neus_secret_list
List saved secret names, types, and update times without exposing their values.
neus_secret_revoke
Revoke a saved secret so it can no longer be used.
neus_verifiers_catalog
List available checks, supported networks, and required inputs. Use this when a check needs details that are not already in the session context.
neus_verify
Create or refresh a trust receipt after checking that one is needed. Omit the wallet when signed in; the session authorizes the request.
neus_verify_or_guide
Reuse a qualifying trust receipt or return the one next step needed to complete the check. Omit the wallet when signed in.

Endpoints

URLTransportStateLatencyChecked
https://mcp.neus.network/mcp streamable-http answering 506 ms 1 min ago

NEUS MCP — questions

Answers built from our own checks of this server.

What can NEUS MCP do?
It exposes 13 tools, read directly from the server on our last check. Among them: neus_agent_create, neus_agent_link, neus_agent_mount, neus_context, neus_me, neus_proofs_check and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is NEUS MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 499 ms. The bar chart above shows every period we have measured.
How do I connect NEUS MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does NEUS MCP need an API key?
No. NEUS MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is NEUS MCP?
It answers our handshake in 499 ms on average, which is faster than 22% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is NEUS MCP open source?
Yes — it is published under the NOASSERTION licence, written in JavaScript, 24 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.