dyoe-agent-tools-mcp
Provides a tool to fetch summaries from Wikipedia, enabling AI agents to retrieve encyclopedia information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dyoe-agent-tools-mcpRun a trust check on example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DYOE Agent Tools โ MCP Server
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 |
| $0.01 | Scam/fraud/phishing/rug-risk verdict on any site, business, wallet or endpoint |
| $3.00 | Human-verified approval of an agent action (a real person signs off) |
| $0.10 | Full due-diligence dossier on a company/site in one call |
| $0.05 | Trust + SEO + contactability audit, scored 0โ100 |
| $0.05 | Is this online store safe to buy from? |
| $0.05 | Trust-vetted token data โ price + scam/rug read on the project |
| $0.01 | Web extraction for research & enrichment agents |
| $0.01 | Market data for trading agents |
| $0.01 | Currency, weather & Wikipedia utilities |
Related MCP server: BlueAgent x402 Services
๐ก๏ธ 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 scamFor 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 authorizationInstall
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
Live storefront & manifest: https://agents.dyoeway.org
Built by DYOE Way
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAquality-maintenanceTrust infrastructure for AI agents on Base. DEX Spread Oracle (live Uniswap V3 prices), on-chain escrow, insurance pool, and collective knowledge base. 7 smart contracts. Pay-per-query via x402 micropayments in USDC.6
- Flicense-qualityDmaintenancePay-per-use AI security and research tools for autonomous agents on Base, enabling honeypot detection, risk assessment, wallet analysis, and yield optimization via the x402 protocol.
- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.1007MIT
- AlicenseAqualityCmaintenancePay-per-call x402 data products on Base mainnet โ sanctions screening, aviation weather, mortgage rates, US property dossier, title chain, wallet balance, and agent session auth. Every call settles in USDC with an on-chain receipt, no accounts or API keys.795MIT
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bjyoe2016/dyoe-agent-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server