# Agent402.Tools — pay-per-call web tools MCP server

500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mikeypetrillo-agent402
- Repository: https://github.com/MikeyPetrillo/Agent402
- Website: https://agent402.tools

## Install
- Command: `npx -y agent402-mcp`
- Endpoint: https://agent402.tools/mcp
- Auth: Not captured

## Setup notes
- Package: Npm agent402-mcp v0.12.4
- Environment variable: AGENT_KEY (secret)
- Environment variable: AGENT402_BUDGET
- Environment variable: AGENT402_MAX_PER_CALL
- Remote endpoint: https://agent402.tools/mcp

## Tools
- search_tools (Search the Agent402 tool catalog) - BROWSE the catalog: keyword search over Agent402's 527 pay-per-call web tools, returning a LIST of candidates to compare (its counterpart find_tool resolves a task to ONE ready-to-run pick - search explores, find decides). Categories: live market data (stock-quote at $0.003), encoding, crypto, text, time, math, validation, unit conversions, network, browser, PDF, search, memory. 222 pure-CPU tools run free here (proof-of-work - no wallet needed); the rest need a USDC wallet. There is also an OpenAI-compatible LLM gateway at https://agent402.tools/v1 - flat per-call (chat nano $0.003, auto $0.01, embeddings $0.002), no API key: a funded wallet is the account. Beyond this catalog, Agent402 can ROUTE-AND-EXECUTE against the OPEN x402 ecosystem: POST https://agent402.tools/api/route/execute with { task, include:"external" } resolves a PROVEN external seller (real settled volume), pays it on your behalf, and relays the result (marked untrustedContent) - one call to reach thousands of outside tools, from a $0.01 flat fee. That path is wallet-only, so run it with your own wallet via the HTTP API or the stdio agent402-mcp package's route_and_execute tool (this hosted connector holds no wallet). Returns { results, workflows } - each result has slug, price, access, description, inputSchema; run one with call_tool. Endpoint: https://agent402.tools/mcp
- find_tool (Resolve a task to the one best Agent402 tool) - DECIDE, don't browse: resolve a plain-language task to the single best-matching Agent402 tool, returned call-ready - slug, price, input schema, and a worked example (its counterpart search_tools returns a list of candidates to compare - search explores, find decides). Returns { task, matches } with the top pick first; then run call_tool with the chosen slug + params. Endpoint: https://agent402.tools/mcp
- call_tool (Run an Agent402 tool) - Run an Agent402 tool by slug (discover slugs with search_tools or find_tool; params must match that tool's inputSchema). The 222 pure-CPU tools execute free on this hosted connector (rate-limited, no wallet - proof-of-work covers them) and return the tool's JSON result. Wallet-only tools (live market data like stock-quote at $0.003, live search, browser rendering, PDFs, durable memory) return a paid-access setup guide instead - this connector holds no wallet. An unknown slug returns an error pointing back to search_tools. Endpoint: https://agent402.tools/mcp
- get_payment_info (Payment and wallet setup) - How paying for Agent402 tools works and how to manage a wallet. This hosted connector holds NO wallet: 222 pure-CPU tools run free here (or solve a proof-of-work puzzle), the rest - including the /v1 OpenAI-compatible LLM gateway (chat nano $0.003, embeddings $0.002; no API key, wallet = account) - settle in USDC via x402. Covers: the free vs paid split, how to configure a funded wallet + per-call and budget spend caps, the rails (USDC on Base, Solana, Polygon, Arbitrum, Monad, Celo, Avalanche, Sei, Optimism, Stellar, or Algorand - or USDG on Robinhood Chain), and checking a wallet's balance/transaction history via the wallet-balances / wallet-transactions tools. Returns { connector, freeTier, pay, spendControls, balanceAndHistory }. Endpoint: https://agent402.tools/mcp
- generate_hash (Hash) - [free, no wallet] Cryptographic hash of a text string. Algorithms: sha256 (default), sha512, sha1, md5. Returns hex and base64 digests. Returns { algo, hex, base64 }. Endpoint: https://agent402.tools/mcp
- convert_units (Unit convert) - [free, no wallet] Convert a value between units of length, mass, temperature, volume, area, speed, time, data, pressure, energy, power, angle, frequency - every unit the retired convert-* endpoints handled (e.g. miles, kilograms, us-gallons, fahrenheit, psi, kilowatt-hours). Returns { result, from, to }. Endpoint: https://agent402.tools/mcp
- generate_qr (QR code) - [free, no wallet] Generate a QR code PNG from any text or URL. ?text=…&size=256 (128-1024). Returns { contentType, body }. Endpoint: https://agent402.tools/mcp
- format_json (JSON validate & format) - [free, no wallet] Validate, pretty-print, or minify JSON. Returns parse errors with position when invalid. Returns { valid, formatted }. Endpoint: https://agent402.tools/mcp
- decode_jwt (JWT decode) - [free, no wallet] Decode a JWT without verification: header, payload, expiry status, and time remaining. (Decoding only - signatures are NOT verified.) Returns { header, payload, expired }. Endpoint: https://agent402.tools/mcp
- convert_base64 (Base64) - [free, no wallet] Base64 encode or decode text. mode: encode (default) or decode. Handles URL-safe base64 on decode. Returns { mode, result }. Endpoint: https://agent402.tools/mcp
- generate_uuid (UUID generator) - [free, no wallet] Generate UUIDs. ?version=4 (default, random) or 7 (time-ordered), ?count=1..100. Returns { version, uuids }. Endpoint: https://agent402.tools/mcp
- parse_csv (CSV to JSON) - [free, no wallet] Parse CSV (quoted fields supported) into a JSON array of objects, using the first row as headers (header=false for arrays). Returns { rows, count }. Endpoint: https://agent402.tools/mcp
- convert_timezone (Timezone convert) - [free, no wallet] Convert a datetime from one IANA timezone to another. Accepts ISO 8601, Unix timestamps (seconds or milliseconds), or natural date strings. Returns the converted time in both timezones with UTC offset. ?datetime=2026-06-23T14:00:00&from=America/New_York&to=Asia/Tokyo. Returns { input, from, to, utc }. Endpoint: https://agent402.tools/mcp
- get_wallet_balances (Wallet token balances (indexed)) - [wallet-required, $0.002/call] All token balances for any address in one call, from Coinbase's indexed data API - ERC-20 + native on EVM, SPL on Solana; no per-token contract calls, no RPC wrangling. Networks: base, ethereum, base-sepolia, solana, solana-devnet. Symbols/decimals populated for whitelisted tokens (USDC always included). Returns { address, network, balances, count }. This hosted connector holds no wallet, so calling it here returns paid-access setup; run it with a funded wallet via npx agent402-mcp or any x402 client. Endpoint: https://agent402.tools/mcp
- get_wallet_transactions (Wallet transaction history) - [wallet-required, $0.002/call] Return the most recent asset transfers (incoming + outgoing) for a wallet address - native coin, ERC-20, ERC-721, ERC-1155 - already merged and sorted newest first. Each row carries the block, tx hash, counterparty, asset, and decimal value. Cap is 100 per direction; widen the window via `fromBlock` if you need deeper history. Returns { address, network, limit, transfers }. This hosted connector holds no wallet, so calling it here returns paid-access setup; run it with a funded wallet via npx agent402-mcp or any x402 client. Endpoint: https://agent402.tools/mcp
- about_agent402 (About this Agent402 connector) - [free] What this connector is and how to pay for the tools it fronts: catalog size, the free compute tier and its limits, the payment rails accepted, and the machine-readable discovery URLs. Call this first if you need to know whether a wallet is required. Endpoint: https://agent402.tools/mcp
- top_x402_sellers (Top x402 sellers) - [free] Ranked x402 sellers from the on-chain settlement leaderboard: settled call counts, USDC totals and distinct buyers per seller. Use it to find other services in the open x402 ecosystem. This host's own wallet is excluded unless include is set to all. Endpoint: https://agent402.tools/mcp

## Resources
Not captured

## Prompts
- earnings-deep-dive - Earnings deep-dive Everything you need before a company reports: the upcoming earnings date, the latest financials, recent SEC filings, the live quote, and fresh analyst news - in one pass. Arguments: ticker
- options-analytics - Options analytics Price a European option on a live stock: pull the current quote, estimate volatility from recent history, run Black-Scholes for fair value + the full greeks, and check the news for catalysts. Arguments: ticker
- fixed-income-desk - Fixed-income desk Read the rate environment and price a bond in one workflow: the live Treasury curve, the recession-signal spread, inflation context, then price and yield a specific coupon bond at current rates. Arguments: couponRate
- defi-protocol-scanner - DeFi protocol scanner Due-diligence a DeFi protocol in one workflow: live token price, market context, protocol TVL across chains, and recent news - the on-chain and off-chain picture together. Arguments: protocol
- security-audit - Security audit Enumerate a domain's external attack surface in one workflow: certs, DNS posture, email auth, HTTP security headers, and tech stack. Arguments: domain
- email-deliverability - Email deliverability Diagnose why a domain's email lands in spam: SPF posture, DMARC policy, DKIM key strength, MX targets, and a composite 0–100 score. Arguments: domain
- market-brief - Crypto market brief Quick crypto market snapshot: price for a specific coin, trending coins, and global market stats (total cap, BTC dominance, volume) - one call. Arguments: coin
- financial-analysis - Financial analysis Quick company snapshot: live quote, 9 key financial metrics (revenue through cash flow), and upcoming earnings - one call, one payment. Arguments: ticker
- financial-research - Financial research Pull SEC filings, real-time quotes, historical prices, and macro context for a single ticker in one pass. Arguments: ticker
- macro-economics - Macro economics Pull the canonical US macro dataset - yield curve, CPI, unemployment, fed funds, Sahm rule - without an API key.
- macro-dashboard - Macro dashboard refresh The full macro + crypto dashboard in one call: 5 FRED series, 5 Treasury reads, yield-curve spread, crypto market/trending/global, and live gas - the 14-tool basket recurring buyers refresh every cycle, bundled below its a la carte price.
- dns-network-ops - DNS & network ops End-to-end DNS health check: records, multi-resolver propagation, WHOIS, ASN, robots.txt, and reachability. Arguments: domain
- crypto-research - Crypto research Pull live price, market structure, OHLC history, trending status, global market context, and recent news for a single coin in one pass. Arguments: coin
- content-extraction - Content extraction Turn arbitrary URLs and PDFs into clean structured text - articles, page metadata, PDF pages, OCR'd images, browser-rendered SPAs. Arguments: urls
- sec-filings-deep-dive - SEC filings deep-dive Pull the full EDGAR picture of a US public company in one workflow: recent filings, key financial time series, insider trades, and full-text search across the corpus. Arguments: ticker
- structured-scrape - Structured scrape Pull structured data out of any web page deterministically - articles to clean text, tables to JSON rows, specific elements via CSS selector - without writing regex against raw HTML. Arguments: url, target
- decode-blob - Decode this blob Hand the agent an opaque string - a JWT, a base64'd JSON payload, a gzip-encoded API response, a hex-encoded hash - and walk it through identifying what it is and unwrapping it layer by layer until it's human-readable. Arguments: blob
- trend-analysis - Trend analysis Take any numeric time series - a stock's daily close, a FRED macro indicator, a treasury yield history - and run it through the full quantitative workup: descriptives, moving averages, trend line, outliers, optional correlation against a benchmark, and a deterministic forecast forward with a 95% prediction interval. Everything an analyst writes a notebook for, in one chain of cheap calls. Arguments: series, horizon
- forecasting-bake-off - Forecasting bake-off Don't guess which forecasting method to trust. Backtest all four (naive/drift, SES, Holt, Holt-Winters) on a real series, rank by out-of-sample RMSE, then forecast forward with the winner and its 95% prediction interval. Method selection without the hand-waving. Arguments: series, horizon
- document-intel - Document intelligence Turn any PDF or image URL into structured data - metadata, extracted text, sliced page ranges, OCR for scanned docs, decoded barcodes / QR codes - without falling back to a vision LLM guess. Built for the messy 30% of documents where pdf-to-markdown alone returns nothing useful. Arguments: url
- loan-comparison - Loan comparison Compare two or more loan offers - different rates, terms, fees, prepayment structures - on the metrics that actually matter (monthly payment, total interest, year-1 equity build, NPV at your discount rate, effective rate). Apples-to-apples math without opening a spreadsheet. Arguments: loanA, loanB
- investment-decision - Investment decision Should we do this project? Run a capital allocation decision (equipment, expansion, acquisition, build-vs-buy) through the textbook CFO workflow: NPV at your hurdle rate, IRR vs. cost of capital, opportunity cost against a passive benchmark, and levered cashflow analysis if the project is debt-financed. Deterministic answers, not a gut call. Arguments: project, hurdleRate
- retirement-planning - Retirement planning Will my retirement plan actually work? Project the accumulation phase forward with compound interest, compute the target nest egg from your expected spending, then model the drawdown phase using the same PMT formula a mortgage uses - your retirement is mathematically a loan you're paying yourself. Deterministic numbers, no glossy advisor PowerPoint. Arguments: scenario, expectedReturn
- savings-goal - Savings goal How much do I need to save each month to hit $X in N years? Pin down the required contribution with a clever PV-discount trick: discount the target back to today, then call loan-payment with the discounted target as principal - the 'payment' the tool returns IS your required monthly savings. Same PMT formula a mortgage uses; different decision. Arguments: goal, expectedReturn
- fraud-signals - Fraud signals Is this domain trustworthy, or is it a phishing site / typosquat / scam? Pull the reputation signals an analyst checks before clicking anything: domain age, cert issuance history, hosting reputation, DNS topology, tech-stack fingerprint, and page-content red flags. Different from a security audit - this is about whether the domain is what it claims to be. Arguments: domain
- api-investigation - API investigation Point at an unknown API endpoint and figure out how to use it: auth scheme, content type, version, rate limits, OpenAPI/Swagger spec discovery, and JSON response structure. The deterministic recon workflow before writing a single line of integration code. Arguments: endpoint
- text-hygiene - Text hygiene Turn a wall of dirty text - chat logs, scraped pages, user-generated content, log dumps - into something safe to store, search, and pipe into the next step. Measure first, redact PII before anything else touches the data, then dedupe, sort, extract entities, surface keywords, and grade the readability of what's left. Arguments: text
- csv-profile - CSV profile Hand the pack a CSV and get back a column-by-column profile: descriptive stats, outliers, pairwise correlations, and a baseline linear regression. The deterministic 'what's in this dataset?' workup before deciding what to actually model. Arguments: csv, columnA, columnB
- location-intel - Location intel Point at an address (or even a rough place name) and assemble the situational brief: precise coordinates, the canonical postal address, what's within walking distance, the live weather forecast, active NWS hazard alerts, and recent seismic activity. The deterministic 'what should I know about this place right now?' workup. Arguments: address
- meeting-scheduler - Meeting scheduler Schedule a meeting across timezones without the round-tripping. Convert a proposed UTC slot into every attendee's local time, verify it lands on a working day for each, project the end time, generate human-readable countdowns, expand recurring rules, and report exactly how far out the slot sits - in one deterministic pass. Arguments: proposedTime, attendeeTzs, durationStr
- jwt-forensics - JWT forensics Someone hands you a JWT and asks 'is this valid?' Decode without verification first to see the shape, render the time claims (iat/nbf/exp) in human time, compute exactly how long until expiry, then HMAC-verify against the secret. Optional follow-ups: decode any base64-looking custom claims, verify embedded SHA fingerprints. Arguments: token, secret
- user-onboarding - User onboarding Take a signup form submission and run the full onboarding workup deterministically: validate the email, score the chosen password, mint a stable internal ID, derive a URL-safe handle from the display name, generate a recovery / API secret, hash the password for storage, and verify the 2FA setup code. One pass, every step a pure-CPU call. Arguments: email, password, displayName, totpSecret, totpCode
- data-interchange - Data interchange Bring data in from any structured format, normalize through JSON as the universal pivot, merge with overrides, audit the diff, flatten for downstream systems, and emit to whatever format the next stage actually consumes - CSV for spreadsheets, YAML for config systems, JSON for everything else. The deterministic universal-format-bridge workflow. Arguments: baseYaml, overridesJson
- rag-prep - RAG corpus prep Take a raw document and turn it into a vector-DB-ready JSONL dataset, deterministically. Measures the corpus, token-counts it with the real OpenAI BPE, chunks at the right token boundary, attaches entities + keywords as metadata, emits NDJSON, then validates every record against a JSON Schema before you ingest it. Seven pure-CPU tools, free-tier eligible - the canonical 'prep my docs for embeddings' workflow done as deterministic tool calls instead of a hand-rolled Python script. Arguments: doc
- webhook-debug - Webhook debug A webhook hit your endpoint and you need to confirm it's authentic, valid, and safe to log. Pretty-print the payload, decode any JWT auth header, verify the HMAC signature against the raw body, schema-validate the parsed JSON, translate timestamps to human time, redact sensitive fields before they hit your log pipeline, and pull out URLs/emails/IPs for fast indexing. Seven pure-CPU tools - the canonical webhook-receiver debugging round-trip. Arguments: rawBody, signingSecret
- webhook-intake - Webhook secure intake The production ingest path for every incoming webhook: verify the provider signature (GitHub / Stripe / Shopify / Slack, constant-time, replay-window enforced), schema-validate the now-trusted body against the provider envelope, fingerprint the raw bytes for redelivery dedup, normalize the event timestamp to UTC + epoch, and redact PII before anything hits a log. Five pure-CPU tools - the accept-or-reject gate, run on every event. Arguments: rawBody, provider, secret, signature, timestamp
- a11y-audit - WCAG accessibility audit Run a deterministic WCAG 2.x audit of an HTML page from a string and a fg/bg color pair. Checks language attribute (3.1.1), document title (2.4.2), heading order (1.3.1), link-text presence (2.4.4), color contrast (1.4.3), and reading grade level (3.1.5 AAA). Seven pure-CPU tools, no headless browser needed - the canonical accessibility-first-pass workflow done as a single round-trip of tool calls. Arguments: html, foreground, background
- trip-planner - Multi-stop trip planner Plan a multi-stop journey deterministically: geocode each stop, sum the pairwise haversine distances, estimate arrival times by adding driving hours per leg, count business days from today to each arrival, and pull the weather forecast at every US stop. Six tools - three pure-CPU (math + time), three egress (geocoding + weather) - covering the deterministic skeleton of every road-trip / sales-tour / delivery-route planning problem. Arguments: stops, startIso
- identity-mint - Server-side identity mint The server-side identity-issuance round-trip: mint a random user-id (UUIDv4), derive a deterministic cross-system correlation-id (UUIDv5), turn the display name into a URL-safe handle, generate a one-time recovery password, hash it for storage, sign a session JWT with HMAC, and base64-encode the recovery bundle for transport. Seven pure-CPU tools - the canonical 'create-user' write path done as one deterministic pipeline. Arguments: displayName, email, signingSecret
- macro-context - Macro backdrop snapshot The 'is the economic backdrop you're modeling against still current?' pack. Pull the canonical macro signals - CPI year-over-year, unemployment, fed funds, the Treasury yield curve, a G10 FX dashboard, the Sahm Rule recession indicator, and the next scheduled economic releases - in one composed workflow. Seven egress tools, one composite snapshot the agent can cite before doing any forecast or investment math. Arguments: asOfDate
- regulatory-watch - SEC regulatory monitoring The 'who just filed / who just bought / what just IPO'd / what does the full-text search say' monitoring loop. Five EDGAR tools composed: full-text search for a keyword, surface recent filings on the matched companies, pull insider Form 4 transactions, pull 13F institutional holdings changes, and check the IPO calendar. Different from sec-filings-deep-dive (which goes deep on one company's earnings) - this is the wide-and-recent radar. Arguments: theme, lookbackDays
- search-and-cite - Answer-a-question with sources The 'research a question, return an answer with citations' workflow. Brave answer for the AI-synthesized take with citations, Brave web for the canonical SERP, Brave news for time-sensitive context, then a deterministic web-fetch + extract pass on the top citations to verify the answer hasn't hallucinated. Five tools, one cited paragraph, every claim traced back to a fetched URL. Arguments: question
- media-pipeline - Uploaded-media normalize The 'user uploaded a thing, normalize it before storing' workflow. Probe the file (image or audio/video) with media-info, decode any embedded barcodes/QRs, resize and thumbnail the image, convert it to a web-friendly format, and normalize audio loudness to broadcast standard. Six tools, one canonical normalize-on-upload pipeline that turns arbitrary user uploads into predictable storage artifacts. Arguments: uploadPath
- schema-evolution - API contract drift check The 'did this API contract change in a way that breaks our integration?' workflow. Diff two OpenAPI snapshots structurally, lint the new one for agent-readiness regressions, extract the endpoint surface for inventory comparison, validate a known-good payload against the new contract, and summarize security-relevant changes. Six tools, one go/no-go answer on whether the upstream API broke us. Arguments: oldSpec, newSpec
- link-preview - Link preview card The 'turn a URL into a card-shaped preview' workflow. Pull OpenGraph/Twitter card metadata, fetch the article body as a description fallback, normalize the og:image into a standard 1200×630 social card variant and a 400×400 square thumbnail, and extract URL/mention entities from the body for related-link surfacing. Five tools, one structured card payload ready for chat embeds, social shares, or RSS-to-card pipelines. Arguments: url
- any-to-markdown - Convert anything to markdown Convert anything at a URL - HTML, PDF, or an image - to clean markdown. The 'I have a URL but it might be any content-type, give me markdown either way' workflow: HEAD-detect the content-type, branch to the right deterministic extractor (article extract for HTML, pdf-to-markdown for PDFs, OCR for images), and report token/word stats on the output so the caller can budget the result against an LLM context window. Arguments: url
- status-snapshot - Site status snapshot The 'is this site healthy, addressable, and crawlable - right now?' workflow. DNS resolution → HTTP reachability → security headers → TLS certificate expiry → robots policy. Five tools, one structured status payload an operator (or an uptime bot, or a pre-flight check before an extract/crawl) can act on. Arguments: url
- weather-brief - Weather briefing Full weather briefing for a location: current conditions, 7-day forecast, and air quality index in one pass. Arguments: lat, lon
- price-monitor - Cross-asset price monitor Side-by-side snapshot of a stock and a crypto asset: live quotes, 1-year history, and a date-stamped comparison. Arguments: ticker, coin
- content-quality - Content quality report Readability scores, keyword density, and a URL-ready slug from a block of text - a one-pass content-quality check for writers and SEO tools. Arguments: text, title
- wallet-readiness - Agent wallet readiness check One call answers 'can this wallet pay right now?' - USDC balances on Base AND Solana, live Base gas, and a ready-to-share Coinbase Onramp funding link if it's running dry. Arguments: address, solanaAddress
- onchain-analyst - Onchain analyst (SQL over Base) Ask Base anything in one paid call: your SQL runs against Coinbase's indexed, DECODED chain data (events with parsed parameters, transactions, blocks, user-ops) with the live schema alongside - no indexer, no RPC archaeology. Arguments: sql
- seo-audit - Technical SEO audit Can search engines and AI crawlers actually index this page? One pass over reachability, TLS, robots policy, sitemap health, meta/OpenGraph tags, and the on-page link graph. Arguments: url
- cheapest-rail - Cheapest rail right now Where should an agent transact this minute? Live gas on Ethereum + every major L2 side by side, Base gas tiers, a fee estimate for your transaction type, and ETH spot to price it all in dollars. Arguments: networks
- company-dossier - Company dossier Comprehensive company research report in one call: live quote, financials, SEC filings, insider trades, and recent news - all in parallel. Arguments: ticker
- domain-intel - Domain intel Full domain security and SEO intelligence in one call: WHOIS, DNS, TLS cert, HTTP headers, tech stack, robots policy, and certificate transparency. Arguments: domain
- crypto-dossier - Crypto dossier Everything about a cryptocurrency in one call: live price, 90-day history, trending status, global market context, news search, and top article extraction. Arguments: coin
- earnings-watch - Earnings watch Is this company reporting soon and what's the consensus? Earnings calendar, live quote, and recent search results in one call. Arguments: ticker
- insider-alert - Insider alert Insider buying/selling activity for a stock: Form 4 trades, live quote, and recent SEC filings in one call. Arguments: ticker
- ipo-watch - IPO watch What companies are going public? Recent S-1/IPO filings from EDGAR plus a web search for IPO news.
- yield-dashboard - Yield dashboard Current yield curve snapshot: full Treasury curve, key spreads, and average rates in one call.
- inflation-check - Inflation check Is the economy in recession territory? CPI, fed funds, unemployment, and Sahm rule in one call.
- fx-monitor - FX monitor Major currency snapshot: EUR/USD, GBP/USD, JPY/USD rates plus the full FX dashboard in one call.
- defi-dashboard - DeFi dashboard DeFi market overview: total TVL, ETH price, Base gas, and global crypto stats in one call.
- nft-portfolio - NFT portfolio NFT + wallet snapshot: NFT holdings, native balance, and ETH price for a given address in one call. Arguments: address
- wallet-audit - Wallet audit Full wallet activity review: balance, recent transactions, and token metadata for a given address. Arguments: address
- gas-optimizer - Gas optimizer Find the cheapest gas right now: Base gas, Ethereum gas, Base fee estimate, and ETH price for USD conversion.
- ssl-audit - SSL audit TLS/SSL security posture check: live certificate inspection, HTTP security headers, and CAA DNS records. Arguments: domain
- email-security - Email security Full email auth posture: SPF, DMARC, DKIM, and composite deliverability score in one call. Arguments: domain
- brand-protection - Brand protection Is this domain legitimate? WHOIS age, DNS resolution, scam/phishing search results, and HTTP headers for a quick trust assessment. Arguments: domain
- competitor-scan - Competitor scan What's a competitor using? Tech stack, HTTP headers, WHOIS, and page metadata in one call. Arguments: url
- page-audit - Page audit Full page SEO + security audit: content extraction, metadata, HTTP headers, robots policy, and sitemap health in one call. Arguments: url
- regex-test - Regex tester Test a regular expression against text and get match results plus text statistics - the quick validation loop for pattern development. Arguments: pattern, text
- number-crunch - Number crunch Statistical analysis suite: descriptive statistics, correlation analysis, and outlier detection on a single dataset. Arguments: values
- finance-calc - Financial calculators Compound interest, amortization schedule, and loan payment in one call - the three financial calculations agents need most. Arguments: principal, rate, years
- markdown-convert - Markdown to HTML round-trip Markdown to HTML and back - a round-trip conversion that proves fidelity and gives you both formats from one input. Arguments: markdown
- xml-json - XML to JSON Convert XML to JSON and pretty-print it - the 'legacy API response to modern format' workflow in one call. Arguments: xml
- validator-suite - Validator suite Validate common identifiers in one call: ISBN (book), IBAN (bank account), and credit card number (Luhn check). Arguments: iban, number
- article-digest - Article digest Quick research brief on any topic - web search results plus an AI-generated answer in one pass. Arguments: topic
- pdf-pipeline - PDF processing pipeline Full PDF processing pipeline - metadata, markdown conversion, and first-page extraction in one call. Arguments: url
- url-inspector - URL inspector Quick URL health and metadata check - parse the URL structure, verify reachability, and pull page metadata in one pass. Arguments: url
- content-grade - Content grade Grade a page's content quality - extract the readable content then analyze keyword density. Arguments: url
- openapi-audit - OpenAPI spec audit Lint an OpenAPI spec and validate a sample payload against it - catch schema errors in one pass. Arguments: url
- json-pipeline - JSON pipeline Validate, pretty-print, and convert JSON to CSV in one pass - the complete JSON processing workflow. Arguments: json
- data-convert - Data format converter CSV to JSON to YAML pipeline - convert tabular data through the common interchange formats in one chain. Arguments: csv
- api-health - API health check Is this API endpoint healthy? Liveness check, response headers, and TLS certificate status in one pass. Arguments: url
- world-data - World Bank country data GDP and population for a country - two key World Bank indicators in one call. Arguments: country
- fred-snapshot - Fed economic snapshot Key Federal Reserve economic indicators - fed funds rate, unemployment, and CPI - in one call.
- contact-verify - Contact verification Verify an email address is deliverable - syntax validation plus MX record check on the domain. Arguments: email
- domain-age - Domain age and legitimacy How old and legit is this domain? WHOIS registration, DNS resolution, and TLS certificate in one pass. Arguments: domain
- jwt-toolkit - JWT toolkit Decode and verify a JWT in one pass - see the payload and check the signature. Arguments: token
- timezone-planner - Timezone planner Time zone conversion, business day calculation, and cron schedule preview - scheduling in one pass. Arguments: time, from, to
- text-analyze - Text analysis Full text analysis - word/sentence stats, keyword extraction, and token count in one pass. Arguments: text
- content-clean - Content cleaner Clean and deduplicate text - redact PII, remove duplicate lines, and sort in one pass. Arguments: text
- contract-audit - Contract audit Triage a smart contract before an agent interacts with it: verified Solidity source, heuristic vulnerability scan, known-address check, function-selector resolution, and a read-only dry-run of the exact call you plan to make. Arguments: address, network, data
- tx-forensics - Transaction forensics Explain what an EVM transaction actually did: confirmation status, the raw transaction from the chain, decoded calldata with typed parameters, the resolved function signature, and labeled counterparties. Arguments: hash, network
- market-open - Market open brief Full pre-trade snapshot for one ticker before the bell: the live quote, the pre-market quote, the options surface, dividend posture, and today's market-wide earnings calendar - one payment. Arguments: ticker
- entity-enrich - Entity enrichment Company name → verified identity + web footprint dossier: Wikidata facts, the official LEI legal-entity record, the SEC EDGAR filer, domain registration, tech stack, and brand favicon - in one pass. Arguments: name, domain, ticker
- feed-watch - Feed watch Monitor an RSS/Atom feed in one call: parse the feed, read the top story in full, extract the keywords driving the cycle, and diff the item list against your last run to isolate what's new. Arguments: url, previous
- schema-guard - Schema guard Contract-test a JSON payload in one call: validate it against your schema, infer the schema the payload actually implies, diff the two to expose drift, and return a normalized pretty-print. Arguments: payload, schema
- subtitle-pipeline - Subtitle pipeline Audio URL → finished subtitles in one call: transcribe the audio, emit the transcript as SRT/WebVTT/JSON cues, and report the text statistics - length, reading time, word count. Arguments: url, format
- locale-brief - Locale brief "Can I reach this counterparty this week?" - country facts, this year's public holidays, working days remaining this week, and what time it is there right now, in one call. Arguments: country

## Metadata
- Owner: io.github.MikeyPetrillo
- Version: 0.12.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
