Barzkit — Self Custody Ai Agent Wallets

Created By
BarzKit2 months ago
Self-custody AI agent wallets with passkeys, gasless transactions & programmable permissions (ERC-4337)
Overview

@barzkit/mcp

MCP Server for self-custody AI agent wallets. Works with Claude Desktop, Cursor, Windsurf, VS Code Copilot, and any MCP-compatible client.

npm

Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "barzkit": {
      "command": "npx",
      "args": ["@barzkit/mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "barzkit": {
      "command": "npx",
      "args": ["@barzkit/mcp"]
    }
  }
}

Windsurf / VS Code Copilot

Same format — add to your MCP configuration file.

Tools

ToolDescription
create_walletCreate a new ERC-4337 smart account on Sepolia, Base Sepolia, or Base
send_transactionSend ETH or ERC-20 tokens to a recipient address
check_balanceCheck wallet balance for ETH or specific token
swap_tokensSwap tokens on Uniswap V3
lend_tokensDeposit tokens into Aave V3 lending pool
batch_transactionsExecute multiple transactions atomically in one UserOperation
freeze_walletEmergency freeze — kill switch
unfreeze_walletResume normal wallet operations
fetch_with_paymentFetch URL with automatic x402 payment

Usage

Once configured, ask your AI assistant:

  • "Create a wallet on Sepolia with my key 0x... and Pimlico key pim_..."
  • "Send 0.01 ETH to 0xABC..."
  • "What's my wallet balance?"
  • "Swap 0.1 ETH for USDC"
  • "Freeze my wallet immediately"

The create_wallet tool must be called first to initialize the wallet before using any other tool.

Programmatic Usage

import { createBarzMcpServer } from '@barzkit/mcp'
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'

const server = createBarzMcpServer()
const transport = new StdioServerTransport()
await server.connect(transport)

Prerequisites

  • Node.js >= 18
  • Pimlico API key (free tier: 100 UserOps/day)
  • Owner private key

License

MIT

Server Config

{
  "mcpServers": {
    "barzkit": {
      "command": "npx",
      "args": [
        "@barzkit/mcp"
      ],
      "env": {
        "BARZ_OWNER_KEY": "0xYOUR_PRIVATE_KEY",
        "PIMLICO_API_KEY": "pim_YOUR_KEY",
        "BARZ_CHAIN": "sepolia"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
BarzKit
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Fixmypdf

17 hours ago
Ghl Command
@Elite DCs LLC

GoHighLevel MCP server for Claude. 212 tools across 43 modules, including the only programmatic GHL workflow builder (private API, reverse-engineered), funnel + page editor, form builder, pipeline builder, pre-deploy validator, multi-sub-account switching, bulk operations, and full account export. $97 one-time, lifetime updates. GHL Command gives Claude full programmatic control of GoHighLevel through 212 tools across 43 modules. Built for GoHighLevel agency operators who manage many client sub-accounts and want to onboard new clients in minutes instead of days. Exclusive capabilities (none of the free GHL MCPs have these): - Programmatic workflow builder. Create, edit, clone, publish, and validate complete GHL workflows from a single prompt. GHL's public API has no workflow write endpoints; this uses their internal API (the same one their UI calls). - Funnel + page editor and form builder (also private API). - Pipeline builder, goal event builder, full 57-native-trigger registry. - Pre-deploy validator that catches GHL's silent invalid-ID failure (a common workflow-breaking bug GHL never warns you about). - Multi-sub-account token registry. Switch between any client account mid-conversation; API keys swap automatically. - Bulk operations: tag, update, enroll, delete hundreds of contacts in one command. - Full account export and side-by-side location diff for audit or migration. Works with Claude Desktop App, Claude Code (terminal), and headless on a Linux server or droplet. $97 one-time, 3 machines, no subscription, lifetime updates. 30-day time-back guarantee: save 5+ hours on one real client build or full refund.

a day ago