🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentx402-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentx402-mcp-server

The execution layer for AI agent commerce. 100+ DeFi adapters across 20+ chains (BTC, EVM, Starknet via NEAR MPC) with signed receipts on every action. The full loop: discover skills, pay via x402, run under ShadeGuard policy + Intel TDX TEE, receive File

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

agentx402-mcp-server

Policy-gated, receipt-backed x402 execution for AI agents — ShadeGuard before funds move, TEE-attested runs, verifiable proof. Thin stdio wrapper for the live YieldAgentX402 MCP endpoint.

Proof: 16 tools · 18 chains · no custody · signed receipts on every call.

Docs · Try without signup · Get API Key · What is x402?

Try it now (no signup)

The yax_get_capabilities tool is public — you can discover everything before you ever sign up.

curl -X POST https://api.yieldagentx402.app/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"yax_get_capabilities","arguments":{}}}'

Returns: differentiators (pitch), proof_points (16 tools · 18 chains · no custody · signed receipts), security posture, and live infra status.

Install (1 minute)

Works with Claude Desktop, Claude Code, Cursor, Windsurf, Zed, and any MCP 2025-03-26 stdio client.

{
  "mcpServers": {
    "yieldagentx402": {
      "command": "npx",
      "args": ["-y", "agentx402-mcp-server"],
      "env": {
        "YAX_API_KEY": "yax_live_...",
        "YAX_AGENT_ID": "optional-agent-id"
      }
    }
  }
}

Get an API key at https://yieldagentx402.app/apply (or call POST /api/agent-onboard for instant demo credentials).

Tools (16) — 4 categories

CategoryTools
Discovery (public, no auth)yax_get_capabilities
Wallet & custodyyax_get_wallet_status — returns Shade Agent MPC addresses on EVM + BTC + Starknet
Executionyax_run_secure_workflow, yax_process_x402_payment
Policy & governanceyax_check_policy, yax_run_compliance_monitor, yax_get_attestation
Receipts & audityax_get_receipt, yax_verify_receipt, yax_list_runs
Workflowsyax_score_leads, yax_enrich_lead_data, yax_build_email_sequence, yax_monitor_churn_risk, yax_collect_ar_invoices, yax_forecast_cash_flow

Every tool call is:

  • ShadeGuard-policy-checked before execution
  • TEE-attested (Intel TDX, NEAR AI Cloud — mrEnclave verifiable at /api/tee/report)
  • Receipt-backed (HMAC-SHA256 over canonical JSON)
  • Filecoin + BTFS anchored when uploads succeed
  • Routed across 18 networks including Base, Ethereum, Bitcoin (native), Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand

Custody-free wallet — one MPC key, three chains

The Shade Agent (NEAR chain signatures) derives payment addresses on demand — no private keys held anywhere.

ChainAddressMode
EVM (Base/Eth)0x6905D04C3655625F6171f7b1e801a9325B1Fa1e8MPC-signed
Bitcoin (P2WPKH)bc1qcd8ljsj7x0rq3sw7drrt7ragqmmt3tfsfxs6gyMPC-signed
Starknet0x003a4e08…570906a21Stark curve, preset

Live manifest: https://shade-agent-worker.cryptoblac.workers.dev/api/wallet

Configuration

Env varRequiredDefault
YAX_API_KEYYes (for non-public tools)
YAX_AGENT_IDNo
YAX_MCP_ENDPOINTNohttps://api.yieldagentx402.app/mcp
YAX_API_BASENo(sets endpoint if YAX_MCP_ENDPOINT unset)

Registry

Development

npm install
npm run build
npm start

The package is intentionally thin. Tool discovery and tool calls are provided by the public YieldAgentX402 MCP endpoint, so the local package stays truthful as the hosted server evolves.

License

MIT

Keywords

mcp

FAQs

Package last updated on 18 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts