Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Dyoe Agent Tools

FreeNot checked

Pay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol

GitHubEmbed

About

Pay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.

README

Pay-per-call tools for AI agents, settled in USDC on Base via the x402 protocol. Trust checks, due-diligence, commerce signals, market data — plus the one thing nobody else sells: a human-verified approval layer.

The trust layer of the agent economy. In a world of anonymous autonomous agents, intelligence is commodity and trust is the scarcity. These tools let an agent verify who it's about to trust or pay — and, when it matters, get a real human to sign off.

Live API: https://agents.dyoeway.org · Discovery manifest: /.well-known/x402.json

📜 Open protocol: Credential Spec — verify any DYOE credential yourself, no permission needed. 🔎 How we decide trust: Trust Methodology — our scoring, approvals, and how we handle mistakes.

What's inside (16 tools)

Tool Price What it does
trust_check $0.01 Scam/fraud/phishing/rug-risk verdict on any site, business, wallet or endpoint
guardian_approve $3.00 Human-verified approval of an agent action (a real person signs off)
intel_dossier $0.10 Full due-diligence dossier on a company/site in one call
site_audit $0.05 Trust + SEO + contactability audit, scored 0–100
merchant_trust $0.05 Is this online store safe to buy from?
token_intel $0.05 Trust-vetted token data — price + scam/rug read on the project
extract_text · extract_contacts · page_metadata $0.01 Web extraction for research & enrichment agents
crypto_price · crypto_market · crypto_trending · crypto_movers $0.01 Market data for trading agents
fx_rate · weather · wiki_summary $0.01 Currency, weather & Wikipedia utilities

🛡️ One-line guard (make any agent safe to pay)

Wrap your x402 paying fetch — DYOE verifies every payee before money moves, and blocks scams automatically:

import { wrapFetchWithPayment } from "x402-fetch";
import { dyoeGuard } from "dyoe-agent-tools-mcp/guard";

const pay  = wrapFetchWithPayment(fetch, account);   // your normal x402 fetch
const safe = dyoeGuard(pay);                          // ← one line. every payee now verified.

await safe("https://some-seller.example/thing");     // throws automatically if it's a scam

For high-stakes actions, require a real human sign-off:

import { requireApproval } from "dyoe-agent-tools-mcp/guard";
const decision = await requireApproval(pay, { action: "wire funds", counterparty: "acme.com", amount: 5000 });
// decision.decision === "approved" | "denied", with a signed, verifiable authorization

Install

Add to your MCP client config (e.g. Claude Desktop / Cursor):

{
  "mcpServers": {
    "dyoe-agent-tools": {
      "command": "npx",
      "args": ["-y", "dyoe-agent-tools-mcp"],
      "env": {
        "WALLET_PRIVATE_KEY": "0x<your-funded-base-burner-wallet-private-key>"
      }
    }
  }
}

💳 Paying with x402

Each call spends USDC on Base mainnet, automatically, via x402 — no API keys, no subscriptions.

  • WALLET_PRIVATE_KEY — a Base wallet that holds a little USDC. Payments are gasless for you (the facilitator covers gas).
  • ⚠️ Use a dedicated, low-balance burner wallet — never your primary. The key stays on your machine and signs payments locally; it never leaves your device and is never sent to any registry or to DYOE.
  • No wallet? The server still runs in free PREVIEW mode — it returns each tool's price quote instead of calling, so you can explore before funding a wallet.

Links

License

MIT

from github.com/bjyoe2016/dyoe-agent-tools-mcp

Install Dyoe Agent Tools in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install dyoe-agent-tools-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add dyoe-agent-tools-mcp -- npx -y github:bjyoe2016/dyoe-agent-tools-mcp

FAQ

Is Dyoe Agent Tools MCP free?

Yes, Dyoe Agent Tools MCP is free — one-click install via Unyly at no cost.

Does Dyoe Agent Tools need an API key?

No, Dyoe Agent Tools runs without API keys or environment variables.

Is Dyoe Agent Tools hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Dyoe Agent Tools in Claude Desktop, Claude Code or Cursor?

Open Dyoe Agent Tools on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Dyoe Agent Tools with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs