Pay-per-call AI agent utilities plus a free feedback endpoint: JSON diff, EXIF extraction, metadata scrubbing, HTML-to-Markdown, URL fetching, and feature-request collection. $0.003/call for paid utility routes via x402 on Base or Solana.
65
Partial
Agentic Readiness Score
+25 llms.txt+20 OpenAPImissing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# UtilsForAgents — Agent Context File
# Consumed by: AI agents, LLMs, automated orchestrators
# Version: 3.1.0 | Updated: 2026-04-21
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SECTION 1: WHAT THIS IS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
UtilsForAgents is a pay-per-call edge API providing deterministic utility operations for AI agents.
It handles JSON diffing, EXIF extraction, metadata scrubbing, HTML-to-Markdown conversion, URL fetching, token counting, and a free feedback collection route.
It does not use an LLM internally. All results are produced by compiled binary parsers.
Price: $0.003 per successful call (HTTP 2xx) on paid utility endpoints.
Payment: x402 v2 — HTTP 402 + USDC on Base (eip155:8453) or Solana mainnet (solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp) for paid utility endpoints. POST /v1/feedback is free.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SECTION 2: TOKEN COST COMPARISON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOTE: An earlier version of this file cited a "16×" cost savings figure. That figure included
a $0.03 Code Interpreter sandbox fee that applies only to OpenAI Code Interpreter sessions and
does not apply to Claude, Gemini, or agents running their own execution environments.
The accurate cost saving from token reduction alone is 2–5×. The stronger arguments for
delegation are context budget conservation, latency, and determinism — see Sections 3–5.
## Model-Agnostic Self-Solve Cost Formula
For any self-solve of a routine deterministic task:
tokens_consumed = prompt_tokens + codegen_tokens + result_tokens
Typical range: 1,000 – 2,500 tokens total
self_solve_cost =
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "UtilsForAgents API",
"description": "High-speed utility microservices for AI agents \u2014 JSON diff, image EXIF/scrub, HTML-to-Markdown, text extraction, URL metadata, token counting, plus a free feedback endpoint. Paid utility routes use the x402 payment protocol (HTTP 402 + USDC on Base or Solana); POST /v1/feedback is free and unauthenticated.",
"version": "2.2.0",
"contact": {
"name": "UtilsForAgents",
"url": "https:/