Azeth Protocol MCP Server

MCP (Model Context Protocol) server for Azeth -- the trust, discovery, and payment layer for the machine economy. Provides 32 tools for AI agents to create accounts, make payments, discover services, manage reputation, and communicate via XMTP. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-02 · ★ 3 · #136 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Azeth Protocol MCP Server

before you install - you'll need

Set AZETH_PRIVATE_KEY before connecting.

Claude Code

claude mcp add azeth-protocol-mcp-server -- npx -y @azeth/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "azeth-protocol-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@azeth/mcp-server"
      ]
    }
  }
}

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

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 local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @azeth/mcp-server - the @azeth scope differs from the repo owner (azeth-protocol); confirm it's the project's official package

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

03 · What Azeth Protocol MCP Server can do

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

What you can build

An agent gets 1 documented tool, including azeth_transfer.

The 1 tools it gives your agent

Extracted from the project's README - what mcp-server lets an agent do.

azeth_transfer
- Send ETH or ERC-20 tokens from your smart account

Latest releases

v0.2.24 · 2026-07-02

Synced from the monorepo on 2026-07-02. npm:

v0.2.23 · 2026-07-02

Synced from the monorepo on 2026-07-02. npm:

v0.2.22 · 2026-06-04

Synced from the monorepo on 2026-06-04. npm:

04 · Who maintains Azeth Protocol MCP Server

mcp-server is maintained by azeth-protocol. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #136 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-07-02)
registry
io.github.azeth-protocol/mcp-server (active, first published 2026-06-09)
packages
npm:@azeth/mcp-server

06 · Azeth Protocol MCP Server FAQ

What is Azeth Protocol MCP Server?

MCP (Model Context Protocol) server for Azeth -- the trust, discovery, and payment layer for the machine economy. Provides 32 tools for AI agents to create accounts, make payments, discover services, manage reputation, and communicate via XMTP. It runs locally over stdio via the published package.

Is Azeth Protocol MCP Server still maintained?

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

How do I install Azeth Protocol MCP Server?

Run `npx -y @azeth/mcp-server`. The README documents one environment variable (AZETH_PRIVATE_KEY) to set first. Set AZETH_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Azeth Protocol MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Azeth Protocol MCP Server