The institutional-grade bridge between Large Language Models and Ethereum. Let AI assistants inspect balances, simulate gas, and draft transactions via MCP—while every single on-chain action stays locked behind your explicit cryptographic signature.
Engineered as a high-performance Turborepo workspace. One single terminal command installs all dependencies and concurrently boots the zero-trust desktop signing console, API gateway, and local MCP server.
Connect Weth directly to Claude Desktop or Cursor in seconds. Give your Large Language Model assistants deterministic, read-only tools to inspect balances and stage transactions over standard stdio pipes.
{
"mcpServers": {
"weth-wallet": {
"command": "node",
"args": [
"/absolute/path/to/weth_wallet_devcon/apps/mcp-server/dist/index.js"
],
"env": {
"DATABASE_URL": "postgresql://weth:weth_pass@localhost:5432/weth_db?schema=public"
}
}
}
}AI agents can reason, simulate gas, and prepare payload parameters—but can never sign or broadcast. Every staged draft waits in local quarantine until you explicitly authorize it with your wallet extension.
SECURITY PARADIGM
AI agents inspect wallet balances and draft transactions in a zero-trust sandbox without ever accessing your private keys.
Every staged draft waits in pending status until reviewed and explicitly signed by your cryptographic wallet extension.
Real-time policy engines enforce spending limits and alert you to unlimited spender allowances before signing.