Skip to main content
Glama
package.json825 B
{ "name": "@authn8/mcp-server", "version": "1.0.5", "description": "MCP server for Authn8 2FA code access", "type": "module", "bin": { "authn8-mcp": "./dist/index.js" }, "main": "dist/index.js", "scripts": { "build": "tsup src/index.ts --format esm --dts", "dev": "node --loader ts-node/esm src/index.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "2fa", "totp", "authn8", "authenticator" ], "repository": { "type": "git", "url": "https://github.com/authn8/mcp-server" }, "homepage": "https://authn8.com", "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^24.10.1", "tsup": "^8.5.1", "typescript": "^5.9.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/authn8/Authn8'

If you have feedback or need assistance with the MCP directory API, please join our Discord server