NEUS MCP

Portable Trust Infrastructure for Humans and AI. Portable Proof carries verified identity, authority, and action evidence across apps, agents, and networks. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 24 · #176 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install NEUS MCP

Claude Code

claude mcp add neus-network --transport http https://mcp.neus.network/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "neus-network": {
      "url": "https://mcp.neus.network/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.neus.network/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.neus.network

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry namespace io.github.neus is GitHub-verified and matches the repo owner

03 · What NEUS MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.9 · 2026-08-19

Fixed · Removed the OAuth browser command-injection sink. The CLI now opens authorization URLs with fixed executables and argument arrays, never a shell command. · Scoped registry scanning to the MCP package. Discovery…

v1.3.8 · 2026-07-30

Fixed · RFC 9207 issuer validation in neus setup/neus auth. The CLI now validates the iss parameter returned in the OAuth authorization response against the expected NEUS issuer ( preventing authorization-code…

v1.3.7 · 2026-07-30

Fixed · Restored marketplace click-install for Cursor. The neus-mcp plugin ships a Cursor-native .mcp.json again, so clicking Install registers NEUS and signs you in - the same one-click experience as Linear, Stripe…

04 · Who maintains NEUS MCP

NEUS MCP is maintained by neus. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
finance - ranked #176 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-19)
registry
io.github.neus/neus-mcp (active, first published 2026-05-18 · 16 versions)

06 · NEUS MCP FAQ

What is NEUS MCP?

Portable Trust Infrastructure for Humans and AI. Portable Proof carries verified identity, authority, and action evidence across apps, agents, and networks. It is available as a remote MCP endpoint.

Is NEUS MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install NEUS MCP?

Run `claude mcp add neus-network --transport http https://mcp.neus.network/mcp`. You can also paste the ready-made client config above.

Does NEUS MCP require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to NEUS MCP