Serversio.github.raditotev/agent-auth
A

AgentAuth

io.github.raditotev/agent-auth · v0.1.1
▦ pypi
v0.1.1pypi pypi: agentauth-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.raditotev/agent-auth",
  "description": "Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.",
  "title": "AgentAuth",
  "repository": {
    "url": "https://github.com/radi-totev/agent-auth",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "agentauth-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)",
          "isRequired": true,
          "format": "string",
          "name": "AGENTAUTH_URL"
        },
        {
          "description": "Default API key for the authenticate tool. Optional — can also be passed per call.",
          "format": "string",
          "isSecret": true,
          "name": "AGENTAUTH_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}