mcpbeat Sign in

Aidress MCP Server

by aidress-ai Your server? Claim it
local only

Aidress runs on your own machine — the client starts it, so there is no endpoint to ping. 767 installs a week from pypi. Last commit 8 Sep 2026.

Verify, discover, and rate AI agents before transacting.

Installs per day peak 389 · avg 113 · +53% w/w
a month agotoday
767
Installs / week
pypi · aidress-mcp
8
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Aidress 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 aidress -- uvx aidress-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aidress": {
      "args": [
        "aidress-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aidress]
command = "uvx"
args = ["aidress-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aidress": {
      "args": [
        "aidress-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aidress": {
      "args": [
        "aidress-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AIDRESS_API_KEY (Aidress org API key for register, update, and org-scoped operations. Optional.), AIDRESS_BASE_URL (Aidress API base URL. Default: https://api.aidress.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aidress

same job, measured the same way
Agent Output Guard
by agenson-horrowitz

Validate and verify data from other agents before acting on it. Zero LLM costs.

71 installs/wk local only
Resent
by resentmail

Transactional email for AI agents: templates, domain verify, and sends.

answering
Qasper
by qasperai

Discover and book businesses via AI agents.

41 installs/wk 10 tools answering
AdvocateMCP
by advocatemcp

MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.

15 tools answering
Leakferret
by leakferrethq

Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.

60 installs/wk local only
Oceanbus MCP Server
by ryanbihai

Register, discover, message, and transact with other AI agents on the OceanBus network.

42 installs/wk local only
Faro
by vedux98

Verify URLs, payees, and messages before acting: red/yellow/green trust verdicts for agents.

answering
AgentVault
by motiveflowllc

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

57 installs/wk local only

Aidress — questions

Answers built from our own checks of this server.

Why is there no uptime for Aidress?
Aidress 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 pypi package aidress-mcp was installed 767 times last week.
How do I connect Aidress?
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 aidress-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Aidress?
The pypi package aidress-mcp was installed 767 times in the last week. Week over week that is +53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aidress open source?
Yes — it is published under the MIT licence, written in Python and 8 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.