PluginBench
MCP Server

TWZRD Agent Intelligence MCP Server

io.github.twzrd-sol/twzrd-agent-intel

What is the TWZRD Agent Intelligence MCP server?

Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt.

How to install TWZRD Agent Intelligence

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TWZRD_SIGNAL_SOURCE

    Signal source: 'artifacts' (your own settlement volume from TWZRD_ARTIFACTS_DIR) or 'bazaar' (live cross-facilitator x402 catalog). Defaults to a static research registry.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twzrd-agent-intel": {
      "command": "uvx",
      "args": [
        "twzrd-agent-intel"
      ],
      "env": {
        "TWZRD_SIGNAL_SOURCE": "<YOUR_TWZRD_SIGNAL_SOURCE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "twzrd-agent-intel": {
      "command": "uvx",
      "args": [
        "twzrd-agent-intel"
      ],
      "env": {
        "TWZRD_SIGNAL_SOURCE": "<YOUR_TWZRD_SIGNAL_SOURCE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "twzrd-agent-intel": {
      "command": "uvx",
      "args": [
        "twzrd-agent-intel"
      ],
      "env": {
        "TWZRD_SIGNAL_SOURCE": "<YOUR_TWZRD_SIGNAL_SOURCE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "twzrd-agent-intel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "twzrd-agent-intel"
      ],
      "env": {
        "TWZRD_SIGNAL_SOURCE": "<YOUR_TWZRD_SIGNAL_SOURCE>"
      }
    }
  }
}
Claude Code
claude mcp add twzrd-agent-intel --env TWZRD_SIGNAL_SOURCE=<YOUR_TWZRD_SIGNAL_SOURCE> -- uvx twzrd-agent-intel

Related MCP servers

Auto-pay MCP for the TWZRD Trust API: free preflight + x402-paid Solana trust intel

View repository →