Odel
Fortik

Fortik

Local
@maxigirl123TypeScriptUpdated 1w ago

Verifies a merchant storefront is legitimate before an AI agent commits payment.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstorefront-guard-mcp-serverv0.3.2

Run

npx -y storefront-guard-mcp-server

MCP client config

{
  "mcpServers": {
    "fortik": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-guard-mcp-server"
      ]
    }
  }
}