utilsforagents-mcp
A suite of essential utility tools for AI agents, featuring clean HTML-to-Markdown scraping, JSON diffing, and image EXIF metadata scrubbing. Powered by the x402 protocol for seamless $0.003/call mic…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add utilsforagents/utilsforagents-mcp
# Browse available tools
npx -y smithery tool list utilsforagents/utilsforagents-mcp
# Get full schema for a tool
npx -y smithery tool get utilsforagents/utilsforagents-mcp json-diff
# Call a tool
npx -y smithery tool call utilsforagents/utilsforagents-mcp json-diff '{}'Direct MCP Connection
Endpoint: https://utilsforagents-mcp--utilsforagents.run.tools
Optional config:
evmPrivateKey(query) — Optional EVM private key for a wallet with USDC on Base mainnet. Accepts hex with or without 0x. Provide this or Solana Private Key.solanaPrivateKey(query) — Optional Solana private key for a wallet with USDC on Solana mainnet. Accepts base58, 0x hex, or JSON byte-array format. Provide this or EVM Private Key.resourceServerUrl(query) — API base URL (default: https://utilsforagents.com)
Tools (9)
json-diff— Compare two JSON objects and return a structured diff (RFC 6902 ops, RFC 6901 pointers). $0.003 per call.exif-summary— Extract EXIF metadata from a JPEG image (base64-encoded). $0.003 per call.scrub-metadata— Strip all metadata (EXIF, XMP, ICC, IPTC) from a JPEG or PNG image (base64-encoded). Returns cleaned image as base64. $…html-to-markdown— Convert an HTML string to clean Markdown. $0.003 per call.fetch-markdown— Fetch a URL and convert its HTML content to Markdown. $0.003 per call.fetch-content— Fetch a URL and extract readable text as Markdown. Auto-detects HTML, JSON, Markdown, or plain text. $0.003 per call.url-metadata— Extract page metadata from a URL (title, description, Open Graph, Twitter Card, favicon, feeds, canonical). $0.003 per …count-tokens— Count tokens in text for LLM input using WASM-based BPE (exact for OpenAI cl100k_base/o200k_base) or estimation (Claude…submit-feedback— Submit short product or feature feedback for UtilsForAgents. Free route, no x402 payment required. Max 600 characters a…
# Get full input/output schema for a tool
npx -y smithery tool get utilsforagents/utilsforagents-mcp