Find the better way to pay.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditINTELLIGENCE
Costs, changes and evidence for better service decisions.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditTrack payment offers, service schemas and provider changes over time.
Custom watchlists and historyDiscuss monitoringBring charges, retries and task evaluations into one private evidence record.
Integration pilot · your task criteriaConnect your workflowTHE EVIDENCE BASE
Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.
302 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"data": {
"description": "JSON value to validate against the schema"
},
"schema": {
"description": "JSON Schema object",
"type": "object"
}
},
"required": [
"schema",
"data"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"errors": {
"items": {},
"type": "array"
},
"ok": {
"type": "boolean"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "275c3ca4d6c2adff69e4f65fc4274ca9a007a342e28583a796d7839c51ed5292",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"method": {
"description": "HTTP method to use. Defaults to HEAD.",
"enum": [
"HEAD",
"GET"
],
"type": "string"
},
"url": {
"description": "HTTP or HTTPS URL to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"from": {
"additionalProperties": true,
"properties": {
"colo": {
"type": "string"
},
"country": {
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"latency_ms": {
"type": "integer"
},
"method": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"redirect_location": {
"type": "null"
},
"service": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "8e7329628858a66f638b2dcd2c5343a1690a67f874daf2d31b14158fea330a92",
"service_id": "2de93853cfdf52b6938c5d9cc37c656605cd316d30e912b213ff8ee097e48576",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T00:36:58.475Z",
"url": "https://tools.ipintel.ai/http-latency",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to query, for example example.com",
"type": "string"
},
"types": {
"description": "Optional DNS record types to return",
"items": {
"enum": [
"A",
"AAAA",
"MX",
"NS",
"TXT",
"CAA",
"SOA"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"additionalProperties": true,
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "b52db55d8162d066c665ef11a50525f61c4e732fef51262fd8cf199dcd9fb8ee",
"service_id": "e55379f0af3790943787a9b407f46d7961982d965e9ea461094aed484d5b5663",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T03:31:52.916Z",
"url": "https://tools.ipintel.ai/dns-lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.09 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"fallback": {
"default": true,
"description": "Allow best available scene fallback.",
"type": "boolean"
},
"lat": {
"description": "Latitude of the observation center.",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"description": "Longitude of the observation center.",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"max_cloud_cover": {
"default": 20,
"description": "Maximum cloud cover for optical modes.",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"mode": {
"default": "true_color",
"description": "Observation mode.",
"enum": [
"true_color",
"vegetation",
"water",
"thermal",
"radar"
],
"type": "string"
},
"radius_m": {
"default": 3000,
"description": "Observation radius in meters.",
"maximum": 5000,
"minimum": 100,
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"available_scenes": {
"additionalProperties": true,
"properties": {
"after": {
"items": {},
"type": "array"
},
"before": {
"items": {},
"type": "array"
},
"selected": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"type": "object"
},
"fulfillment_status": {
"type": "string"
},
"image": {
"additionalProperties": true,
"properties": {
"annotated_url": {
"type": "string"
},
"clean_url": {
"type": "string"
},
"format": {
"type": "string"
}
},
"type": "object"
},
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"request": {
"additionalProperties": true,
"properties": {
"date": {
"type": "string"
},
"date_tolerance_days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"max_cloud_cover": {
"type": "integer"
},
"radius_m": {
"type": "integer"
}
},
"type": "object"
},
"selected_scene": {
"additionalProperties": true,
"properties": {
"cloud_cover": {
"type": "integer"
},
"date": {
"type": "string"
},
"datetime": {
"type": "string"
},
"scene_id": {
"type": "string"
},
"selection_reason": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"statistics": {
"additionalProperties": true,
"properties": {
"index": {
"type": "string"
},
"mndwi_mean": {
"type": "number"
},
"ndwi_mean": {
"type": "number"
},
"no_data_count": {
"type": "integer"
},
"resolution_m": {
"type": "integer"
},
"sample_count": {
"type": "integer"
},
"secondary_index": {
"type": "string"
},
"type": {
"type": "string"
},
"water_coverage_percent": {
"type": "number"
}
},
"type": "object"
},
"tool": {
"type": "string"
},
"warnings": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.09",
"amount_atomic": "90000",
"amount_encoding": "atomic_units",
"amount_raw": "90000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "2d4f5cf8da5e6c1acb32b62d529955ab95cb2829beb352f82e81be1e6dfd5e54",
"service_id": "e89e45524db6c434e3bd3314005c162b4e2e4ae8823f1d08b4361bdde64c4af1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:01:50.787Z",
"url": "https://tools.ipintel.ai/satellite",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"data": {
"description": "JSON value to validate against the schema"
},
"schema": {
"description": "JSON Schema object",
"type": "object"
}
},
"required": [
"schema",
"data"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"errors": {
"items": {},
"type": "array"
},
"ok": {
"type": "boolean"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "275c3ca4d6c2adff69e4f65fc4274ca9a007a342e28583a796d7839c51ed5292",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"method": {
"description": "HTTP method to use. Defaults to HEAD.",
"enum": [
"HEAD",
"GET"
],
"type": "string"
},
"url": {
"description": "HTTP or HTTPS URL to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"from": {
"additionalProperties": true,
"properties": {
"colo": {
"type": "string"
},
"country": {
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"latency_ms": {
"type": "integer"
},
"method": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"redirect_location": {
"type": "null"
},
"service": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "8e7329628858a66f638b2dcd2c5343a1690a67f874daf2d31b14158fea330a92",
"service_id": "2de93853cfdf52b6938c5d9cc37c656605cd316d30e912b213ff8ee097e48576",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T00:36:58.475Z",
"url": "https://tools.ipintel.ai/http-latency",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to query, for example example.com",
"type": "string"
},
"types": {
"description": "Optional DNS record types to return",
"items": {
"enum": [
"A",
"AAAA",
"MX",
"NS",
"TXT",
"CAA",
"SOA"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"additionalProperties": true,
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "b52db55d8162d066c665ef11a50525f61c4e732fef51262fd8cf199dcd9fb8ee",
"service_id": "e55379f0af3790943787a9b407f46d7961982d965e9ea461094aed484d5b5663",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T03:31:52.916Z",
"url": "https://tools.ipintel.ai/dns-lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.09 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"fallback": {
"default": true,
"description": "Allow best available scene fallback.",
"type": "boolean"
},
"lat": {
"description": "Latitude of the observation center.",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"description": "Longitude of the observation center.",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"max_cloud_cover": {
"default": 20,
"description": "Maximum cloud cover for optical modes.",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"mode": {
"default": "true_color",
"description": "Observation mode.",
"enum": [
"true_color",
"vegetation",
"water",
"thermal",
"radar"
],
"type": "string"
},
"radius_m": {
"default": 3000,
"description": "Observation radius in meters.",
"maximum": 5000,
"minimum": 100,
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"available_scenes": {
"additionalProperties": true,
"properties": {
"after": {
"items": {},
"type": "array"
},
"before": {
"items": {},
"type": "array"
},
"selected": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"type": "object"
},
"fulfillment_status": {
"type": "string"
},
"image": {
"additionalProperties": true,
"properties": {
"annotated_url": {
"type": "string"
},
"clean_url": {
"type": "string"
},
"format": {
"type": "string"
}
},
"type": "object"
},
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"request": {
"additionalProperties": true,
"properties": {
"date": {
"type": "string"
},
"date_tolerance_days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"max_cloud_cover": {
"type": "integer"
},
"radius_m": {
"type": "integer"
}
},
"type": "object"
},
"selected_scene": {
"additionalProperties": true,
"properties": {
"cloud_cover": {
"type": "integer"
},
"date": {
"type": "string"
},
"datetime": {
"type": "string"
},
"scene_id": {
"type": "string"
},
"selection_reason": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"statistics": {
"additionalProperties": true,
"properties": {
"index": {
"type": "string"
},
"mndwi_mean": {
"type": "number"
},
"ndwi_mean": {
"type": "number"
},
"no_data_count": {
"type": "integer"
},
"resolution_m": {
"type": "integer"
},
"sample_count": {
"type": "integer"
},
"secondary_index": {
"type": "string"
},
"type": {
"type": "string"
},
"water_coverage_percent": {
"type": "number"
}
},
"type": "object"
},
"tool": {
"type": "string"
},
"warnings": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.09",
"amount_atomic": "90000",
"amount_encoding": "atomic_units",
"amount_raw": "90000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "2d4f5cf8da5e6c1acb32b62d529955ab95cb2829beb352f82e81be1e6dfd5e54",
"service_id": "e89e45524db6c434e3bd3314005c162b4e2e4ae8823f1d08b4361bdde64c4af1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:01:50.787Z",
"url": "https://tools.ipintel.ai/satellite",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"data": {
"description": "JSON value to validate against the schema"
},
"schema": {
"description": "JSON Schema object",
"type": "object"
}
},
"required": [
"schema",
"data"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"errors": {
"items": {},
"type": "array"
},
"ok": {
"type": "boolean"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "275c3ca4d6c2adff69e4f65fc4274ca9a007a342e28583a796d7839c51ed5292",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"method": {
"description": "HTTP method to use. Defaults to HEAD.",
"enum": [
"HEAD",
"GET"
],
"type": "string"
},
"url": {
"description": "HTTP or HTTPS URL to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"from": {
"additionalProperties": true,
"properties": {
"colo": {
"type": "string"
},
"country": {
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"latency_ms": {
"type": "integer"
},
"method": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"redirect_location": {
"type": "null"
},
"service": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "8e7329628858a66f638b2dcd2c5343a1690a67f874daf2d31b14158fea330a92",
"service_id": "2de93853cfdf52b6938c5d9cc37c656605cd316d30e912b213ff8ee097e48576",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T00:36:58.475Z",
"url": "https://tools.ipintel.ai/http-latency",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to query, for example example.com",
"type": "string"
},
"types": {
"description": "Optional DNS record types to return",
"items": {
"enum": [
"A",
"AAAA",
"MX",
"NS",
"TXT",
"CAA",
"SOA"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"additionalProperties": true,
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "b52db55d8162d066c665ef11a50525f61c4e732fef51262fd8cf199dcd9fb8ee",
"service_id": "e55379f0af3790943787a9b407f46d7961982d965e9ea461094aed484d5b5663",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T03:31:52.916Z",
"url": "https://tools.ipintel.ai/dns-lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.09 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"fallback": {
"default": true,
"description": "Allow best available scene fallback.",
"type": "boolean"
},
"lat": {
"description": "Latitude of the observation center.",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"description": "Longitude of the observation center.",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"max_cloud_cover": {
"default": 20,
"description": "Maximum cloud cover for optical modes.",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"mode": {
"default": "true_color",
"description": "Observation mode.",
"enum": [
"true_color",
"vegetation",
"water",
"thermal",
"radar"
],
"type": "string"
},
"radius_m": {
"default": 3000,
"description": "Observation radius in meters.",
"maximum": 5000,
"minimum": 100,
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"available_scenes": {
"additionalProperties": true,
"properties": {
"after": {
"items": {},
"type": "array"
},
"before": {
"items": {},
"type": "array"
},
"selected": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"type": "object"
},
"fulfillment_status": {
"type": "string"
},
"image": {
"additionalProperties": true,
"properties": {
"annotated_url": {
"type": "string"
},
"clean_url": {
"type": "string"
},
"format": {
"type": "string"
}
},
"type": "object"
},
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"request": {
"additionalProperties": true,
"properties": {
"date": {
"type": "string"
},
"date_tolerance_days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"max_cloud_cover": {
"type": "integer"
},
"radius_m": {
"type": "integer"
}
},
"type": "object"
},
"selected_scene": {
"additionalProperties": true,
"properties": {
"cloud_cover": {
"type": "integer"
},
"date": {
"type": "string"
},
"datetime": {
"type": "string"
},
"scene_id": {
"type": "string"
},
"selection_reason": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"statistics": {
"additionalProperties": true,
"properties": {
"index": {
"type": "string"
},
"mndwi_mean": {
"type": "number"
},
"ndwi_mean": {
"type": "number"
},
"no_data_count": {
"type": "integer"
},
"resolution_m": {
"type": "integer"
},
"sample_count": {
"type": "integer"
},
"secondary_index": {
"type": "string"
},
"type": {
"type": "string"
},
"water_coverage_percent": {
"type": "number"
}
},
"type": "object"
},
"tool": {
"type": "string"
},
"warnings": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.09",
"amount_atomic": "90000",
"amount_encoding": "atomic_units",
"amount_raw": "90000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "2d4f5cf8da5e6c1acb32b62d529955ab95cb2829beb352f82e81be1e6dfd5e54",
"service_id": "e89e45524db6c434e3bd3314005c162b4e2e4ae8823f1d08b4361bdde64c4af1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:01:50.787Z",
"url": "https://tools.ipintel.ai/satellite",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"data": {
"description": "JSON value to validate against the schema"
},
"schema": {
"description": "JSON Schema object",
"type": "object"
}
},
"required": [
"schema",
"data"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"errors": {
"items": {},
"type": "array"
},
"ok": {
"type": "boolean"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "275c3ca4d6c2adff69e4f65fc4274ca9a007a342e28583a796d7839c51ed5292",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"method": {
"description": "HTTP method to use. Defaults to HEAD.",
"enum": [
"HEAD",
"GET"
],
"type": "string"
},
"url": {
"description": "HTTP or HTTPS URL to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"from": {
"additionalProperties": true,
"properties": {
"colo": {
"type": "string"
},
"country": {
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"latency_ms": {
"type": "integer"
},
"method": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"redirect_location": {
"type": "null"
},
"service": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "8e7329628858a66f638b2dcd2c5343a1690a67f874daf2d31b14158fea330a92",
"service_id": "2de93853cfdf52b6938c5d9cc37c656605cd316d30e912b213ff8ee097e48576",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T00:36:58.475Z",
"url": "https://tools.ipintel.ai/http-latency",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to query, for example example.com",
"type": "string"
},
"types": {
"description": "Optional DNS record types to return",
"items": {
"enum": [
"A",
"AAAA",
"MX",
"NS",
"TXT",
"CAA",
"SOA"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"additionalProperties": true,
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "b52db55d8162d066c665ef11a50525f61c4e732fef51262fd8cf199dcd9fb8ee",
"service_id": "e55379f0af3790943787a9b407f46d7961982d965e9ea461094aed484d5b5663",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T03:31:52.916Z",
"url": "https://tools.ipintel.ai/dns-lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.09 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"fallback": {
"default": true,
"description": "Allow best available scene fallback.",
"type": "boolean"
},
"lat": {
"description": "Latitude of the observation center.",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"description": "Longitude of the observation center.",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"max_cloud_cover": {
"default": 20,
"description": "Maximum cloud cover for optical modes.",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"mode": {
"default": "true_color",
"description": "Observation mode.",
"enum": [
"true_color",
"vegetation",
"water",
"thermal",
"radar"
],
"type": "string"
},
"radius_m": {
"default": 3000,
"description": "Observation radius in meters.",
"maximum": 5000,
"minimum": 100,
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"available_scenes": {
"additionalProperties": true,
"properties": {
"after": {
"items": {},
"type": "array"
},
"before": {
"items": {},
"type": "array"
},
"selected": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"type": "object"
},
"fulfillment_status": {
"type": "string"
},
"image": {
"additionalProperties": true,
"properties": {
"annotated_url": {
"type": "string"
},
"clean_url": {
"type": "string"
},
"format": {
"type": "string"
}
},
"type": "object"
},
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"request": {
"additionalProperties": true,
"properties": {
"date": {
"type": "string"
},
"date_tolerance_days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"max_cloud_cover": {
"type": "integer"
},
"radius_m": {
"type": "integer"
}
},
"type": "object"
},
"selected_scene": {
"additionalProperties": true,
"properties": {
"cloud_cover": {
"type": "integer"
},
"date": {
"type": "string"
},
"datetime": {
"type": "string"
},
"scene_id": {
"type": "string"
},
"selection_reason": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"statistics": {
"additionalProperties": true,
"properties": {
"index": {
"type": "string"
},
"mndwi_mean": {
"type": "number"
},
"ndwi_mean": {
"type": "number"
},
"no_data_count": {
"type": "integer"
},
"resolution_m": {
"type": "integer"
},
"sample_count": {
"type": "integer"
},
"secondary_index": {
"type": "string"
},
"type": {
"type": "string"
},
"water_coverage_percent": {
"type": "number"
}
},
"type": "object"
},
"tool": {
"type": "string"
},
"warnings": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.09",
"amount_atomic": "90000",
"amount_encoding": "atomic_units",
"amount_raw": "90000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "2d4f5cf8da5e6c1acb32b62d529955ab95cb2829beb352f82e81be1e6dfd5e54",
"service_id": "e89e45524db6c434e3bd3314005c162b4e2e4ae8823f1d08b4361bdde64c4af1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:01:50.787Z",
"url": "https://tools.ipintel.ai/satellite",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"data": {
"description": "JSON value to validate against the schema"
},
"schema": {
"description": "JSON Schema object",
"type": "object"
}
},
"required": [
"schema",
"data"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"errors": {
"items": {},
"type": "array"
},
"ok": {
"type": "boolean"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "275c3ca4d6c2adff69e4f65fc4274ca9a007a342e28583a796d7839c51ed5292",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"method": {
"description": "HTTP method to use. Defaults to HEAD.",
"enum": [
"HEAD",
"GET"
],
"type": "string"
},
"url": {
"description": "HTTP or HTTPS URL to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"from": {
"additionalProperties": true,
"properties": {
"colo": {
"type": "string"
},
"country": {
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"latency_ms": {
"type": "integer"
},
"method": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"redirect_location": {
"type": "null"
},
"service": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "8e7329628858a66f638b2dcd2c5343a1690a67f874daf2d31b14158fea330a92",
"service_id": "2de93853cfdf52b6938c5d9cc37c656605cd316d30e912b213ff8ee097e48576",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T00:36:58.475Z",
"url": "https://tools.ipintel.ai/http-latency",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to query, for example example.com",
"type": "string"
},
"types": {
"description": "Optional DNS record types to return",
"items": {
"enum": [
"A",
"AAAA",
"MX",
"NS",
"TXT",
"CAA",
"SOA"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"additionalProperties": true,
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "b52db55d8162d066c665ef11a50525f61c4e732fef51262fd8cf199dcd9fb8ee",
"service_id": "e55379f0af3790943787a9b407f46d7961982d965e9ea461094aed484d5b5663",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T03:31:52.916Z",
"url": "https://tools.ipintel.ai/dns-lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.09 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"fallback": {
"default": true,
"description": "Allow best available scene fallback.",
"type": "boolean"
},
"lat": {
"description": "Latitude of the observation center.",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"description": "Longitude of the observation center.",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"max_cloud_cover": {
"default": 20,
"description": "Maximum cloud cover for optical modes.",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"mode": {
"default": "true_color",
"description": "Observation mode.",
"enum": [
"true_color",
"vegetation",
"water",
"thermal",
"radar"
],
"type": "string"
},
"radius_m": {
"default": 3000,
"description": "Observation radius in meters.",
"maximum": 5000,
"minimum": 100,
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"available_scenes": {
"additionalProperties": true,
"properties": {
"after": {
"items": {},
"type": "array"
},
"before": {
"items": {},
"type": "array"
},
"selected": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"type": "object"
},
"fulfillment_status": {
"type": "string"
},
"image": {
"additionalProperties": true,
"properties": {
"annotated_url": {
"type": "string"
},
"clean_url": {
"type": "string"
},
"format": {
"type": "string"
}
},
"type": "object"
},
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"request": {
"additionalProperties": true,
"properties": {
"date": {
"type": "string"
},
"date_tolerance_days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"max_cloud_cover": {
"type": "integer"
},
"radius_m": {
"type": "integer"
}
},
"type": "object"
},
"selected_scene": {
"additionalProperties": true,
"properties": {
"cloud_cover": {
"type": "integer"
},
"date": {
"type": "string"
},
"datetime": {
"type": "string"
},
"scene_id": {
"type": "string"
},
"selection_reason": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"statistics": {
"additionalProperties": true,
"properties": {
"index": {
"type": "string"
},
"mndwi_mean": {
"type": "number"
},
"ndwi_mean": {
"type": "number"
},
"no_data_count": {
"type": "integer"
},
"resolution_m": {
"type": "integer"
},
"sample_count": {
"type": "integer"
},
"secondary_index": {
"type": "string"
},
"type": {
"type": "string"
},
"water_coverage_percent": {
"type": "number"
}
},
"type": "object"
},
"tool": {
"type": "string"
},
"warnings": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.09",
"amount_atomic": "90000",
"amount_encoding": "atomic_units",
"amount_raw": "90000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "2d4f5cf8da5e6c1acb32b62d529955ab95cb2829beb352f82e81be1e6dfd5e54",
"service_id": "e89e45524db6c434e3bd3314005c162b4e2e4ae8823f1d08b4361bdde64c4af1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:01:50.787Z",
"url": "https://tools.ipintel.ai/satellite",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"data": {
"description": "JSON value to validate against the schema"
},
"schema": {
"description": "JSON Schema object",
"type": "object"
}
},
"required": [
"schema",
"data"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"errors": {
"items": {},
"type": "array"
},
"ok": {
"type": "boolean"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "275c3ca4d6c2adff69e4f65fc4274ca9a007a342e28583a796d7839c51ed5292",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"method": {
"description": "HTTP method to use. Defaults to HEAD.",
"enum": [
"HEAD",
"GET"
],
"type": "string"
},
"url": {
"description": "HTTP or HTTPS URL to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"from": {
"additionalProperties": true,
"properties": {
"colo": {
"type": "string"
},
"country": {
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"latency_ms": {
"type": "integer"
},
"method": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"redirect_location": {
"type": "null"
},
"service": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "8e7329628858a66f638b2dcd2c5343a1690a67f874daf2d31b14158fea330a92",
"service_id": "2de93853cfdf52b6938c5d9cc37c656605cd316d30e912b213ff8ee097e48576",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T00:36:58.475Z",
"url": "https://tools.ipintel.ai/http-latency",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"domain": {
"description": "Domain name to query, for example example.com",
"type": "string"
},
"types": {
"description": "Optional DNS record types to return",
"items": {
"enum": [
"A",
"AAAA",
"MX",
"NS",
"TXT",
"CAA",
"SOA"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"additionalProperties": true,
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"service": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "b52db55d8162d066c665ef11a50525f61c4e732fef51262fd8cf199dcd9fb8ee",
"service_id": "e55379f0af3790943787a9b407f46d7961982d965e9ea461094aed484d5b5663",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T03:31:52.916Z",
"url": "https://tools.ipintel.ai/dns-lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.09 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8 |
{
"description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
"domain": "tools.ipintel.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"fallback": {
"default": true,
"description": "Allow best available scene fallback.",
"type": "boolean"
},
"lat": {
"description": "Latitude of the observation center.",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"description": "Longitude of the observation center.",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"max_cloud_cover": {
"default": 20,
"description": "Maximum cloud cover for optical modes.",
"maximum": 100,
"minimum": 0,
"type": "number"
},
"mode": {
"default": "true_color",
"description": "Observation mode.",
"enum": [
"true_color",
"vegetation",
"water",
"thermal",
"radar"
],
"type": "string"
},
"radius_m": {
"default": 3000,
"description": "Observation radius in meters.",
"maximum": 5000,
"minimum": 100,
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"available_scenes": {
"additionalProperties": true,
"properties": {
"after": {
"items": {},
"type": "array"
},
"before": {
"items": {},
"type": "array"
},
"selected": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"type": "object"
},
"fulfillment_status": {
"type": "string"
},
"image": {
"additionalProperties": true,
"properties": {
"annotated_url": {
"type": "string"
},
"clean_url": {
"type": "string"
},
"format": {
"type": "string"
}
},
"type": "object"
},
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"request": {
"additionalProperties": true,
"properties": {
"date": {
"type": "string"
},
"date_tolerance_days": {
"type": "integer"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"max_cloud_cover": {
"type": "integer"
},
"radius_m": {
"type": "integer"
}
},
"type": "object"
},
"selected_scene": {
"additionalProperties": true,
"properties": {
"cloud_cover": {
"type": "integer"
},
"date": {
"type": "string"
},
"datetime": {
"type": "string"
},
"scene_id": {
"type": "string"
},
"selection_reason": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"statistics": {
"additionalProperties": true,
"properties": {
"index": {
"type": "string"
},
"mndwi_mean": {
"type": "number"
},
"ndwi_mean": {
"type": "number"
},
"no_data_count": {
"type": "integer"
},
"resolution_m": {
"type": "integer"
},
"sample_count": {
"type": "integer"
},
"secondary_index": {
"type": "string"
},
"type": {
"type": "string"
},
"water_coverage_percent": {
"type": "number"
}
},
"type": "object"
},
"tool": {
"type": "string"
},
"warnings": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.09",
"amount_atomic": "90000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "2d4f5cf8da5e6c1acb32b62d529955ab95cb2829beb352f82e81be1e6dfd5e54",
"service_id": "e89e45524db6c434e3bd3314005c162b4e2e4ae8823f1d08b4361bdde64c4af1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:01:50.787Z",
"url": "https://tools.ipintel.ai/satellite",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
"domain": "tools.ipintel.ai",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.001,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "9e4e53cb37309c86",
"service_id": "00f76f1c29f32ea81e6216380da683354fa12f95072d96b5c90504d06ab4cc32",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T15:37:18.952Z",
"url": "https://tools.ipintel.ai/json-schema-validator",
"usage_rights": "not_reviewed"
}Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.
Discuss an outcome integrationDiscovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.
1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.
43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.
Collection status JSON