mcp-server
Verified Safeby authn8
Overview
Provides AI agents with programmatic access to Authn8 2FA (TOTP) codes via a secure Personal Access Token.
Installation
npx @authn8/mcp-serverEnvironment Variables
- AUTHN8_API_KEY
Security Notes
The server securely handles the Authn8 Personal Access Token (PAT) via an environment variable. Input validation is performed using Zod to prevent common injection vulnerabilities. All API communication uses HTTPS. No 'eval' or other dynamic code execution is found. Robust error handling for API failures is implemented. Security relies on the PAT being kept secret and managed appropriately by the user.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
AI-Gateway
The project serves as a collection of labs demonstrating AI Gateway capabilities with Azure API Management, focusing on Model Context Protocol (MCP) to enable plug-and-play tool integration for Large Language Models (LLMs).
mcp-proxy-for-aws
Facilitates secure communication between Model Context Protocol (MCP) clients and AWS-hosted MCP servers by handling AWS IAM (SigV4) authentication.
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).