HomeSecurity › mcp

mcp

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-02-16 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y @agntor/mcp@0.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agntor/mcp@0.1.0"
      ],
      "env": {
        "AGNTOR_API_KEY": "<YOUR_VALUE>",
        "AGNTOR_SECRET_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGNTOR_API_KEY secret — API key for Agntor backend calls (get one at app.agntor.com)
  • AGNTOR_SECRET_KEY secret — JWT signing key for audit ticket generation

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry