GadgetHumans API Hub Agent
api.gadgethumans.com
· GadgetHumans
A commerce-enabled agent exposing 56+ utility, data, AI and developer tools — QR codes, password generation, email verification, IP geolocation, crypto prices, currency conversion, DNS lookup, AI chat (DeepSeek V4 Flash), persistent memory, content rewriting and more. Pay per request via x402 (USDC on Base) or subscribe for API-key access.
api.gadgethumans.com 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.
Dispute or improve this rating
D
Conformance score: 55/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-15T20:17:10 | search_impression | — |
200 ok | — |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-01 15:26:09 current | a18e5124ec92… |
view → |
Endpoints
| Agent card | https://api.gadgethumans.com/.well-known/agent-card.json |
| Provider | https://www.gadgethumans.com |
Skills · 4 declared · mapped to canonical taxonomy
QR code generation, secure password generation, UUID v4, cryptographic hashing, base64 encode/decode, lorem ipsum, JSON prettify/validate/minify, color conversi…
Email verification (MX + disposable detection), IP geolocation, timestamp conversion, OG metadata extraction, crypto prices (Binance), currency exchange (FX), D…
OpenAI-compatible chat completion (DeepSeek V4 Flash proxy), persistent agent memory (KV-backed), content rewriting, URL analysis, research briefings, item comp…
JWT decode, CSV/JSON conversion, URL encode/decode, text diff, unit conversion, base conversion, timezone conversion, WHOIS, SSL check, phone parsing, date calc…
Health · last 30 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
rest
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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/api.gadgethumans.com) [](https://agenstry.com/agents/api.gadgethumans.com) [](https://agenstry.com/agents/api.gadgethumans.com) [](https://agenstry.com/agents/api.gadgethumans.com)
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": "GadgetHumans API Hub Agent",
"description": "A commerce-enabled agent exposing 56+ utility, data, AI and developer tools \u2014 QR codes, password generation, email verification, IP geolocation, crypto prices, currency conversion, DNS lookup, AI chat (DeepSeek V4 Flash), persistent memory, content rewriting and more. Pay per request via x402 (USDC on Base) or subscribe for API-key access.",
"url": "https://api.gadgethumans.com",
"version": "1.0.0",
"documentation_url": "https://api.gadgethumans.com/",
"provider": {
"url": "https://www.gadgethumans.com",
"organization": "GadgetHumans"
},
"supported_interfaces": [
{
"url": "https://api.gadgethumans.com/a2a",
"protocol_binding": "JSONRPC",
"protocol_version": "1.0"
}
],
"capabilities": {
"streaming": false,
"push_notifications": false,
"extended_agent_card": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2",
"description": "Pay-per-request monetization. When a request requires payment, the agent responds with a payment-required message. Client signs payment details, submits, and the agent verifies and settles on-chain (USDC on Base).",
"required": false
}
]
},
"security_schemes": {
"api_key": {
"api_key_security_scheme": {
"description": "Optional API key for higher rate limits and paid tiers. Free tier works without a key (rate limited).",
"location": "header",
"name": "x-api-key"
}
},
"x402": {
"http_auth_security_scheme": {
"description": "x402 payment flow \u2014 pay per request with USDC on Base via the x402 facilitator.",
"scheme": "bearer"
}
}
},
"security_requirements": [
{
"schemes": {
"x402": []
}
},
{
"schemes": {
"api_key": []
}
}
],
"default_input_modes": [
"text/plain",
"application/json"
],
"default_output_modes": [
"text/plain",
"application/json",
"image/png",
"image/svg+xml"
],
"skills": [
{
"id": "utility-tools",
"name": "Utility Tools",
"description": "QR code generation, secure password generation, UUID v4, cryptographic hashing, base64 encode/decode, lorem ipsum, JSON prettify/validate/minify, color conversion.",
"tags": [
"qr",
"password",
"uuid",
"hash",
"base64",
"json",
"color",
"utilities"
],
"examples": [
"Generate a QR code for https://example.com",
"Create a 16-char secure password with symbols"
]
},
{
"id": "data-apis",
"name": "Data APIs",
"description": "Email verification (MX + disposable detection), IP geolocation, timestamp conversion, OG metadata extraction, crypto prices (Binance), currency exchange (FX), DNS lookup, RSS parsing, public holidays.",
"tags": [
"email",
"ip",
"crypto",
"fx",
"dns",
"rss",
"holidays",
"data"
],
"examples": [
"Verify email@example.com",
"Get current Bitcoin price",
"Look up DNS records for example.com"
]
},
{
"id": "ai-tools",
"name": "AI Tools",
"description": "OpenAI-compatible chat completion (DeepSeek V4 Flash proxy), persistent agent memory (KV-backed), content rewriting, URL analysis, research briefings, item comparison, SEO metadata generation, contact extraction.",
"tags": [
"chat",
"ai",
"memory",
"rewrite",
"research",
"summarize",
"translate"
],
"examples": [
"Summarize this article: URL",
"Store a value in agent memory",
"Rewrite this text in a formal tone"
]
},
{
"id": "developer-tools",
"name": "Developer Tools",
"description": "JWT decode, CSV/JSON conversion, URL encode/decode, text diff, unit conversion, base conversion, timezone conversion, WHOIS, SSL check, phone parsing, date calculation, regex testing, HTTP client.",
"tags": [
"jwt",
"csv",
"json",
"url",
"diff",
"unit",
"timezone",
"whois",
"ssl",
"developer"
],
"examples": [
"Decode this JWT token",
"Convert 100 USD to EUR",
"Check SSL certificate for example.com"
]
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDprZXk6ejZNa2pkalFCYm00VDNaR2VBdWRkUlB6SnM4S3VLVWJMQmhhVmtxTUwyejloUWpqIn0",
"signature": "EQSvU8yjoVjTUwweWNdnG5ojjr_3DEkRBQ72Nkzur6yrvsH795UVjIVyd8GCV5g81iczfzMeSlYzXWoIo0a2AQ",
"header": {
"kid": "did:key:z6MkjdjQBbm4T3ZGeAuddRPzJs8KuKUbLBhaVkqML2z9hQjj",
"jwk": {
"crv": "Ed25519",
"x": "TPksVILV61_7XVnhBFqMFYnEMsYU36zjjdgM-I2D5Qo",
"kty": "OKP"
}
}
}
]
}