New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

utilsforagents-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilsforagents-mcp

MCP server bridge for utilsforagents.com — pay-per-call AI agent utilities via x402

npmnpm
Version
1.0.4
Version published
Weekly downloads
29
-53.97%
Maintainers
1
Weekly downloads
 
Created
Source

utilsforagents-mcp

MCP server that bridges Claude Desktop (or any MCP-compatible client) to the pay-per-call utility endpoints on utilsforagents.com using the x402 payment protocol.

Tools

ToolEndpointDescription
json-diffPOST /v1/diffStructural JSON diff (RFC 6902)
exif-summaryPOST /v1/image/exif-summaryExtract EXIF metadata from JPEG
scrub-metadataPOST /v1/image/scrub-metadataStrip metadata from JPEG/PNG
html-to-markdownPOST /v1/html/to-markdownConvert HTML string to Markdown
fetch-markdownPOST /v1/html/fetch-markdownFetch URL and convert to Markdown
fetch-contentPOST /v1/text/fetch-contentFetch URL, auto-detect format, return Markdown
url-metadataPOST /v1/url/metadataExtract Open Graph, Twitter Card, meta tags

Each call costs $0.003 USDC on Base, paid automatically via x402.

Prerequisites

  • Node.js v20+
  • An Ethereum wallet private key with USDC on Base (mainnet)

Quick start

npx utilsforagents-mcp

Claude Desktop configuration

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "utilsforagents": {
      "command": "npx",
      "args": ["utilsforagents-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Environment variables

VariableDescriptionRequired
EVM_PRIVATE_KEYEthereum private key (0x-prefixed) with USDC on BaseYes
RESOURCE_SERVER_URLAPI base URL (default: https://utilsforagents.com)No

How it works

  • Claude calls an MCP tool (e.g. fetch-markdown)
  • The MCP server POSTs to the utilsforagents.com endpoint
  • The server returns HTTP 402 with payment requirements
  • @x402/axios automatically signs a USDC payment and retries
  • The paid response is returned to Claude as tool output

Keywords

mcp

FAQs

Package last updated on 11 Apr 2026

Related posts