dyoe-agent-tools-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WALLET_PRIVATE_KEY | No | A Base wallet that holds a little USDC. Use a dedicated, low-balance burner wallet. Payments are gasless for you. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trust_checkA | Is this counterparty safe? Scam, fraud, phishing & rug-risk check before an agent trusts or pays any website, business, wallet, or endpoint. Returns verdict (safe/caution/avoid), trust_score, domain age & red_flags. The trust tollbooth of the agent economy. Costs $0.01 USDC on Base. |
| guardian_approveA | HUMAN-VERIFIED approval for an agent action. Before an agent pays, signs, or acts for its human, a REAL PERSON signs off when it matters (plus automated trust + policy). Returns approved / pending_human / denied. The human-in-the-loop accountability layer agents can't get anywhere else. Costs $3.00 USDC on Base. |
| intel_dossierA | Full due-diligence dossier on any company or website in ONE call: what they do, legitimacy + trust verdict, domain age, contacts, social presence, scam red flags. Counterparty research & background checks for agents — one call instead of ten. Costs $0.10 USDC on Base. |
| site_auditA | Is this website legit and trustworthy? Full trust + SEO + contactability audit scored 0-100 with a legitimacy verdict and prioritized fixes. Due diligence in one call. Costs $0.05 USDC on Base. |
| merchant_trustA | Is this online store safe to buy from? Scam/fraud check + trust verdict (safe/caution/avoid) + store signals (checkout, returns, payment methods) — counterparty trust for shopping & commerce agents before they pay. Costs $0.05 USDC on Base. |
| token_intelA | TRUST-VETTED token intelligence — price + market data PLUS a scam/rug-risk read on the project behind the coin (legit site? brand-new domain? red flags?). Only DYOE fuses market data with trust. Costs $0.05 USDC on Base. |
| extract_textA | Extract clean main text content from any web page (no nav/ads) — for research & summarizing agents. Costs $0.01 USDC on Base. |
| extract_contactsA | Extract emails, phone numbers & social links from any website — lead enrichment & prospecting for agents. Costs $0.01 USDC on Base. |
| page_metadataA | Extract title, description, OpenGraph image, favicon & canonical from any URL — link previews & summaries. Costs $0.01 USDC on Base. |
| crypto_priceA | Live crypto price + 24h change, market cap & volume for any coin — for trading agents. Costs $0.01 USDC on Base. |
| crypto_marketA | Global crypto market overview — total market cap, 24h change, BTC/ETH dominance. Costs $0.01 USDC on Base. |
| crypto_trendingA | The coins trending right now — for trading & research agents. Costs $0.01 USDC on Base. |
| crypto_moversA | Top gainers & losers (24h) across the top 100 coins — for trading agents. Costs $0.01 USDC on Base. |
| fx_rateA | Currency conversion + live exchange rate (ECB data). Costs $0.01 USDC on Base. |
| weatherA | Current conditions + 3-day forecast for any city — for travel & planning agents. Costs $0.01 USDC on Base. |
| wiki_summaryB | Factual summary of any topic from Wikipedia — for research agents. Costs $0.01 USDC on Base. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Tools have distinct purposes overall, with crypto, web extraction, trust, and general utilities clearly separated. Some overlap exists among trust tools (trust_check vs merchant_trust vs site_audit), but descriptions sufficiently differentiate them.
Naming uses snake_case but conventions vary: many tools have prefix patterns (crypto_, extract_) while others mix noun_verb (guardian_approve) or have inconsistent suffixes (intel_dossier vs token_intel). No strong uniform pattern.
16 tools is slightly above the typical well-scoped range but still acceptable. The broad scope covering crypto, web, trust, weather, wiki, etc. justifies the count, though it feels slightly heavy for a coherent server.
The tool set covers many common agent needs but lacks a focused domain. Gaps are unclear because it's a random collection; it doesn't provide complete CRUD for any specific area. Incompleteness is notable for a general toolkit missing obvious utilities like file handling or email.