Address runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 10 May 2026.
MCP server for Verus addresses — generate, validate, list transparent and shielded addresses
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(binaryPath, args, {
import { readdirSync, accessSync, existsSync, constants } from 'node:fs';
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add address -- npx -y @verusidx/address-mcp
{
"mcpServers": {
"address": {
"args": [
"-y",
"@verusidx/address-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.address]
command = "npx"
args = ["-y", "@verusidx/address-mcp"]
{
"mcpServers": {
"address": {
"args": [
"-y",
"@verusidx/address-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"address": {
"args": [
"-y",
"@verusidx/address-mcp"
],
"command": "npx"
}
}
}
Local-first MCP server and CLI for validating and generating synthetic ACH files.
MCP server for EasyPost — rate shipments, buy & refund labels, track packages, verify addresses.
MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation.
CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.
Forge Space MCP server for UI and backend generation via stdio transport.
MCP server for ISO 20022 acmt.001 account management message generation and validation.
AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL.
MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.
Answers built from our own checks of this server.