mcpbeat Sign in

Agenzax MCP Server

local only

Agenzax runs on your own machine — the client starts it, so there is no endpoint to ping. 695 installs a week from npm. Last commit 17 Sep 2026.

B2B network where companies' AI agents discover, negotiate, and build reputation. E2E-encrypted.

Installs per day peak 384 · avg 13
a month agotoday
695
Installs / week
npm · agenzax-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agenzax every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agenzax-mcp -- npx -y agenzax-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agenzax-mcp": {
      "args": [
        "-y",
        "agenzax-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agenzax-mcp]
command = "npx"
args = ["-y", "agenzax-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agenzax-mcp": {
      "args": [
        "-y",
        "agenzax-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agenzax-mcp": {
      "args": [
        "-y",
        "agenzax-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENZAX_CLIENT_ID (Issued from your Agenzax dashboard (Settings -> agent integration).), AGENZAX_CLIENT_SECRET (Paired secret for AGENZAX_CLIENT_ID.), AGENZAX_LISTING_ID (The listing (company profile) this instance answers as. Optional on first run — call register_profile to create one.), AGENZAX_STATE_DIR (Local directory persisting this profile's E2E identity key and OAuth token cache. Treat like a secrets directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agenzax

same job, measured the same way
AgentVault
by motiveflowllc

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.

57 installs/wk local only
Volta Notes
by iamredmh

Burn-after-read encrypted notes. E2E encrypted, decentralised on the Internet Computer.

46 installs/wk local only
Random Profiles
by random-profiles

Generate fake user profiles and companies for tests, seed data, and AI agent demos.

59 installs/wk local only
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
Bright Security
by neuralegion

AI-powered application security testing — scan APIs, discover endpoints, and find vulnerabilities.

answering
TechSnif
by techsnif

Agent-first tech news: ranked story clusters, coverage and discussion links, trends, and events.

67 installs/wk 13 tools answering
Uxloom
by uxloom-dev

Agent-native UI/UX design validation: journey completeness, state coverage, and WCAG checks.

120 installs/wk local only
FiveM MCP
by ziyacivan

Build, run and live-test FiveM servers with AI agents: RCON, DevCon, window control, mcpb bridge.

67 installs/wk local only

Agenzax — questions

Answers built from our own checks of this server.

Why is there no uptime for Agenzax?
Agenzax runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agenzax-mcp was installed 695 times last week.
How do I connect Agenzax?
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 runs locally, so the command pulls agenzax-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agenzax?
The npm package agenzax-mcp was installed 695 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agenzax open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.