Fabio662/yieldagentx402-sdks

๐Ÿ’ฐ Finance & Fintech๐ŸŸข Verified Active
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yaxgetcapabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via npx agentx402-mcp-server.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "fabio662-yieldagentx402-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "fabio662-yieldagentx402-sdks"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

YieldAgentX402 SDKs

Public client libraries and integrations for YieldAgentX402 โ€” the custody-free, policy-gated, receipt-backed execution layer for AI agents.

Platform ยท MCP Docs ยท Try without signup ยท Get API key

yieldagentx402-sdks MCP server

This repo hosts the open-source distribution packages. The platform itself (gateway, ShadeGuard policy engine, TEE attestation, orchestrator, Filecoin/BTFS anchoring) lives in a separate private repository โ€” we ship the bits agents need to use the platform here.


Packages in this repo

PackageRegistryWhat it does
sdk-ts/npm: yieldagentx402Typed TypeScript SDK. Wraps all 18 MCP tools with first-class types, idempotency, webhook verify, Shade Agent helpers. Zero deps. Works in Node, browsers, Workers, Deno, Bun.
mcp-server/npm: agentx402-mcp-serverStdio MCP wrapper. Drop into Claude Desktop / Code / Cursor / Windsurf for all 18 YieldAgentX402 tools across 18 chains. Glama: listing.
verify-lib/npm: yieldagentx402-verifyZero-dependency WebCrypto verifier for receipts + webhook signatures. Works in browser, Node 18+, Cloudflare Workers, Deno.
crewai-tools/PyPI: crewai-yieldagentx402-toolsCrewAI tool wrappers โ€” policy dry-run, x402 payment, secure workflow, receipt verify, Shade Agent MPC wallet status.
langchain-tools/PyPI: yieldagentx402-langchainLangChain tool wrappers โ€” discovery, policy preview, receipt verify, action planner (MCP gateway).

Try without signup

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":{}}}'

No API key required. Returns all 18 tools, 18 chains, rate limits, fees, supported runtime configs.

Want an instant test key?

curl -X POST https://api.yieldagentx402.app/api/apply \
  -H "Content-Type: application/json" \
  -d '{"agent_name":"my-agent"}'

Returns a yax_test_* key (5 USD cap, 7-day expiry) for safe read-only tools.


What is YieldAgentX402?

A trust layer for agents that move money.

  • 18 MCP tools โ€” discovery, secure workflow execution, x402 payment settlement, policy dry-run, approvals, receipt verification, attestation, finance/CRM skill tools
  • 18 chains โ€” Base, Ethereum, Bitcoin (native), Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin EVM + native, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand
  • Custody-free wallet โ€” one NEAR MPC key authority derives EVM + BTC addresses on demand. No private keys held by the gateway or worker. Starknet uses Stark curve preset.
  • Intel TDX TEE attestation โ€” mrEnclave verifiable at /api/tee/report
  • HMAC-SHA256 receipts โ€” every call returns a signed receipt
  • Filecoin + BTFS dual anchoring โ€” permanent tamper-proof proof storage
  • x402 protocol settlement โ€” 0.25% protocol fee, machine-verifiable in /.well-known/x402 as extra.protocolFeeBps: 25

Custody-free wallet โ€” one MPC key, three chains

ChainAddressCurve
EVM (Base/Eth)0x6905D04C3655625F6171f7b1e801a9325B1Fa1e8secp256k1 (MPC)
Bitcoin (P2WPKH)bc1qcd8ljsj7x0rq3sw7drrt7ragqmmt3tfsfxs6gysecp256k1 (MPC)
Starknet0x003a4e08โ€ฆ570906a21Stark (preset)

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


Live infra

SurfaceURL
MCP endpointhttps://api.yieldagentx402.app/mcp
Public discoveryPOST /mcp with yax_get_capabilities (no auth)
Instant test keyPOST /api/apply
Ready-to-paste configsGET /api/agent-onboard
x402 manifesthttps://api.yieldagentx402.app/.well-known/x402
MCP manifesthttps://api.yieldagentx402.app/.well-known/mcp.json
Statushttps://api.yieldagentx402.app/api/status
TEE reporthttps://api.yieldagentx402.app/api/tee/report
Shade Agent wallethttps://shade-agent-worker.cryptoblac.workers.dev/api/wallet
Receipt verifier (UI)https://yieldagentx402.app/verify
Postman collectionhttps://yieldagentx402.app/postman/yieldagentx402.postman_collection.json

Contributing

Issues and PRs on the public SDK packages are welcome here. Platform-level changes (gateway, policy engine, TEE worker) happen in a private repo โ€” open an issue if you have a feature request and we'll triage.


License

MIT โ€” see LICENSE.

Related MCP Servers

@agentfund/mcp

๐Ÿ“‡ โ˜๏ธ - Fundraising infrastructure for AI agents on Solana โ€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

๐Ÿ’ฐ Finance & Fintech1 views
@asterpay/mcp-server

๐Ÿ“‡ โ˜๏ธ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics โ€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

๐Ÿ’ฐ Finance & Fintech1 views
@czagents/cnb

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Czech National Bank (ฤŒNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

๐Ÿ’ฐ Finance & Fintech1 views
@arbitova/mcp-server

๐Ÿ“‡ โ˜๏ธ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

๐Ÿ’ฐ Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/29/2026, 4:31:03 AM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.