Loomal

Tripwire

MCP server by github.com/bonesdefi/tripwire

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

0 starsnpm: tripwire-mcp

About Tripwire

Tripwire is an MCP (Model Context Protocol) server published by bonesdefi in the official MCP registry, listed under Autonomous Agents on Loomal. Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

It ships as an npm package (tripwire-mcp), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/bonesdefi/tripwire.

Use Tripwire with your agent

Claude Code · one command
claude mcp add tripwire -- npx -y tripwire-mcp
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "tripwire": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-mcp"
      ]
    }
  }
}
npmtripwire-mcp

Frequently asked questions

What is Tripwire?
Tripwire is an MCP (Model Context Protocol) server by bonesdefi in the Autonomous Agents category. Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.
How do I connect Tripwire to Claude, Cursor, or another MCP client?
Install Tripwire from its npm package (tripwire-mcp) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Tripwire open source?
Yes — the source code is public at github.com/bonesdefi/tripwire.
Can AI agents pay to use Tripwire?
Not yet through Loomal — Tripwire is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Tripwire? Claim this listing free by verifying GitHub ownership, or contact us.