atlasent-mcp-server

AtlaSent-Systems-Inc/atlasent-mcp-server
★ 0 stars TypeScript AI/LLM Updated 4d ago
MCP server — authorize any AI agent tool call before it executes (Claude, Cursor, LangChain)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlasent-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AtlaSent-Systems-Inc/atlasent-mcp-server"
      ]
    }
  }
}

README Excerpt

**Authorize every AI agent tool call before it executes.** An MCP server that plugs into any [Model Context Protocol](https://modelcontextprotocol.io)-compatible agent (Claude Desktop, Cursor, Claude Code, Copilot, LangChain) and enforces a simple contract: *no protected action runs until AtlaSent has authorized it*. Denied calls never reach the target system. Allowed calls return a permit token you can verify afterwards to close the audit loop.

Tools (18)

ATLASENT_ANON_KEYATLASENT_API_KEYATLASENT_BASE_URLATLASENT_MCP_RATE_LIMITATLASENT_MCP_READONLYATLASENT_MODEallowatlasent_create_policyatlasent_create_webhookatlasent_delete_policyatlasent_delete_webhookatlasent_evaluateatlasent_revoke_permitatlasent_update_policydenyholdlocalremote