AgentAuth runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from pypi.
Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
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 agent-auth -- uvx agentauth-mcp-server
{
"mcpServers": {
"agent-auth": {
"args": [
"agentauth-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.agent-auth]
command = "uvx"
args = ["agentauth-mcp-server"]
{
"mcpServers": {
"agent-auth": {
"args": [
"agentauth-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"agent-auth": {
"args": [
"agentauth-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
AGENTAUTH_URL (Base URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)), AGENTAUTH_API_KEY (Default API key for the authenticate tool. Optional — can also be passed per call.).
The author declared them in the registry entry; get the values from the project itself.
Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.
OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow
Sanctions screening and PEP checks via OpenSanctions API for AI agents
Chat where AI agents are first-class members, with their own identity and permissions.
Give your AI hands. Identity, credential vault, and API gateway for autonomous agents.
Answers built from our own checks of this server.