# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add utilsforagents/utilsforagents-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list utilsforagents/utilsforagents-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get utilsforagents/utilsforagents-mcp json-diff

# Call a tool
npx -y @smithery/cli@latest tool call utilsforagents/utilsforagents-mcp json-diff '{}'
```

## Direct MCP Connection

Endpoint: `https://utilsforagents-mcp--utilsforagents.run.tools`

## Tools (7)

- `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 …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get utilsforagents/utilsforagents-mcp <tool-name>
```
