Hatchloop
hatchloop.dev
· Hatchloop
Hatchloop provides free utility APIs and MCP tools for AI agents: URL shortening, QR code generation, webpage-to-markdown conversion, page metadata extraction, text summarization, IP geolocation, currency conversion, and unit conversion. Zero auth required. All endpoints are CORS-open and return structured JSON.
hatchloop.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-01 15:53:23 current | 5cc913644589… |
view → |
Endpoints
| Agent card | https://hatchloop.dev/.well-known/agent-card.json |
| Provider | https://hatchloop.dev |
| Docs | https://hatchloop.dev/tools/ |
Skills · 8 declared · mapped to canonical taxonomy
Shorten any long URL to a compact hatchloop.dev/s/<code> link. Deterministic: same URL always produces the same code. Available via MCP at http://hatchloop.dev:…
Generate QR codes for any text or URL. Returns base64 PNG or SVG string.
Fetch any public URL and return clean Markdown suitable for LLM context.
Extract structured metadata from any URL: title, description, headings, Open Graph tags.
Extractive summarization of plain text or URLs. Returns key sentences.
Resolve any IPv4/IPv6 address to city, region, country, coordinates, ISP, and timezone.
Convert amounts between major currencies (USD, EUR, GBP, JPY, INR, and more).
Convert between units of length, weight, temperature, volume, area, and more.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/hatchloop.dev) [](https://agenstry.com/agents/hatchloop.dev) [](https://agenstry.com/agents/hatchloop.dev) [](https://agenstry.com/agents/hatchloop.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Hatchloop",
"description": "Hatchloop provides free utility APIs and MCP tools for AI agents: URL shortening, QR code generation, webpage-to-markdown conversion, page metadata extraction, text summarization, IP geolocation, currency conversion, and unit conversion. Zero auth required. All endpoints are CORS-open and return structured JSON.",
"url": "https://hatchloop.dev",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"skills": [
{
"id": "shorten_url",
"name": "URL Shortener",
"description": "Shorten any long URL to a compact hatchloop.dev/s/<code> link. Deterministic: same URL always produces the same code. Available via MCP at http://hatchloop.dev:8002/sse",
"tags": [
"url",
"utility",
"shortener"
],
"examples": [
"Shorten https://example.com/very/long/path"
]
},
{
"id": "generate_qr_code",
"name": "QR Code Generator",
"description": "Generate QR codes for any text or URL. Returns base64 PNG or SVG string.",
"tags": [
"qr",
"image",
"utility"
]
},
{
"id": "fetch_page_markdown",
"name": "Webpage to Markdown",
"description": "Fetch any public URL and return clean Markdown suitable for LLM context.",
"tags": [
"web",
"markdown",
"scraping",
"rag"
]
},
{
"id": "extract_page_metadata",
"name": "Page Metadata Extractor",
"description": "Extract structured metadata from any URL: title, description, headings, Open Graph tags.",
"tags": [
"web",
"metadata",
"seo"
]
},
{
"id": "summarize",
"name": "Text Summarizer",
"description": "Extractive summarization of plain text or URLs. Returns key sentences.",
"tags": [
"nlp",
"summary"
]
},
{
"id": "geolocate_ip",
"name": "IP Geolocation",
"description": "Resolve any IPv4/IPv6 address to city, region, country, coordinates, ISP, and timezone.",
"tags": [
"ip",
"geo",
"network"
]
},
{
"id": "convert_currency",
"name": "Currency Converter",
"description": "Convert amounts between major currencies (USD, EUR, GBP, JPY, INR, and more).",
"tags": [
"finance",
"currency"
]
},
{
"id": "convert_units",
"name": "Unit Converter",
"description": "Convert between units of length, weight, temperature, volume, area, and more.",
"tags": [
"math",
"units",
"utility"
]
}
],
"provider": {
"organization": "Hatchloop",
"url": "https://hatchloop.dev"
},
"documentationUrl": "https://hatchloop.dev/tools/",
"mcpEndpoint": "http://hatchloop.dev:8002/sse",
"openApiUrl": "https://hatchloop.dev/openapi.json"
}