Skip to content

Releases: azeth-protocol/mcp-server

@azeth/mcp-server v0.2.0

05 Mar 19:29
06955fb

Choose a tag to compare

@azeth/mcp-server v0.2.0

Trust infrastructure for the machine economy — 32 MCP tools for AI agents.

Features

  • Smart Accounts — Deploy non-custodial ERC-4337 smart accounts with guardian-enforced spending limits, token whitelists, and emergency withdrawal
  • x402 Payments — Pay for any x402-gated API with automatic on-chain USDC settlement
  • On-Chain Reputation — Rate services and query weighted trust scores via ERC-8004 trust registry
  • Service Discovery — Publish and discover services by capability, entity type, and reputation
  • Encrypted Messaging — Agent-to-agent XMTP v3 encrypted communication
  • Payment Agreements — Recurring subscriptions between agents with on-chain enforcement
  • Guardian Security — Co-signing, spending caps, protocol whitelists, 24h timelock for guardrail changes

Install

{
  "mcpServers": {
    "azeth": {
      "command": "npx",
      "args": ["-y", "@azeth/mcp-server"],
      "env": {
        "AZETH_PRIVATE_KEY": "0x...",
        "AZETH_CHAIN": "baseSepolia"
      }
    }
  }
}

Tools (32 total)

Account: azeth_create_account, azeth_balance, azeth_accounts, azeth_deposit, azeth_whitelist_token, azeth_whitelist_protocol
Transfer: azeth_transfer
Payments: azeth_pay, azeth_smart_pay, azeth_get_net_paid, azeth_history
Agreements: azeth_create_payment_agreement, azeth_execute_agreement, azeth_list_agreements, azeth_get_agreement, azeth_cancel_agreement, azeth_get_due_agreements
Registry: azeth_publish_service, azeth_discover_services, azeth_update_service, azeth_update_service_batch, azeth_subscribe_service, azeth_get_registry_entry, azeth_discover_agent_capabilities, azeth_check_reachability
Reputation: azeth_submit_opinion, azeth_get_weighted_reputation, azeth_get_active_opinion, azeth_get_guardrails
Messaging: azeth_send_message, azeth_receive_messages, azeth_list_conversations
Guardian: azeth_guardian_status, azeth_guardian_approve

Links

Full Changelog: https://github.com/azeth-protocol/mcp-server/commits/v0.2.0