find-my-json.com
find-my-json.com
· find-my-json.com
Resolve up to 50 dot-notation paths, each against its own JSON object, in one call. Get just the extracted values without holding 50 full blobs in context.
find-my-json.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.
F
Conformance score: 19/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.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://find-my-json.com/batch
|
0.01 | USDC |
https://find-my-json.com/get
|
0.001 | USDC |
https://find-my-json.com/multi-pluck
|
0.005 | USDC |
https://find-my-json.com/pluck
|
0.001 | USDC |
https://find-my-json.com/shape
|
0.001 | USDC |
https://find-my-json.com/validate
|
0.001 | USDC |
0xe35885cf3811b3714c3fabd35f494a12298e9c08 · basescan ↗
| Agent card | https://find-my-json.com |
| Provider | https://find-my-json.com |
| Docs | https://find-my-json.com |
Health · last 0 probes
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/find-my-json.com) [](https://agenstry.com/agents/find-my-json.com) [](https://agenstry.com/agents/find-my-json.com) [](https://agenstry.com/agents/find-my-json.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
{
"_source": "agentic.market",
"service": {
"id": "find-my-json-com",
"name": "find-my-json.com",
"description": "Resolve up to 50 dot-notation paths, each against its own JSON object, in one call. Get just the extracted values without holding 50 full blobs in context.",
"domain": "find-my-json.com",
"provider": "find-my-json.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://find-my-json.com/batch",
"description": "Run up to 100 mixed JSON operations (shape, get, pluck, multi-pluck, validate) in a single call. Process large blobs without loading them into context.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "commands",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "find-my-json /batch",
"tags": [
"json",
"tools",
"api",
"web",
"batch"
],
"quality": {
"l30DaysTotalCalls": "5",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://find-my-json.com/get",
"description": "Extract one value from a JSON blob using a dot-notation path. Pull just the field you need instead of the full response.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "path",
"type": "string",
"description": "",
"example": "a.b",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "find-my-json /get",
"tags": [
"json",
"tools",
"api",
"web",
"query"
],
"quality": {
"l30DaysTotalCalls": "8",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://find-my-json.com/multi-pluck",
"description": "Resolve up to 50 dot-notation paths, each against its own JSON object, in one call. Get just the extracted values without holding 50 full blobs in context.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "queries",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "find-my-json /multi-pluck",
"tags": [
"json",
"tools",
"api",
"web",
"query"
],
"quality": {
"l30DaysTotalCalls": "6",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://find-my-json.com/pluck",
"description": "Extract up to 100 fields from a JSON object in one call. Get just the values, not the full object.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "paths",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "find-my-json /pluck",
"tags": [
"json",
"tools",
"api",
"web",
"query"
],
"quality": {
"l30DaysTotalCalls": "8",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://find-my-json.com/shape",
"description": "Discover a JSON object's structure as a concise tree string. See what's inside without loading the full blob into context.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "find-my-json /shape",
"tags": [
"json",
"tools",
"api",
"web",
"shape"
],
"quality": {
"l30DaysTotalCalls": "8",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://find-my-json.com/validate",
"description": "Check if a JSON value is a valid object or array. Skip processing malformed data that would waste tokens on errors.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "find-my-json /validate",
"tags": [
"json",
"tools",
"api",
"web",
"validate"
],
"quality": {
"l30DaysTotalCalls": "6",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.001",
"maxAmount": "0.01",
"avgCostPerTransaction": "0.003167",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "find-my-json",
"tags": [
"json",
"tools",
"api",
"web",
"batch",
"query",
"shape",
"validate"
],
"iconUrl": ""
}
}