ShieldTrade — Agent Surface
MCP server + Node SDK · DEMO ONLY
tenant: phase3-e2e

An AI agent that asks ShieldTrade before paying.

The agent surface is two things:

  1. A Node SDK that any program can import to submit transactions through the same Gateway a human cashier or wallet would.
  2. An MCP server (stdio transport) that exposes three tools — submit_evm_transfer, submit_card_payment, submit_protocol_bound — so an MCP-compatible agent runtime (Claude, etc.) can call ShieldTrade as a tool.

Three examples ship with the demo:

MCP server config (drop into Claude / Cursor / any MCP client)

loading…

SDK config

loading…

Run the three examples

pnpm --filter @shieldtrade/agent-demo example:evm
pnpm --filter @shieldtrade/agent-demo example:x402
pnpm --filter @shieldtrade/agent-demo example:act-a402

What you are looking at