{"protocolVersion":"2026-07-28","supportedProtocolVersions":["2026-07-28","2025-06-18"],"protocolEra":"dual","tools":[{"name":"web.extract","description":"Convert and extract a public website URL into clean Markdown or readable text plus bounded structured links, canonical and heading signals, Schema.org types, redirect evidence, content hashes, and response provenance for RAG, research, or agent context.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"},"output":{"default":"markdown","pattern":"^(markdown|text)$","title":"Output","type":"string"}},"required":["url"],"title":"ExtractInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.extract"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Web content extraction result","properties":{"requestedUrl":{"type":"string","format":"uri"},"redirected":{"type":"boolean"},"url":{"type":"string","format":"uri"},"title":{"type":["string","null"]},"description":{"type":["string","null"]},"language":{"type":["string","null"]},"format":{"type":"string"},"content":{"type":"string"},"characters":{"type":"integer"},"words":{"type":"integer"},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"contentSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"pageSignals":{"type":"object","required":["canonicalUrl","headings","structuredData","feedCount","alternateLanguageCount"],"additionalProperties":false,"properties":{"canonicalUrl":{"type":["string","null"],"format":"uri"},"headings":{"type":"object","required":["h1","h2Count","h3Count"],"additionalProperties":false,"properties":{"h1":{"type":"array","maxItems":10,"items":{"type":"string"}},"h2Count":{"type":"integer","minimum":0},"h3Count":{"type":"integer","minimum":0}}},"structuredData":{"type":"object","required":["blocks","validBlocks","invalidBlocks","types","truncated"],"additionalProperties":false,"properties":{"blocks":{"type":"integer","minimum":0},"validBlocks":{"type":"integer","minimum":0},"invalidBlocks":{"type":"integer","minimum":0},"types":{"type":"array","items":{"type":"string"}},"truncated":{"type":"boolean"}}},"feedCount":{"type":"integer","minimum":0,"maximum":20},"alternateLanguageCount":{"type":"integer","minimum":0,"maximum":50}}},"links":{"type":"object","required":["detected","returned","internal","external","truncated","scanLimit","returnLimit","items"],"additionalProperties":false,"properties":{"detected":{"type":"integer","minimum":0,"maximum":500},"returned":{"type":"integer","minimum":0,"maximum":100},"internal":{"type":"integer","minimum":0,"maximum":500},"external":{"type":"integer","minimum":0,"maximum":500},"truncated":{"type":"boolean"},"scanLimit":{"type":"integer","const":500},"returnLimit":{"type":"integer","const":100},"items":{"type":"array","maxItems":100,"items":{"type":"object","required":["url","text","external"],"additionalProperties":false,"properties":{"url":{"type":"string","format":"uri"},"text":{"type":"string","maxLength":200},"external":{"type":"boolean"}}}}}},"response":{"type":"object","required":["statusCode","contentType","elapsedMs","bytes","bodySha256"],"properties":{"statusCode":{"type":"integer","minimum":100,"maximum":599},"contentType":{"type":["string","null"]},"elapsedMs":{"type":"integer","minimum":0},"bytes":{"type":"integer","minimum":0},"bodySha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},"extraction":{"type":"object","required":["version","method","javascriptRendered","linksPreserved","limitations"],"properties":{"version":{"type":"string","const":"apiacre-content-extract/3"},"method":{"type":"string","const":"bounded HTML DOM extraction"},"javascriptRendered":{"type":"boolean","const":false},"linksPreserved":{"type":"boolean"},"limitations":{"type":"array","items":{"type":"string"}}}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/extract","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.metadata","description":"Extract webpage metadata from one public URL: page title, meta description, canonical URL, headings, hreflang, icons, feeds, Open Graph, Twitter Cards, and JSON-LD Schema.org types, with redirect and response provenance plus privacy-safe, publisher-asserted Organization facts with field evidence.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.metadata"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Webpage metadata extraction result","properties":{"requestedUrl":{"type":"string"},"redirected":{"type":"boolean"},"url":{"type":"string"},"title":{"type":["string","null"]},"description":{"type":["string","null"]},"canonical":{"type":["string","null"]},"language":{"type":["string","null"]},"document":{"type":"object"},"openGraph":{"type":"object"},"twitter":{"type":"object"},"headings":{"type":"object"},"alternates":{"type":"array","items":{}},"feeds":{"type":"array","items":{}},"icons":{"type":"array","items":{}},"structuredData":{"type":"object","description":"Bounded JSON-LD inventory plus privacy-safe, publisher-asserted Organization facts. These facts do not verify identity, domain ownership, or legal status.","required":["blocks","validBlocks","invalidBlocks","types","truncated","organizationFacts"],"additionalProperties":false,"properties":{"blocks":{"type":"integer","minimum":0},"validBlocks":{"type":"integer","minimum":0},"invalidBlocks":{"type":"integer","minimum":0},"types":{"type":"array","items":{"type":"string"},"uniqueItems":true},"truncated":{"type":"boolean"},"organizationFacts":{"type":"object","required":["status","method","scope","publisherAsserted","identityVerified","domainOwnershipVerified","legalStatusVerified","additionalNetworkRequestsMade","sourceScriptsSha256","vocabulary","scriptsSeen","scriptsProcessed","nodesSeen","organizationsReturned","organizations","conflicts","warnings","limits"],"additionalProperties":false,"properties":{"status":{"type":"string","enum":["none","complete","truncated","skipped_oversize","skipped_invalid_or_complex"]},"method":{"type":"string","const":"apiacre-schemaorg-organization-facts/1"},"scope":{"type":"string"},"publisherAsserted":{"type":"boolean","const":true},"identityVerified":{"type":"boolean","const":false},"domainOwnershipVerified":{"type":"boolean","const":false},"legalStatusVerified":{"type":"boolean","const":false},"additionalNetworkRequestsMade":{"type":"integer","const":0},"sourceScriptsSha256":{"type":["string","null"],"pattern":"^[0-9a-f]{64}$"},"vocabulary":{"type":"object","required":["name","url","license","licenseUrl"],"additionalProperties":false,"properties":{"name":{"type":"string","const":"Schema.org"},"url":{"type":"string","format":"uri"},"license":{"type":"string","const":"CC BY-SA 3.0"},"licenseUrl":{"type":"string","format":"uri"}}},"scriptsSeen":{"type":"integer","minimum":0},"scriptsProcessed":{"type":"integer","minimum":0,"maximum":100},"nodesSeen":{"type":"integer","minimum":0},"organizationsReturned":{"type":"integer","minimum":0},"organizations":{"type":"array","items":{"type":"object","required":["type","id","fields","evidence"],"additionalProperties":false,"properties":{"type":{"type":"string","const":"Organization"},"id":{"type":["string","null"]},"fields":{"type":"object","additionalProperties":false,"properties":{"name":{"type":["string","number","boolean"]},"legalName":{"type":["string","number","boolean"]},"description":{"type":["string","number","boolean"]},"url":{"type":"string"},"image":{"oneOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"logo":{"oneOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"sameAs":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"evidence":{"type":"array","items":{"type":"object","required":["field","blockIndex","jsonPointer","valueSha256"],"additionalProperties":false,"properties":{"field":{"type":"string","enum":["name","url","image","description","legalName","logo","sameAs"]},"blockIndex":{"type":"integer","minimum":0},"jsonPointer":{"type":"string"},"valueSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}}}}}},"conflicts":{"type":"array","items":{"type":"object","required":["entity","field","keptValueSha256","discardedValueSha256"],"additionalProperties":false,"properties":{"entity":{"type":"string"},"field":{"type":"string"},"keptValueSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"discardedValueSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}}},"warnings":{"type":"array","items":{"type":"string"}},"limits":{"type":"object","required":["maxScriptsProcessed","maxInputCharacters","maxObjectNodes","maxDepth","processingBudgetMs"],"additionalProperties":false,"properties":{"maxScriptsProcessed":{"type":"integer","const":100},"maxInputCharacters":{"type":"integer","const":500000},"maxObjectNodes":{"type":"integer","const":500},"maxDepth":{"type":"integer","const":20},"processingBudgetMs":{"type":"integer","const":1000}}}}}}},"response":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/metadata","price":"$0.002","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.seo-audit","description":"Audit one public URL for title, meta description, H1 count, image alt text, canonical, robots, language, Open Graph, Twitter cards, headings, hreflang, feeds, and Schema.org data; return a deterministic score and prioritized issue codes.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.seo-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Technical SEO audit result","properties":{"score":{"type":"integer"},"headings":{"type":"object"},"wordCount":{"type":"integer"},"imageCount":{"type":"integer"},"imagesMissingAlt":{"type":"integer"},"metadata":{"type":"object"},"issues":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/seo-audit","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.security-audit","description":"Scan a public website for TLS and browser security header weaknesses and return a security score with fixes.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.security-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Web security audit result","properties":{"url":{"type":"string"},"score":{"type":"integer"},"present":{"type":"object"},"missing":{"type":"array","items":{}},"cookieFlags":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/security-audit","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.accessibility-audit","description":"Check a public page for deterministic HTML accessibility problems and return actionable WCAG-oriented findings.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.accessibility-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Accessibility audit result","properties":{"url":{"type":"string"},"score":{"type":"integer"},"issueCount":{"type":"integer"},"issues":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/accessibility-audit","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.performance-profile","description":"Measure website response latency, payload size, compression, caching, and performance signals for a public URL.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.performance-profile"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Performance profile result","properties":{"url":{"type":"string"},"status":{"type":"integer"},"elapsedMs":{"type":"integer"},"bytes":{"type":"integer"},"compression":{"type":"string"},"cacheControl":{"type":["string","null"]},"serverTiming":{"type":["string","null"]}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/performance-profile","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.links","description":"Extract and classify links from one public page or safely crawl up to 10 same-origin pages into an agent-ready site map with page provenance, depth limits, and robots.txt enforcement.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"},"include_external":{"default":true,"title":"Include External","type":"boolean"},"max_pages":{"default":1,"maximum":10,"minimum":1,"title":"Max Pages","type":"integer"},"max_depth":{"default":1,"maximum":3,"minimum":0,"title":"Max Depth","type":"integer"},"respect_robots":{"default":true,"title":"Respect Robots","type":"boolean"}},"required":["url"],"title":"LinksInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.links"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Link and site-map analysis result","properties":{"url":{"type":"string"},"origin":{"type":"string"},"count":{"type":"integer"},"internal":{"type":"integer"},"external":{"type":"integer"},"links":{"type":"array","items":{}},"crawl":{"type":"object"},"pages":{"type":"array","items":{}},"errors":{"type":"array","items":{}},"skipped":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/links","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.robots-sitemap","description":"Inspect a domain's robots.txt crawl rules and XML sitemap health, availability, and URL count.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.robots-sitemap"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Robots and sitemap audit result","properties":{"origin":{"type":"string"},"robots":{"type":"object"},"sitemap":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/robots-sitemap","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.tech-fingerprint","description":"Identify frameworks, analytics, CDNs, servers, and other website technologies from public response signals.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.tech-fingerprint"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Technology fingerprint result","properties":{"url":{"type":"string"},"technologies":{"type":"array","items":{}},"server":{"type":"string"},"poweredBy":{"type":["string","null"]},"scriptHosts":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/tech-fingerprint","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.email-auth","description":"Check a public domain's email authentication and anti-spoofing posture using MX, SPF, DMARC, caller-selected DKIM, MTA-STS, TLS-RPT, and BIMI DNS evidence.","inputSchema":{"properties":{"domain":{"description":"Public DNS domain to inspect without a URL scheme or path","examples":["apiacre.com"],"maxLength":253,"minLength":3,"title":"Domain","type":"string"},"dkim_selectors":{"description":"Optional known DKIM selectors to query; selectors cannot be discovered reliably from DNS alone","examples":[["protonmail"]],"items":{"type":"string"},"maxItems":5,"title":"Dkim Selectors","type":"array"}},"required":["domain"],"title":"EmailAuthInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.email-auth"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Email authentication posture result","properties":{"domain":{"type":"string","format":"hostname","maxLength":253},"mailRouting":{"type":"object","required":["mode","mxRecords","nullMx","addressFallbackObserved"],"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["null_mx","explicit_mx","implicit_address_fallback","not_observed"]},"mxRecords":{"type":"array","maxItems":30,"items":{"type":"string","maxLength":2000}},"nullMx":{"type":"boolean"},"addressFallbackObserved":{"type":"boolean"}}},"spf":{"type":"object","required":["configured","recordCount","records","multipleRecords","allQualifier","directDnsMechanismCount"],"additionalProperties":false,"properties":{"configured":{"type":"boolean"},"recordCount":{"type":"integer","minimum":0,"maximum":30},"records":{"type":"array","maxItems":30,"items":{"type":"string","maxLength":2000}},"multipleRecords":{"type":"boolean"},"allQualifier":{"type":["string","null"],"enum":["fail","softfail","neutral","pass",null]},"directDnsMechanismCount":{"type":"integer","minimum":0}}},"dmarc":{"type":"object","required":["configured","recordCount","records","multipleRecords","policy","subdomainPolicy","percentage","aggregateReportingConfigured","forensicReportingConfigured","dkimAlignment","spfAlignment"],"additionalProperties":false,"properties":{"configured":{"type":"boolean"},"recordCount":{"type":"integer","minimum":0,"maximum":30},"records":{"type":"array","maxItems":30,"items":{"type":"string","maxLength":2000}},"multipleRecords":{"type":"boolean"},"policy":{"type":["string","null"],"maxLength":30},"subdomainPolicy":{"type":["string","null"],"maxLength":30},"percentage":{"type":["integer","null"],"minimum":0,"maximum":100},"aggregateReportingConfigured":{"type":"boolean"},"forensicReportingConfigured":{"type":"boolean"},"dkimAlignment":{"type":["string","null"],"maxLength":20},"spfAlignment":{"type":["string","null"],"maxLength":20}}},"dkim":{"type":"object","required":["checked","checkedSelectors","selectors","reason"],"additionalProperties":false,"properties":{"checked":{"type":"boolean"},"checkedSelectors":{"type":"array","maxItems":5,"uniqueItems":true,"items":{"type":"string","maxLength":100}},"selectors":{"type":"array","maxItems":5,"items":{"type":"object","required":["selector","configured","recordCount","multipleRecords","revoked","keyType","publicKeySha256"],"additionalProperties":false,"properties":{"selector":{"type":"string","maxLength":100},"configured":{"type":"boolean"},"recordCount":{"type":"integer","minimum":0,"maximum":30},"multipleRecords":{"type":"boolean"},"revoked":{"type":"boolean"},"keyType":{"type":["string","null"],"maxLength":30},"publicKeySha256":{"type":["string","null"],"pattern":"^[0-9a-f]{64}$"}}}},"reason":{"type":["string","null"],"maxLength":300}}},"optionalPolicies":{"type":"object","required":["mtaSts","tlsReporting","bimi"],"additionalProperties":false,"properties":{"mtaSts":{"type":"object","required":["configured","recordCount","records"],"additionalProperties":false,"properties":{"configured":{"type":"boolean"},"recordCount":{"type":"integer","minimum":0,"maximum":30},"records":{"type":"array","maxItems":30,"items":{"type":"string","maxLength":2000}}}},"tlsReporting":{"type":"object","required":["configured","recordCount","records"],"additionalProperties":false,"properties":{"configured":{"type":"boolean"},"recordCount":{"type":"integer","minimum":0,"maximum":30},"records":{"type":"array","maxItems":30,"items":{"type":"string","maxLength":2000}}}},"bimi":{"type":"object","required":["configured","recordCount","records"],"additionalProperties":false,"properties":{"configured":{"type":"boolean"},"recordCount":{"type":"integer","minimum":0,"maximum":30},"records":{"type":"array","maxItems":30,"items":{"type":"string","maxLength":2000}}}}}},"posture":{"type":"object","required":["status","basis"],"additionalProperties":false,"properties":{"status":{"type":"string","enum":["enforcing","monitoring","incomplete","no_mail_declared"]},"basis":{"type":"string","const":"published DNS records only"}}},"findings":{"type":"array","maxItems":20,"items":{"type":"object","required":["level","code","message"],"additionalProperties":false,"properties":{"level":{"type":"string","enum":["info","warning"]},"code":{"type":"string","pattern":"^[a-z0-9_]+$"},"message":{"type":"string","maxLength":500}}}},"provenance":{"type":"object","required":["source","queries","queryCount"],"additionalProperties":false,"properties":{"source":{"type":"string","const":"recursive DNS"},"queries":{"type":"array","minItems":8,"maxItems":13,"items":{"type":"string","maxLength":400}},"queryCount":{"type":"integer","minimum":8,"maximum":13}}},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string","maxLength":500}},"checkedAt":{"type":"string","format":"date-time"},"collectionMs":{"type":"integer","minimum":0}},"required":["domain","mailRouting","spf","dmarc","dkim","optionalPolicies","posture","findings","provenance","limitations","checkedAt","collectionMs"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/email-auth","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.domain-intelligence","description":"Investigate a domain using parallel DNS, TLS certificate, RDAP (the standards-based successor to WHOIS), DNSSEC, SPF, and DMARC signals with factual findings and source provenance.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.domain-intelligence"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Domain intelligence result","properties":{"requestedUrl":{"type":"string"},"domain":{"type":"string"},"dns":{"type":"object"},"tls":{"type":"object"},"rdap":{"type":"object"},"emailAuthentication":{"type":"object"},"signals":{"type":"object"},"findings":{"type":"array","items":{}},"provenance":{"type":"object"},"collectionMs":{"type":"integer"},"checkedAt":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/domain-intelligence","price":"$0.02","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.full-audit","description":"Run a comprehensive website audit combining SEO, security, accessibility, and performance scores with prioritized fixes.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"}},"required":["url"],"title":"UrlInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.full-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Full site audit result","properties":{"url":{"type":"string"},"overallScore":{"type":"integer"},"seo":{"type":"object"},"security":{"type":"object"},"accessibility":{"type":"object"},"performance":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/full-audit","price":"$0.25","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"web.business-due-diligence","description":"Assess one public business website and domain using site quality, SEO, security, accessibility, performance, DNS, TLS, RDAP, and optional public GLEIF candidates; return technical evidence and explicit identity, ownership, compliance, and vendor-approval limitations.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"},"legal_name":{"anyOf":[{"maxLength":200,"minLength":2,"type":"string"},{"type":"null"}],"default":null,"description":"Optional registered company name to match against public GLEIF LEI records. A match does not prove that the company owns the supplied domain.","examples":["Apple Inc."],"title":"Legal Name"},"country_code":{"anyOf":[{"pattern":"^[A-Za-z]{2}$","type":"string"},{"type":"null"}],"default":null,"description":"Optional ISO 3166-1 alpha-2 legal-address country filter","examples":["US"],"title":"Country Code"}},"required":["url"],"title":"BusinessDueDiligenceInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"web.business-due-diligence"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Website and domain technical due diligence result","properties":{"url":{"type":"string"},"domain":{"type":"string"},"riskScore":{"type":"integer"},"riskLevel":{"type":"string"},"scoreScope":{"type":"string"},"flags":{"type":"array","items":{}},"siteAudit":{"type":"object"},"domainIntelligence":{"type":"object"},"legalEntity":{"type":"object"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/web/business-due-diligence","price":"$0.1","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"commerce.product-price","description":"Paste one public retailer product URL to get its current publisher-supplied structured price, currency, availability, seller, shipping terms, aggregate rating, variant attributes, identifiers, observation time, and evidence hashes from Schema.org JSON-LD, Schema.org microdata, or paired product meta tags; optionally compare the selected offer with a buyer-supplied maximum. Fetching proceeds only when robots.txt permits it, without JavaScript, login, cookies, or anti-bot bypass.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"},"expected_currency":{"anyOf":[{"pattern":"^[A-Za-z]{3}$","type":"string"},{"type":"null"}],"default":null,"description":"Optional ISO 4217 currency expected by the buyer","examples":["GBP"],"title":"Expected Currency"},"maximum_price":{"anyOf":[{"maximum":1000000000000.0,"minimum":0.0,"type":"number"},{"pattern":"^(?!^[-+.]*$)[+-]?0*(?:\\d{0,13}|(?=[\\d.]{1,20}0*$)\\d{0,13}\\.\\d{0,6}0*$)","type":"string"},{"type":"null"}],"default":null,"description":"Optional maximum price in expected_currency; comparison is null when the publisher reports another currency","examples":["49.99"],"title":"Maximum Price"}},"required":["url"],"title":"ProductPriceInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"commerce.product-price"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Live product price snapshot result","properties":{"requestedUrl":{"type":"string","format":"uri"},"url":{"type":"string","format":"uri"},"observedAt":{"type":"string","format":"date-time"},"productCount":{"type":"integer","minimum":1,"maximum":10},"offerCount":{"type":"integer","minimum":1,"maximum":25},"products":{"type":"array","minItems":1,"maxItems":10,"items":{"type":"object","required":["index","id","name","description","url","image","brand","category","model","attributes","aggregateRating","identifiers","offers","evidence"],"additionalProperties":false,"properties":{"index":{"type":"integer","minimum":0,"maximum":9},"id":{"type":["string","null"],"maxLength":10000},"name":{"type":["string","null"],"maxLength":10000},"description":{"type":["string","null"],"maxLength":2000},"url":{"type":["string","null"],"maxLength":10000},"image":{"anyOf":[{"type":"string","minLength":1,"maxLength":10000},{"type":"array","minItems":1,"items":{"type":"string","minLength":1,"maxLength":10000}},{"type":"null"}]},"brand":{"anyOf":[{"type":"string","minLength":1,"maxLength":10000},{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"id":{"type":"string","minLength":1,"maxLength":10000},"name":{"type":"string","minLength":1,"maxLength":10000},"url":{"type":"string","minLength":1,"maxLength":10000}}},{"type":"null"}]},"category":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},{"type":"null"}]},"model":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},{"type":"null"}]},"attributes":{"type":"object","additionalProperties":false,"properties":{"color":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},"size":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},"material":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},"pattern":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]}}},"aggregateRating":{"anyOf":[{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"ratingValue":{"type":["string","number"],"maxLength":50},"bestRating":{"type":["string","number"],"maxLength":50},"worstRating":{"type":["string","number"],"maxLength":50},"ratingCount":{"type":["string","number"],"maxLength":50},"reviewCount":{"type":["string","number"],"maxLength":50}}},{"type":"null"}]},"identifiers":{"type":"object","additionalProperties":false,"properties":{"sku":{"type":["string","number","boolean"],"maxLength":10000},"mpn":{"type":["string","number","boolean"],"maxLength":10000},"gtin":{"type":["string","number","boolean"],"maxLength":10000},"gtin8":{"type":["string","number","boolean"],"maxLength":10000},"gtin12":{"type":["string","number","boolean"],"maxLength":10000},"gtin13":{"type":["string","number","boolean"],"maxLength":10000},"gtin14":{"type":["string","number","boolean"],"maxLength":10000}}},"offers":{"type":"array","minItems":1,"maxItems":25,"items":{"type":"object","required":["productIndex","offerIndex","amount","currency","priceKind","highPrice","offerCount","availability","availabilityUrl","priceValidUntil","expired","itemCondition","url","seller","shippingDetails"],"additionalProperties":false,"properties":{"productIndex":{"type":"integer","minimum":0,"maximum":9},"offerIndex":{"type":"integer","minimum":0},"amount":{"type":"string","pattern":"^[0-9]{1,16}(?:\\.[0-9]{1,6})?$"},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"priceKind":{"type":"string","enum":["direct","aggregate_low"]},"highPrice":{"type":["string","null"],"pattern":"^[0-9]{1,16}(?:\\.[0-9]{1,6})?$"},"offerCount":{"type":["integer","null"],"minimum":0,"maximum":1000000000},"availability":{"type":["string","null"],"maxLength":2000},"availabilityUrl":{"type":["string","null"],"maxLength":2000},"priceValidUntil":{"type":["string","null"],"maxLength":10000},"expired":{"type":["boolean","null"]},"itemCondition":{"type":["string","null"],"maxLength":10000},"url":{"type":["string","null"],"maxLength":10000},"seller":{"anyOf":[{"type":"string","minLength":1,"maxLength":10000},{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"id":{"type":"string","minLength":1,"maxLength":10000},"name":{"type":"string","minLength":1,"maxLength":10000},"url":{"type":"string","minLength":1,"maxLength":10000}}},{"type":"null"}]},"shippingDetails":{"type":"array","maxItems":10,"items":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"shippingLabel":{"type":"string","minLength":1,"maxLength":200},"shippingRate":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"value":{"type":["string","number"],"maxLength":50},"minValue":{"type":["string","number"],"maxLength":50},"maxValue":{"type":["string","number"],"maxLength":50},"currency":{"type":["string","number"],"maxLength":50}}},"shippingDestination":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"addressCountry":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},"addressRegion":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]}}},"deliveryTime":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"handlingTime":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"value":{"type":["string","number"],"maxLength":50},"minValue":{"type":["string","number"],"maxLength":50},"maxValue":{"type":["string","number"],"maxLength":50},"unitCode":{"type":["string","number"],"maxLength":50},"unitText":{"type":["string","number"],"maxLength":50}}},"transitTime":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"value":{"type":["string","number"],"maxLength":50},"minValue":{"type":["string","number"],"maxLength":50},"maxValue":{"type":["string","number"],"maxLength":50},"unitCode":{"type":["string","number"],"maxLength":50},"unitText":{"type":["string","number"],"maxLength":50}}}}}}}}}}},"evidence":{"type":"array","maxItems":24,"items":{"oneOf":[{"type":"object","required":["field","blockIndex","jsonPointer","valueSha256"],"additionalProperties":false,"properties":{"field":{"type":"string","minLength":1,"maxLength":100},"blockIndex":{"type":"integer","minimum":0,"maximum":99},"jsonPointer":{"type":"string","pattern":"^/","maxLength":10000},"valueSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},{"type":"object","required":["field","source","valueSha256"],"additionalProperties":false,"properties":{"field":{"type":"string","minLength":1,"maxLength":100},"source":{"type":"string","enum":["schema.org-microdata","product-meta"]},"valueSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}}]}}}}},"headlineOffer":{"type":"object","required":["productIndex","offerIndex","amount","currency","priceKind","highPrice","offerCount","availability","availabilityUrl","priceValidUntil","expired","itemCondition","url","seller","shippingDetails","selection"],"additionalProperties":false,"properties":{"productIndex":{"type":"integer","minimum":0,"maximum":9},"offerIndex":{"type":"integer","minimum":0},"amount":{"type":"string","pattern":"^[0-9]{1,16}(?:\\.[0-9]{1,6})?$"},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"priceKind":{"type":"string","enum":["direct","aggregate_low"]},"highPrice":{"type":["string","null"],"pattern":"^[0-9]{1,16}(?:\\.[0-9]{1,6})?$"},"offerCount":{"type":["integer","null"],"minimum":0,"maximum":1000000000},"availability":{"type":["string","null"],"maxLength":2000},"availabilityUrl":{"type":["string","null"],"maxLength":2000},"priceValidUntil":{"type":["string","null"],"maxLength":10000},"expired":{"type":["boolean","null"]},"itemCondition":{"type":["string","null"],"maxLength":10000},"url":{"type":["string","null"],"maxLength":10000},"seller":{"anyOf":[{"type":"string","minLength":1,"maxLength":10000},{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"id":{"type":"string","minLength":1,"maxLength":10000},"name":{"type":"string","minLength":1,"maxLength":10000},"url":{"type":"string","minLength":1,"maxLength":10000}}},{"type":"null"}]},"shippingDetails":{"type":"array","maxItems":10,"items":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"shippingLabel":{"type":"string","minLength":1,"maxLength":200},"shippingRate":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"value":{"type":["string","number"],"maxLength":50},"minValue":{"type":["string","number"],"maxLength":50},"maxValue":{"type":["string","number"],"maxLength":50},"currency":{"type":["string","number"],"maxLength":50}}},"shippingDestination":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"addressCountry":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]},"addressRegion":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":200}}]}}},"deliveryTime":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"handlingTime":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"value":{"type":["string","number"],"maxLength":50},"minValue":{"type":["string","number"],"maxLength":50},"maxValue":{"type":["string","number"],"maxLength":50},"unitCode":{"type":["string","number"],"maxLength":50},"unitText":{"type":["string","number"],"maxLength":50}}},"transitTime":{"type":"object","minProperties":1,"additionalProperties":false,"properties":{"value":{"type":["string","number"],"maxLength":50},"minValue":{"type":["string","number"],"maxLength":50},"maxValue":{"type":["string","number"],"maxLength":50},"unitCode":{"type":["string","number"],"maxLength":50},"unitText":{"type":["string","number"],"maxLength":50}}}}}}}},"selection":{"type":"string","minLength":1,"maxLength":300}}},"decision":{"type":"object","required":["expectedCurrency","currencyMatches","maximumPrice","atOrBelowMaximum"],"additionalProperties":false,"properties":{"expectedCurrency":{"type":["string","null"],"pattern":"^[A-Z]{3}$"},"currencyMatches":{"type":["boolean","null"]},"maximumPrice":{"type":["string","null"],"pattern":"^[0-9]{1,16}(?:\\.[0-9]{1,6})?$"},"atOrBelowMaximum":{"type":["boolean","null"]}}},"evidence":{"type":"object","required":["method","publisherAsserted","independentlyVerified","bodySha256","jsonLdSha256","vocabulary","scriptsSeen","nodesSeen","response","access"],"additionalProperties":false,"properties":{"method":{"type":"string","enum":["publisher-supplied Schema.org Product JSON-LD in initial HTML","publisher-supplied Schema.org Product microdata in initial HTML","publisher-supplied paired product price meta tags in initial HTML"]},"publisherAsserted":{"type":"boolean","const":true},"independentlyVerified":{"type":"boolean","const":false},"bodySha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"jsonLdSha256":{"type":["string","null"],"pattern":"^[0-9a-f]{64}$"},"vocabulary":{"anyOf":[{"type":"object","required":["name","url","license","licenseUrl"],"additionalProperties":false,"properties":{"name":{"type":"string","const":"Schema.org"},"url":{"type":"string","const":"https://schema.org/"},"license":{"type":"string","const":"CC BY-SA 3.0"},"licenseUrl":{"type":"string","const":"https://creativecommons.org/licenses/by-sa/3.0/"}}},{"type":"null"}]},"scriptsSeen":{"type":"integer","minimum":0,"maximum":100},"nodesSeen":{"type":"integer","minimum":0},"response":{"type":"object","required":["statusCode","contentType","bytes","elapsedMs"],"additionalProperties":false,"properties":{"statusCode":{"type":"integer","minimum":200,"maximum":299},"contentType":{"type":["string","null"],"maxLength":1000},"bytes":{"type":"integer","minimum":0},"elapsedMs":{"type":"integer","minimum":0}}},"access":{"type":"object","required":["robots","robotsUserAgent","sameOriginRedirectsOnly","authenticated","javascriptExecuted","antiBotBypassAttempted","networkRequestClasses","minimumNetworkRequestsMade","redirectsMayAddRequests"],"additionalProperties":false,"properties":{"robots":{"type":"object","required":["respected","status","url"],"additionalProperties":false,"properties":{"respected":{"type":"boolean","const":true},"status":{"type":"string","pattern":"^(?:loaded|http_[0-9]{3})$"},"url":{"type":"string","format":"uri"}}},"robotsUserAgent":{"type":"string","const":"APIAcre"},"sameOriginRedirectsOnly":{"type":"boolean","const":true},"authenticated":{"type":"boolean","const":false},"javascriptExecuted":{"type":"boolean","const":false},"antiBotBypassAttempted":{"type":"boolean","const":false},"networkRequestClasses":{"type":"array","minItems":2,"maxItems":2,"items":{"type":"string","enum":["robots.txt policy","product page"]}},"minimumNetworkRequestsMade":{"type":"integer","const":2},"redirectsMayAddRequests":{"type":"boolean","const":true}}}}},"warnings":{"type":"array","maxItems":100,"items":{"type":"string","maxLength":300}},"limitations":{"type":"array","minItems":5,"maxItems":5,"items":{"type":"string","maxLength":300}}},"required":["requestedUrl","url","observedAt","productCount","offerCount","products","headlineOffer","decision","evidence","warnings","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/commerce/product-price","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.lei-entity-search","description":"Search the official GLEIF Global LEI Index by exact LEI or legal name and return ranked legal-entity identity, registration, mapped-identifier, and relationship-availability evidence.","inputSchema":{"properties":{"lei":{"anyOf":[{"maxLength":20,"minLength":20,"type":"string"},{"type":"null"}],"default":null,"description":"Exact 20-character Legal Entity Identifier (LEI)","examples":["HWUPKR0MPOU8FGXBT394"],"title":"Lei"},"legal_name":{"anyOf":[{"maxLength":200,"minLength":2,"type":"string"},{"type":"null"}],"default":null,"description":"Registered or commonly used legal entity name","examples":["Apple Inc."],"title":"Legal Name"},"country_code":{"anyOf":[{"pattern":"^[A-Za-z]{2}$","type":"string"},{"type":"null"}],"default":null,"description":"Optional ISO 3166-1 alpha-2 legal-address country filter","examples":["US"],"title":"Country Code"},"max_results":{"default":3,"description":"Maximum candidates returned for a name search","maximum":5,"minimum":1,"title":"Max Results","type":"integer"}},"title":"LegalEntitySearchInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.lei-entity-search"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured GLEIF legal entity search result","properties":{"status":{"type":"string"},"query":{"type":"object"},"matchCount":{"type":"integer"},"totalCandidates":{"type":"integer"},"matches":{"type":"array","items":{}},"goldenCopyPublishedAt":{"type":"string"},"source":{"type":"string"},"retrievedAt":{"type":"string"},"license":{"type":"object"},"limitations":{"type":"array","items":{}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/lei-entity-search","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"document.extract","description":"Extract clean text and metadata from supplied PDF, DOCX, HTML, Markdown, CSV, JSON, YAML, or plain-text documents.","inputSchema":{"properties":{"filename":{"maxLength":240,"title":"Filename","type":"string"},"content_base64":{"maxLength":7100000,"title":"Content Base64","type":"string"}},"required":["filename","content_base64"],"title":"DocumentInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"document.extract"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Document extraction result","properties":{"text":{"type":"string"},"characters":{"type":"integer"},"words":{"type":"integer"},"metadata":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/document/extract","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"document.tables","description":"Extract structured table rows and columns from supplied HTML, DOCX, or CSV documents.","inputSchema":{"properties":{"filename":{"maxLength":240,"title":"Filename","type":"string"},"content_base64":{"maxLength":7100000,"title":"Content Base64","type":"string"}},"required":["filename","content_base64"],"title":"DocumentInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"document.tables"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Table extraction result","properties":{"rows":{"type":"array","items":{}},"rowCount":{"type":"integer"},"metadata":{"type":"object"},"warning":{"type":["string","null"]}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/document/tables","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"document.redact","description":"Deterministically detect and redact PII and personal data in supplied text with overlap-safe matching for emails, phone numbers, validated IPv4 and IPv6 addresses, Luhn-valid payment cards, valid-checksum IBANs, and structurally valid US Social Security numbers.","inputSchema":{"properties":{"text":{"maxLength":500000,"title":"Text","type":"string"},"types":{"items":{"enum":["email","phone","ipv4","ipv6","credit_card","ssn","iban"],"type":"string"},"maxItems":7,"minItems":1,"title":"Types","type":"array"}},"required":["text"],"title":"RedactInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"document.redact"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured PII and personal-data redaction result","properties":{"text":{"type":"string","maxLength":3000000},"counts":{"type":"object","required":["email","phone","ipv4","ipv6","credit_card","ssn","iban"],"additionalProperties":false,"properties":{"email":{"type":"integer","minimum":0,"maximum":500000},"phone":{"type":"integer","minimum":0,"maximum":500000},"ipv4":{"type":"integer","minimum":0,"maximum":500000},"ipv6":{"type":"integer","minimum":0,"maximum":500000},"credit_card":{"type":"integer","minimum":0,"maximum":500000},"ssn":{"type":"integer","minimum":0,"maximum":500000},"iban":{"type":"integer","minimum":0,"maximum":500000}}},"total":{"type":"integer","minimum":0,"maximum":500000},"selectedTypes":{"type":"array","minItems":1,"maxItems":7,"uniqueItems":true,"items":{"type":"string","enum":["email","phone","ipv4","ipv6","credit_card","ssn","iban"]}},"findingsReturned":{"type":"integer","minimum":0,"maximum":1000},"findingsTruncated":{"type":"boolean"},"findings":{"type":"array","maxItems":1000,"items":{"type":"object","required":["type","start","end","characters","placeholder"],"additionalProperties":false,"properties":{"type":{"type":"string","enum":["email","phone","ipv4","ipv6","credit_card","ssn","iban"]},"start":{"type":"integer","minimum":0,"maximum":500000},"end":{"type":"integer","minimum":1,"maximum":500000},"characters":{"type":"integer","minimum":1,"maximum":500000},"placeholder":{"type":"string","enum":["[REDACTED_EMAIL]","[REDACTED_PHONE]","[REDACTED_IPV4]","[REDACTED_IPV6]","[REDACTED_CREDIT_CARD]","[REDACTED_SSN]","[REDACTED_IBAN]"]}}}},"redactedCharacters":{"type":"integer","minimum":0,"maximum":500000},"inputSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"outputSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"detector":{"type":"object","required":["version","deterministic","overlapSafe","validatedTypes","networkRequestsMade"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-pii-redaction/2"},"deterministic":{"type":"boolean","const":true},"overlapSafe":{"type":"boolean","const":true},"validatedTypes":{"type":"array","const":["credit_card","iban","ipv4","ipv6","ssn"]},"networkRequestsMade":{"type":"integer","const":0}}},"limitations":{"type":"array","minItems":2,"maxItems":2,"items":{"type":"string","maxLength":500}}},"required":["text","counts","total","selectedTypes","findingsReturned","findingsTruncated","findings","redactedCharacters","inputSha256","outputSha256","detector","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/document/redact","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"document.diff","description":"Compare two texts and return structured line additions, removals, and a unified diff.","inputSchema":{"properties":{"before":{"maxLength":500000,"title":"Before","type":"string"},"after":{"maxLength":500000,"title":"After","type":"string"},"context_lines":{"default":3,"maximum":20,"minimum":0,"title":"Context Lines","type":"integer"}},"required":["before","after"],"title":"DiffInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"document.diff"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Document diff result","properties":{"diff":{"type":"string"},"added":{"type":"integer"},"removed":{"type":"integer"},"changed":{"type":"boolean"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/document/diff","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.profile","description":"Profile CSV, TSV, JSON, JSON Lines, or YAML records for field types, nulls, uniqueness, and representative samples.","inputSchema":{"properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"},"format":{"description":"Source format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Format","type":"string"}},"required":["content","format"],"title":"DataInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.profile"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Dataset profile result","properties":{"rows":{"type":"integer"},"columns":{"type":"integer"},"profile":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/profile","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.clean","description":"Clean CSV, TSV, JSON, JSON Lines, or YAML records with collision-safe header normalization, deterministic integrity hashes, and exact transformation counts.","inputSchema":{"properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"},"format":{"description":"Source format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Format","type":"string"},"trim_strings":{"default":true,"title":"Trim Strings","type":"boolean"},"empty_to_null":{"default":true,"title":"Empty To Null","type":"boolean"},"normalize_headers":{"default":true,"title":"Normalize Headers","type":"boolean"}},"required":["content","format"],"title":"CleanInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.clean"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Dataset cleaning result","properties":{"records":{"type":"array","maxItems":100000,"items":{"type":"object"}},"rows":{"type":"integer","minimum":0,"maximum":100000},"inputSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"outputSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"cleaning":{"type":"object","required":["version","sourceFormat","trimStrings","emptyStringsAsNull","normalizeHeaders","headerFieldsNormalized","stringsTrimmed","emptyStringsConvertedToNull","nodesProcessed","nonStringKeysNormalized","dateTimeScalarsNormalized","outputCanonicalization","deterministic","networkRequestsMade"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-data-clean/2"},"sourceFormat":{"type":"string","enum":["csv","tsv","json","jsonl","yaml"]},"trimStrings":{"type":"boolean"},"emptyStringsAsNull":{"type":"boolean"},"normalizeHeaders":{"type":"boolean"},"headerFieldsNormalized":{"type":"integer","minimum":0},"stringsTrimmed":{"type":"integer","minimum":0},"emptyStringsConvertedToNull":{"type":"integer","minimum":0},"nodesProcessed":{"type":"integer","minimum":1,"maximum":100000},"nonStringKeysNormalized":{"type":"integer","minimum":0},"dateTimeScalarsNormalized":{"type":"integer","minimum":0},"outputCanonicalization":{"type":"string","const":"json-sort-keys-compact-utf8"},"deterministic":{"type":"boolean","const":true},"networkRequestsMade":{"type":"integer","const":0}}},"warnings":{"type":"array","maxItems":2,"items":{"type":"string","maxLength":120}}},"required":["records","rows","inputSha256","outputSha256","cleaning","warnings"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/clean","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.convert","description":"Convert caller-supplied CSV, TSV, JSON, JSON Lines (NDJSON), or YAML with optional root preservation, deterministic integrity hashes, JSON-encoded nested tabular cells, and explicit rejection of ambiguous duplicate keys or non-finite numbers.","inputSchema":{"properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"},"format":{"description":"Source format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Format","type":"string"},"target_format":{"description":"Target format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Target Format","type":"string"},"root_mode":{"default":"records","description":"Normalize the source into record rows, or preserve its parsed root when the target is JSON or YAML","enum":["records","preserve"],"title":"Root Mode","type":"string"}},"required":["content","format","target_format"],"title":"ConvertInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.convert"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Data conversion result","properties":{"sourceFormat":{"type":"string"},"format":{"type":"string"},"content":{"type":"string"},"rows":{"type":"integer"},"inputSha256":{"type":"string"},"outputSha256":{"type":"string"},"conversion":{"type":"object"},"warnings":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/convert","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.json-repair","description":"Repair caller-supplied malformed JSON by safely removing an outer Markdown fence, comments, single-quoted strings, unquoted identifier keys, Python literals, and trailing commas, with transformation hashes and strict rejection of duplicate keys or non-finite numbers.","inputSchema":{"additionalProperties":false,"properties":{"content":{"maxLength":1000000,"minLength":1,"title":"Content","type":"string"},"repairs":{"description":"Safe repair classes to permit; service execution order is fixed and deterministic","items":{"enum":["markdown_fence","comments","single_quoted_strings","unquoted_keys","python_literals","trailing_commas"],"type":"string"},"maxItems":6,"minItems":1,"title":"Repairs","type":"array"}},"required":["content"],"title":"JsonRepairInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.json-repair"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Deterministic JSON repair result","properties":{"valid":{"type":"boolean"},"validInput":{"type":"boolean"},"repaired":{"type":"boolean"},"content":{"type":"string"},"inputSha256":{"type":"string"},"attemptSha256":{"type":"string"},"outputSha256":{"type":"string"},"appliedRepairs":{"type":"array","items":{}},"error":{"type":["string","null"]},"repair":{"type":"object"},"warnings":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/json-repair","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.schema","description":"Create and generate a nested JSON Schema Draft 2020-12 contract by inferring field types and required fields from representative JSON, CSV, TSV, JSON Lines, or YAML records, with equivalent CSV/TSV numeric and null inference, input evidence, and non-enforcing observed bounds.","inputSchema":{"properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"},"format":{"description":"Source format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Format","type":"string"},"root_mode":{"default":"records","description":"Keep the compatible array-of-records contract, or preserve the JSON/YAML root shape","enum":["records","preserve"],"title":"Root Mode","type":"string"}},"required":["content","format"],"title":"SchemaInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.schema"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured JSON Schema generator result","properties":{"schema":{"type":"object"},"input":{"type":"object"},"inference":{"type":"object"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/schema","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.schema-validate","description":"Validate JSON data against a bounded JSON Schema Draft 2020-12 contract for nested objects, arrays, required properties, types, enums, formats, lengths, patterns, and numeric bounds; return deterministic instance and schema JSON Pointers, explicit error truncation, input hashes, and no remote reference resolution.","inputSchema":{"additionalProperties":false,"properties":{"schema":{"additionalProperties":true,"description":"JSON Schema Draft 2020-12 document; only local fragment references are allowed","title":"Schema","type":"object"},"instance":{"description":"JSON-compatible value to validate","title":"Instance"},"max_errors":{"default":25,"maximum":100,"minimum":1,"title":"Max Errors","type":"integer"},"check_formats":{"default":true,"description":"Assert supported JSON Schema formats as well as structural keywords","title":"Check Formats","type":"boolean"}},"required":["schema","instance"],"title":"SchemaValidateInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.schema-validate"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured JSON Schema validation result","properties":{"valid":{"type":"boolean"},"schemaValid":{"type":"boolean"},"instanceValid":{"type":["boolean","null"]},"errorCount":{"type":"integer","minimum":0,"maximum":101},"errorCountExact":{"type":"boolean"},"errorsReturned":{"type":"integer","minimum":0,"maximum":100},"errorsTruncated":{"type":"boolean"},"errors":{"type":"array","maxItems":100,"items":{"type":"object","required":["kind","instancePath","schemaPath","keyword","message"],"properties":{"kind":{"type":"string","enum":["schema","instance"]},"instancePath":{"type":["string","null"]},"schemaPath":{"type":"string"},"keyword":{"type":["string","null"]},"message":{"type":"string","maxLength":500}}}},"schema":{"type":"object","required":["dialect","declaredDialect","utf8Bytes","sha256","remoteReferencesAllowed"],"properties":{"dialect":{"type":"string","const":"https://json-schema.org/draft/2020-12/schema"},"declaredDialect":{"type":["string","null"]},"utf8Bytes":{"type":"integer","minimum":2,"maximum":500000},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"remoteReferencesAllowed":{"type":"boolean","const":false}}},"instance":{"type":"object","required":["utf8Bytes","sha256"],"properties":{"utf8Bytes":{"type":"integer","minimum":1,"maximum":1000000},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},"validation":{"type":"object","required":["engine","engineVersion","draft","formatChecking","maxErrors","networkRequestsMade"],"properties":{"engine":{"type":"string","const":"python-jsonschema"},"engineVersion":{"type":"string"},"draft":{"type":"string","const":"2020-12"},"formatChecking":{"type":"boolean"},"maxErrors":{"type":"integer","minimum":1,"maximum":100},"networkRequestsMade":{"type":"boolean","const":false}}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/schema-validate","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.contract","description":"Normalize caller-supplied CSV, TSV, JSON, JSON Lines, or YAML to deterministic JSON, infer a Draft 2020-12 schema from that normalized value, and validate one future JSON value in a single x402 call.","inputSchema":{"additionalProperties":false,"description":"Source records plus one future value to check against their observed contract.","properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"},"format":{"description":"Source format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Format","type":"string"},"root_mode":{"default":"records","description":"Keep the compatible array-of-records contract, or preserve the JSON/YAML root shape","enum":["records","preserve"],"title":"Root Mode","type":"string"},"instance":{"description":"Future JSON-compatible value to validate against the schema inferred from content","title":"Instance"},"max_errors":{"default":25,"maximum":100,"minimum":1,"title":"Max Errors","type":"integer"},"check_formats":{"default":true,"description":"Assert supported JSON Schema formats during future-value validation","title":"Check Formats","type":"boolean"}},"required":["content","format","instance"],"title":"DataContractInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.contract"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Structured data contract result","properties":{"normalized":{"type":"object","required":["sourceFormat","format","rootMode","content","records","inputSha256","outputSha256","normalization","warnings"],"additionalProperties":false,"properties":{"sourceFormat":{"type":"string","enum":["csv","tsv","json","jsonl","yaml"]},"format":{"type":"string","const":"json"},"rootMode":{"type":"string","enum":["records","preserve"]},"content":{"type":"string","maxLength":4000000},"records":{"type":"integer","minimum":0,"maximum":100000},"inputSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"outputSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"normalization":{"type":"object","required":["version","sourceRoot","nodesProcessed","nonStringKeysNormalized","dateTimeScalarsNormalized","outputEncoding","deterministic","networkRequestsMade"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-data-contract-normalization/1"},"sourceRoot":{"type":"string","enum":["array","object","scalar"]},"nodesProcessed":{"type":"integer","minimum":1,"maximum":100000},"nonStringKeysNormalized":{"type":"integer","minimum":0},"dateTimeScalarsNormalized":{"type":"integer","minimum":0},"outputEncoding":{"type":"string","const":"json-indent-2-utf8"},"deterministic":{"type":"boolean","const":true},"networkRequestsMade":{"type":"integer","const":0}}},"warnings":{"type":"array","items":{"type":"string"}}}},"contract":{"type":"object","required":["schema","input","inference"],"additionalProperties":false,"properties":{"schema":{"type":"object","description":"Inferred JSON Schema Draft 2020-12 document"},"input":{"type":"object","required":["format","rootMode","records","characters","utf8Bytes","sha256"],"additionalProperties":false,"properties":{"format":{"type":"string","const":"json"},"rootMode":{"type":"string","enum":["records","preserve"]},"records":{"type":"integer","minimum":0,"maximum":100000},"characters":{"type":"integer","minimum":0},"utf8Bytes":{"type":"integer","minimum":0,"maximum":4000000},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},"inference":{"type":"object","required":["version","dialect","csvNumericStringsCoerced","csvEmptyStringsAsNull","tabularNumericStringsCoerced","tabularEmptyStringsAsNull","nodesProcessed","nonStringKeysNormalized","dateTimeScalarsNormalized","observedBoundsEnforced","maximumDepth","complete","warnings"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-schema-inference/3"},"dialect":{"type":"string","const":"https://json-schema.org/draft/2020-12/schema"},"csvNumericStringsCoerced":{"type":"boolean","const":false},"csvEmptyStringsAsNull":{"type":"boolean","const":false},"tabularNumericStringsCoerced":{"type":"boolean","const":false},"tabularEmptyStringsAsNull":{"type":"boolean","const":false},"nodesProcessed":{"type":"integer","minimum":1,"maximum":100000},"nonStringKeysNormalized":{"type":"integer","minimum":0},"dateTimeScalarsNormalized":{"type":"integer","minimum":0},"observedBoundsEnforced":{"type":"boolean","const":false},"maximumDepth":{"type":"integer","const":20},"complete":{"type":"boolean"},"warnings":{"type":"array","items":{"type":"string"}}}}}},"validation":{"type":"object","required":["valid","schemaValid","instanceValid","errorCount","errorCountExact","errorsReturned","errorsTruncated","errors","schema","instance","validation"],"additionalProperties":false,"properties":{"valid":{"type":"boolean"},"schemaValid":{"type":"boolean"},"instanceValid":{"type":["boolean","null"]},"errorCount":{"type":"integer","minimum":0,"maximum":101},"errorCountExact":{"type":"boolean"},"errorsReturned":{"type":"integer","minimum":0,"maximum":100},"errorsTruncated":{"type":"boolean"},"errors":{"type":"array","maxItems":100,"items":{"type":"object","required":["kind","instancePath","schemaPath","keyword","message"],"properties":{"kind":{"type":"string","enum":["schema","instance"]},"instancePath":{"type":["string","null"]},"schemaPath":{"type":"string"},"keyword":{"type":["string","null"]},"message":{"type":"string","maxLength":500}}}},"schema":{"type":"object","required":["dialect","declaredDialect","utf8Bytes","sha256","remoteReferencesAllowed"],"properties":{"dialect":{"type":"string","const":"https://json-schema.org/draft/2020-12/schema"},"declaredDialect":{"type":["string","null"]},"utf8Bytes":{"type":"integer","minimum":2,"maximum":500000},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"remoteReferencesAllowed":{"type":"boolean","const":false}}},"instance":{"type":"object","required":["utf8Bytes","sha256"],"properties":{"utf8Bytes":{"type":"integer","minimum":1,"maximum":1000000},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},"validation":{"type":"object","required":["engine","engineVersion","draft","formatChecking","maxErrors","networkRequestsMade"],"properties":{"engine":{"type":"string","const":"python-jsonschema"},"engineVersion":{"type":"string"},"draft":{"type":"string","const":"2020-12"},"formatChecking":{"type":"boolean"},"maxErrors":{"type":"integer","minimum":1,"maximum":100},"networkRequestsMade":{"type":"boolean","const":false}}}}},"pipeline":{"type":"object","required":["version","steps","singlePaymentAuthorization","deterministic","networkRequestsMade"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-data-contract/1"},"steps":{"type":"array","prefixItems":[{"type":"string","const":"normalize-to-json"},{"type":"string","const":"infer-draft-2020-12"},{"type":"string","const":"validate-instance"}],"minItems":3,"maxItems":3},"singlePaymentAuthorization":{"type":"boolean","const":true},"deterministic":{"type":"boolean","const":true},"networkRequestsMade":{"type":"integer","const":0}}}},"required":["normalized","contract","validation","pipeline"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/contract","price":"$0.035","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.schemaorg-normalize","description":"Normalize caller-supplied inline Schema.org JSON-LD into deterministic Organization, Product, Service, Article, and Event entities with privacy scrubbing and field-level evidence hashes.","inputSchema":{"properties":{"html":{"description":"HTML containing Schema.org JSON-LD script blocks, or a raw JSON-LD object or array.","maxLength":500000,"minLength":1,"title":"Html","type":"string"},"base_url":{"anyOf":[{"maxLength":2048,"type":"string"},{"type":"null"}],"default":null,"title":"Base Url"},"include_types":{"items":{"enum":["Organization","Product","Service","Article","Event"],"type":"string"},"maxItems":5,"minItems":1,"title":"Include Types","type":"array"}},"required":["html"],"title":"SchemaOrgNormalizeInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.schemaorg-normalize"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Schema.org JSON-LD normalization result","properties":{"documentSha256":{"type":"string"},"vocabulary":{"type":"object"},"scriptsSeen":{"type":"integer"},"nodesSeen":{"type":"integer"},"nodesReturned":{"type":"integer"},"typeCounts":{"type":"object"},"nodes":{"type":"array","items":{}},"conflicts":{"type":"array","items":{}},"warnings":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/schemaorg-normalize","price":"$0.02","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.deduplicate","description":"Remove duplicate CSV, TSV, JSON, JSON Lines, or YAML records using selected identity fields and report the removed count.","inputSchema":{"properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"},"format":{"description":"Source format; use jsonl for JSON Lines or NDJSON","enum":["csv","tsv","json","jsonl","yaml"],"title":"Format","type":"string"},"keys":{"items":{"type":"string"},"maxItems":20,"title":"Keys","type":"array"},"keep":{"default":"first","enum":["first","last"],"title":"Keep","type":"string"}},"required":["content","format"],"title":"DedupeInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.deduplicate"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Record deduplication result","properties":{"records":{"type":"array","items":{}},"inputRows":{"type":"integer"},"outputRows":{"type":"integer"},"removed":{"type":"integer"},"keys":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/deduplicate","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.x402-preflight","description":"Probe a public endpoint without paying, grade its x402 v2 challenge, check exact-host x402-list presence and traction, and optionally rank licensed market matches with buyer-concentration caveats.","inputSchema":{"additionalProperties":false,"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"},"method":{"default":"POST","enum":["GET","POST"],"title":"Method","type":"string"},"body":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"default":null,"title":"Body"},"market_query":{"anyOf":[{"maxLength":200,"minLength":3,"type":"string"},{"type":"null"}],"default":null,"title":"Market Query"},"market_limit":{"default":5,"maximum":10,"minimum":1,"title":"Market Limit","type":"integer"}},"required":["url"],"title":"X402PreflightInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.x402-preflight"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured x402 endpoint preflight result","properties":{"url":{"type":"string"},"finalUrl":{"type":"string"},"method":{"type":"string"},"statusCode":{"type":"integer"},"elapsedMs":{"type":"integer"},"compliant":{"type":"boolean"},"grade":{"type":"string"},"score":{"type":"integer"},"gradeVersion":{"type":"string"},"checks":{"type":"array","items":{}},"payment":{"type":"object"},"directoryEvidence":{"type":"object"},"remediation":{"type":"array","items":{}},"checkedAt":{"type":"string"},"limitations":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/developer/x402-preflight","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.openapi-audit","description":"Validate and audit an OpenAPI document for missing operation IDs, descriptions, responses, and consistency problems.","inputSchema":{"properties":{"document":{"maxLength":2000000,"title":"Document","type":"string"},"format":{"default":"yaml","enum":["json","yaml"],"title":"Format","type":"string"}},"required":["document"],"title":"StructuredDocumentInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.openapi-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured OpenAPI audit result","properties":{"valid":{"type":"boolean"},"score":{"type":"integer"},"operations":{"type":"integer"},"issues":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/openapi-audit","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.dependency-audit","description":"Audit exact Python/PyPI, npm, Go, Maven, NuGet, crates.io, or RubyGems dependencies against OSV and return affected packages and vulnerabilities.","inputSchema":{"$defs":{"Dependency":{"properties":{"name":{"maxLength":240,"minLength":1,"title":"Name","type":"string"},"version":{"maxLength":120,"minLength":1,"title":"Version","type":"string"}},"required":["name","version"],"title":"Dependency","type":"object"}},"properties":{"ecosystem":{"enum":["PyPI","npm","Go","Maven","NuGet","crates.io","RubyGems"],"title":"Ecosystem","type":"string"},"dependencies":{"items":{"$ref":"#/$defs/Dependency"},"maxItems":100,"minItems":1,"title":"Dependencies","type":"array"}},"required":["ecosystem","dependencies"],"title":"DependencyAuditInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.dependency-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Audit Python and npm dependencies for vulnerabilities result","properties":{"ecosystem":{"type":"string"},"dependencies":{"type":"integer"},"vulnerabilityCount":{"type":"integer"},"clean":{"type":"boolean"},"findings":{"type":"array","items":{}},"source":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/developer/dependency-audit","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.license-audit","description":"Classify software dependency licenses and flag packages that need commercial or legal review.","inputSchema":{"$defs":{"LicensedDependency":{"properties":{"name":{"maxLength":240,"minLength":1,"title":"Name","type":"string"},"license":{"maxLength":120,"minLength":1,"title":"License","type":"string"}},"required":["name","license"],"title":"LicensedDependency","type":"object"}},"properties":{"dependencies":{"items":{"$ref":"#/$defs/LicensedDependency"},"maxItems":500,"minItems":1,"title":"Dependencies","type":"array"},"policy":{"default":"commercial","enum":["permissive","commercial"],"title":"Policy","type":"string"}},"required":["dependencies"],"title":"LicenseAuditInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.license-audit"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured License compatibility audit result","properties":{"policy":{"type":"string"},"counts":{"type":"object"},"requiresReview":{"type":"boolean"},"findings":{"type":"array","items":{}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/license-audit","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.secret-scan","description":"Detect likely leaked API keys, tokens, private-key headers, JWTs, and credential assignments in caller-supplied source or configuration text. Return type, line, fingerprint, and a fully redacted preview with no network access or code execution.","inputSchema":{"properties":{"content":{"maxLength":2000000,"title":"Content","type":"string"}},"required":["content"],"title":"SecretScanInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.secret-scan"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Redacted credential leak scan result","properties":{"clean":{"type":"boolean"},"findingCount":{"type":"integer","minimum":0},"findings":{"type":"array","maxItems":500,"items":{"type":"object","required":["type","line","fingerprint","preview"],"additionalProperties":false,"properties":{"type":{"type":"string","enum":["aws_access_key","github_token","private_key","jwt","generic_assignment"]},"line":{"type":"integer","minimum":1},"fingerprint":{"type":"string","pattern":"^[0-9a-f]{16}$"},"preview":{"type":"string","const":"[REDACTED]"}}}}},"required":["clean","findingCount","findings"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/secret-scan","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.code-metrics","description":"Measure caller-supplied source code with Python AST analysis or a deterministic lexical fallback, including per-function complexity, a SHA-256 fingerprint, density ratios, syntax status, and actionable maintainability signals without retaining or forwarding the code. One bounded no-wallet trial is available through the separate HTTP endpoint https://apiacre.com/trials/developer.code-metrics; this MCP tools/call operation remains paid.","inputSchema":{"additionalProperties":false,"properties":{"code":{"maxLength":2000000,"minLength":1,"title":"Code","type":"string"},"language":{"default":"text","maxLength":40,"minLength":1,"title":"Language","type":"string"}},"required":["code"],"title":"CodeMetricsInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.code-metrics"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Code metrics result","properties":{"language":{"type":"string","minLength":1,"maxLength":40},"source":{"type":"object","required":["sha256","characters","utf8Bytes"],"additionalProperties":false,"properties":{"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"characters":{"type":"integer","minimum":1,"maximum":2000000},"utf8Bytes":{"type":"integer","minimum":1,"maximum":2000000}}},"lines":{"type":"object","required":["total","code","comments","blank"],"additionalProperties":false,"properties":{"total":{"type":"integer","minimum":0},"code":{"type":"integer","minimum":0},"comments":{"type":"integer","minimum":0},"blank":{"type":"integer","minimum":0}}},"classes":{"type":"integer","minimum":0},"functions":{"type":"integer","minimum":0},"branchPoints":{"type":"integer","minimum":0},"estimatedCyclomaticComplexity":{"type":"integer","minimum":1},"complexityPerFunction":{"type":"number","minimum":1},"maximumFunctionComplexity":{"type":"integer","minimum":1},"functionMetrics":{"type":"array","maxItems":500,"items":{"type":"object","required":["name","kind","line","endLine","lines","parameters","branchPoints","estimatedCyclomaticComplexity"],"additionalProperties":false,"properties":{"name":{"type":"string","minLength":1,"maxLength":2000000},"kind":{"type":"string","enum":["function","async-function"]},"line":{"type":"integer","minimum":1,"maximum":2000000},"endLine":{"type":"integer","minimum":1,"maximum":2000000},"lines":{"type":"integer","minimum":1,"maximum":2000000},"parameters":{"type":"integer","minimum":0,"maximum":2000000},"branchPoints":{"type":"integer","minimum":0,"maximum":2000000},"estimatedCyclomaticComplexity":{"type":"integer","minimum":1,"maximum":2000001}}}},"functionsTruncated":{"type":"boolean"},"syntax":{"type":"object","required":["engine","valid","error"],"additionalProperties":false,"properties":{"engine":{"type":"string","enum":["python-ast","lexical-heuristics"]},"valid":{"type":["boolean","null"]},"error":{"anyOf":[{"type":"null"},{"type":"object","required":["line","offset","message"],"additionalProperties":false,"properties":{"line":{"type":["integer","null"],"minimum":1},"offset":{"type":["integer","null"],"minimum":0},"message":{"type":"string","maxLength":200}}}]}}},"maximumLineLength":{"type":"integer","minimum":0,"maximum":2000000},"averageLineLength":{"type":"number","minimum":0,"maximum":2000000},"commentDensity":{"type":"number","minimum":0,"maximum":1},"blankLineDensity":{"type":"number","minimum":0,"maximum":1},"longLineCount":{"type":"integer","minimum":0},"workMarkerCount":{"type":"integer","minimum":0},"maintainabilitySignal":{"type":"integer","minimum":0,"maximum":100},"reviewSignals":{"type":"array","maxItems":6,"items":{"type":"object","required":["code","severity","message"],"additionalProperties":false,"properties":{"code":{"type":"string","enum":["syntax-error","high-complexity-density","long-lines","work-markers","low-comment-density","large-source-unit"]},"severity":{"type":"string","enum":["low","medium","high"]},"message":{"type":"string","maxLength":500}}}},"analysis":{"type":"object","required":["version","method","limitations"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-code-metrics/3"},"method":{"type":"string","enum":["Python AST with deterministic lexical metrics","deterministic lexical heuristics"]},"limitations":{"type":"array","minItems":2,"maxItems":2,"items":{"type":"string","maxLength":500}}}}},"required":["language","source","lines","classes","functions","branchPoints","estimatedCyclomaticComplexity","complexityPerFunction","maximumFunctionComplexity","functionMetrics","functionsTruncated","syntax","maximumLineLength","averageLineLength","commentDensity","blankLineDensity","longLineCount","workMarkerCount","maintainabilitySignal","reviewSignals","analysis"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/code-metrics","price":"$0.025","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]},"com.apiacre/free-trial":{"method":"POST","path":"/trials/developer.code-metrics","url":"https://apiacre.com/trials/developer.code-metrics","browserUrl":"https://apiacre.com/free-trial/developer.code-metrics","paymentRequired":false,"walletRequired":false,"executesService":true,"inputRetention":false,"maxRequestBytes":200000,"rateLimit":{"limit":1,"windowSeconds":3600,"scope":"privacy-hashed edge client","storage":"bounded in-memory process state"},"paidContinuation":{"path":"/v1/developer/code-metrics","browserUrl":"https://apiacre.com/try/developer.code-metrics?from=trial","authorizationRequired":true}}}},{"name":"developer.code-change-review","description":"Compare caller-supplied before and after source snapshots without execution or network access, returning source fingerprints, syntax regressions, structural deltas, function-level changes, and bounded review findings.","inputSchema":{"additionalProperties":false,"properties":{"before":{"maxLength":1000000,"title":"Before","type":"string"},"after":{"maxLength":1000000,"title":"After","type":"string"},"language":{"default":"python","maxLength":40,"title":"Language","type":"string"},"filename":{"anyOf":[{"maxLength":260,"type":"string"},{"type":"null"}],"default":null,"title":"Filename"}},"required":["before","after"],"title":"CodeChangeReviewInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.code-change-review"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Code change review result","properties":{"changed":{"type":"boolean"},"filename":{"type":["string","null"],"maxLength":260},"language":{"type":"string","minLength":1,"maxLength":40},"before":{"type":"object","required":["source","lines","functions","classes","branchPoints","estimatedCyclomaticComplexity","maximumFunctionComplexity","maintainabilitySignal","syntax"],"additionalProperties":false,"properties":{"source":{"type":"object","required":["sha256","characters","utf8Bytes"],"additionalProperties":false,"properties":{"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"characters":{"type":"integer","minimum":0,"maximum":1000000},"utf8Bytes":{"type":"integer","minimum":0,"maximum":2000000}}},"lines":{"type":"object","required":["total","code","comments","blank"],"additionalProperties":false,"properties":{"total":{"type":"integer","minimum":0},"code":{"type":"integer","minimum":0},"comments":{"type":"integer","minimum":0},"blank":{"type":"integer","minimum":0}}},"functions":{"type":"integer","minimum":0},"classes":{"type":"integer","minimum":0},"branchPoints":{"type":"integer","minimum":0},"estimatedCyclomaticComplexity":{"type":"integer","minimum":1},"maximumFunctionComplexity":{"type":"integer","minimum":1},"maintainabilitySignal":{"type":"integer","minimum":0,"maximum":100},"syntax":{"type":"object","required":["engine","valid","error"],"additionalProperties":false,"properties":{"engine":{"type":"string","enum":["python-ast","lexical-heuristics"]},"valid":{"type":["boolean","null"]},"error":{"anyOf":[{"type":"null"},{"type":"object","required":["line","offset","message"],"additionalProperties":false,"properties":{"line":{"type":["integer","null"],"minimum":1},"offset":{"type":["integer","null"],"minimum":0},"message":{"type":"string","maxLength":200}}}]}}}}},"after":{"type":"object","required":["source","lines","functions","classes","branchPoints","estimatedCyclomaticComplexity","maximumFunctionComplexity","maintainabilitySignal","syntax"],"additionalProperties":false,"properties":{"source":{"type":"object","required":["sha256","characters","utf8Bytes"],"additionalProperties":false,"properties":{"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"characters":{"type":"integer","minimum":0,"maximum":1000000},"utf8Bytes":{"type":"integer","minimum":0,"maximum":2000000}}},"lines":{"type":"object","required":["total","code","comments","blank"],"additionalProperties":false,"properties":{"total":{"type":"integer","minimum":0},"code":{"type":"integer","minimum":0},"comments":{"type":"integer","minimum":0},"blank":{"type":"integer","minimum":0}}},"functions":{"type":"integer","minimum":0},"classes":{"type":"integer","minimum":0},"branchPoints":{"type":"integer","minimum":0},"estimatedCyclomaticComplexity":{"type":"integer","minimum":1},"maximumFunctionComplexity":{"type":"integer","minimum":1},"maintainabilitySignal":{"type":"integer","minimum":0,"maximum":100},"syntax":{"type":"object","required":["engine","valid","error"],"additionalProperties":false,"properties":{"engine":{"type":"string","enum":["python-ast","lexical-heuristics"]},"valid":{"type":["boolean","null"]},"error":{"anyOf":[{"type":"null"},{"type":"object","required":["line","offset","message"],"additionalProperties":false,"properties":{"line":{"type":["integer","null"],"minimum":1},"offset":{"type":["integer","null"],"minimum":0},"message":{"type":"string","maxLength":200}}}]}}}}},"summary":{"type":"object","required":["lineDelta","codeLineDelta","functionDelta","classDelta","branchPointDelta","complexityDelta","maximumFunctionComplexityDelta","maintainabilityDelta","longLineDelta","workMarkerDelta"],"additionalProperties":false,"properties":{"lineDelta":{"type":"integer"},"codeLineDelta":{"type":"integer"},"functionDelta":{"type":"integer"},"classDelta":{"type":"integer"},"branchPointDelta":{"type":"integer"},"complexityDelta":{"type":"integer"},"maximumFunctionComplexityDelta":{"type":"integer"},"maintainabilityDelta":{"type":"integer"},"longLineDelta":{"type":"integer"},"workMarkerDelta":{"type":"integer"}}},"functionChanges":{"type":"object","required":["addedCount","removedCount","changedCount","added","removed","changed","truncated"],"additionalProperties":false,"properties":{"addedCount":{"type":"integer","minimum":0},"removedCount":{"type":"integer","minimum":0},"changedCount":{"type":"integer","minimum":0},"added":{"type":"array","maxItems":200,"items":{"type":"string","minLength":1}},"removed":{"type":"array","maxItems":200,"items":{"type":"string","minLength":1}},"changed":{"type":"array","maxItems":200,"items":{"type":"object","required":["name","sourceChanged","sourceSha256Before","sourceSha256After","complexityBefore","complexityAfter","complexityDelta","linesBefore","linesAfter","lineDelta","parametersBefore","parametersAfter","parameterDelta"],"additionalProperties":false,"properties":{"name":{"type":"string","minLength":1},"sourceChanged":{"type":"boolean"},"sourceSha256Before":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceSha256After":{"type":"string","pattern":"^[0-9a-f]{64}$"},"complexityBefore":{"type":"integer","minimum":1},"complexityAfter":{"type":"integer","minimum":1},"complexityDelta":{"type":"integer"},"linesBefore":{"type":"integer","minimum":1},"linesAfter":{"type":"integer","minimum":1},"lineDelta":{"type":"integer"},"parametersBefore":{"type":"integer","minimum":0},"parametersAfter":{"type":"integer","minimum":0},"parameterDelta":{"type":"integer"}}}},"truncated":{"type":"boolean"}}},"reviewDecision":{"type":"string","enum":["clear","review","high-attention"]},"attentionScore":{"type":"integer","minimum":0,"maximum":100},"attentionLevel":{"type":"string","enum":["clear","medium","high"]},"findings":{"type":"array","maxItems":7,"items":{"type":"object","required":["id","severity","message","evidence"],"additionalProperties":false,"properties":{"id":{"type":"string","enum":["syntax-regression","invalid-after-snapshot","complexity-growth","function-complexity-growth","maintainability-drop","new-work-markers","new-long-lines"]},"severity":{"type":"string","enum":["low","medium","high"]},"message":{"type":"string"},"evidence":{"type":"object"}}}},"execution":{"type":"object","required":["codeExecuted","networkAccessed"],"additionalProperties":false,"properties":{"codeExecuted":{"type":"boolean","const":false},"networkAccessed":{"type":"boolean","const":false}}},"analysis":{"type":"object","required":["version","method","limitations"],"additionalProperties":false,"properties":{"version":{"type":"string","const":"apiacre-code-change-review/1"},"method":{"type":"string","const":"two deterministic code-metrics snapshots plus Python function-level deltas"},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string"}}}}},"required":["changed","filename","language","before","after","summary","functionChanges","reviewDecision","attentionScore","attentionLevel","findings","execution","analysis"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/code-change-review","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.sql-change-review","description":"Statically parse caller-supplied SQL without a database connection or execution, inventory statements and tables, and flag destructive DDL, unfiltered writes, and migration atomicity concerns.","inputSchema":{"additionalProperties":false,"properties":{"sql":{"maxLength":65536,"minLength":1,"title":"Sql","type":"string"},"dialect":{"default":"postgres","enum":["postgres","mysql","sqlite","tsql","bigquery","snowflake","duckdb","spark","oracle","redshift"],"title":"Dialect","type":"string"}},"required":["sql"],"title":"SqlChangeReviewInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.sql-change-review"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured SQL change review result","properties":{"documentSha256":{"type":"string"},"dialect":{"type":"string"},"valid":{"type":"boolean"},"reviewDecision":{"type":"string"},"attentionScore":{"type":"integer"},"attentionLevel":{"type":"string"},"statementCount":{"type":"integer"},"summary":{"type":"object"},"statements":{"type":"array","items":{}},"findings":{"type":"array","items":{}},"parser":{"type":"object"},"execution":{"type":"object"},"limitations":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/sql-change-review","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.structured-diff","description":"Compare JSON or YAML deterministically and return source hashes plus machine-readable additions, removals, and replacements by path with explicit truncation evidence.","inputSchema":{"properties":{"before":{"maxLength":1000000,"title":"Before","type":"string"},"after":{"maxLength":1000000,"title":"After","type":"string"},"format":{"default":"json","enum":["json","yaml"],"title":"Format","type":"string"}},"required":["before","after"],"title":"StructuredDiffInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.structured-diff"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Structured diff result","properties":{"beforeSha256":{"type":"string"},"afterSha256":{"type":"string"},"format":{"type":"string"},"changed":{"type":"boolean"},"changeCount":{"type":"integer"},"changesReturned":{"type":"integer"},"changesTruncated":{"type":"boolean"},"changes":{"type":"array","maxItems":5000,"description":"Deterministically ordered structural changes; inspect changesTruncated before treating the list as complete.","items":{"type":"object","required":["op","path"],"properties":{"op":{"type":"string","enum":["add","remove","replace"]},"path":{"type":"string","pattern":"^\\$"},"before":{},"after":{}}}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/structured-diff","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.feed-normalize","description":"Fetch and normalize public RSS or Atom feeds into stable structured JSON entries for agents and research workflows.","inputSchema":{"properties":{"url":{"format":"uri","maxLength":2083,"minLength":1,"title":"Url","type":"string"},"limit":{"default":20,"maximum":100,"minimum":1,"title":"Limit","type":"integer"}},"required":["url"],"title":"FeedInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.feed-normalize"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Feed normalization result","properties":{"url":{"type":"string"},"title":{"type":["string","null"]},"entryCount":{"type":"integer"},"entries":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/feed-normalize","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.news-aggregate","description":"Merge two to eight public RSS or Atom feeds into a filtered, deduplicated, time-ordered news stream with bounded partial-failure reporting.","inputSchema":{"additionalProperties":false,"properties":{"feeds":{"items":{"format":"uri","maxLength":2083,"minLength":1,"type":"string"},"maxItems":8,"minItems":2,"title":"Feeds","type":"array"},"limit":{"default":50,"maximum":100,"minimum":1,"title":"Limit","type":"integer"},"per_feed_limit":{"default":25,"maximum":50,"minimum":1,"title":"Per Feed Limit","type":"integer"},"keywords":{"items":{"type":"string"},"maxItems":20,"title":"Keywords","type":"array"},"since_hours":{"anyOf":[{"maximum":720,"minimum":1,"type":"integer"},{"type":"null"}],"default":null,"title":"Since Hours"},"deduplicate_by":{"default":"url_or_title","enum":["url","title","url_or_title"],"title":"Deduplicate By","type":"string"}},"required":["feeds"],"title":"NewsAggregateInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.news-aggregate"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Multi-feed news aggregation result","properties":{"feedCount":{"type":"integer"},"successfulFeedCount":{"type":"integer"},"failedFeedCount":{"type":"integer"},"feeds":{"type":"array","items":{}},"entryCount":{"type":"integer"},"duplicatesRemoved":{"type":"integer"},"filteredOut":{"type":"integer"},"entries":{"type":"array","items":{}},"retrievedAt":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/news-aggregate","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"developer.openapi-test-generate","description":"Generate deterministic, syntax-validated pytest and requests smoke tests from a caller-supplied OpenAPI 3 document, with mutating operations disabled by default.","inputSchema":{"additionalProperties":false,"properties":{"document":{"maxLength":524288,"minLength":1,"title":"Document","type":"string"},"format":{"default":"yaml","enum":["json","yaml"],"title":"Format","type":"string"},"base_url":{"anyOf":[{"maxLength":2048,"type":"string"},{"type":"null"}],"default":null,"title":"Base Url"},"max_operations":{"default":50,"maximum":100,"minimum":1,"title":"Max Operations","type":"integer"},"include_optional":{"default":false,"title":"Include Optional","type":"boolean"},"timeout_seconds":{"default":20,"maximum":120,"minimum":1,"title":"Timeout Seconds","type":"integer"},"bearer_token_env":{"default":"API_BEARER_TOKEN","maxLength":64,"minLength":2,"title":"Bearer Token Env","type":"string"},"api_key_env":{"default":"API_KEY","maxLength":64,"minLength":2,"title":"Api Key Env","type":"string"}},"required":["document"],"title":"OpenApiTestGenerateInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"developer.openapi-test-generate"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured OpenAPI pytest generator result","properties":{"documentSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"openapiVersion":{"type":"string","pattern":"^3\\.[01]\\.","maxLength":32},"apiTitle":{"type":["string","null"],"maxLength":200},"baseUrlDefault":{"type":["string","null"],"pattern":"^https?://","maxLength":2048},"operationCount":{"type":"integer","minimum":1,"maximum":1000},"generatedTestCount":{"type":"integer","minimum":1,"maximum":100},"guardedMutationCount":{"type":"integer","minimum":0,"maximum":100},"truncated":{"type":"boolean"},"sourceFileName":{"type":"string","const":"test_openapi_generated.py"},"sourceSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"source":{"type":"string","minLength":1,"maxLength":262144},"operations":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","required":["operationId","testName","method","path","mutatingGuard","documentedResponses"],"additionalProperties":false,"properties":{"operationId":{"type":["string","null"],"maxLength":200},"testName":{"type":"string","pattern":"^test_[a-z0-9_]+$","maxLength":100},"method":{"type":"string","enum":["GET","HEAD","OPTIONS","POST","PUT","PATCH","DELETE","TRACE"]},"path":{"type":"string","maxLength":262144},"mutatingGuard":{"type":"boolean"},"documentedResponses":{"type":"array","maxItems":50000,"uniqueItems":true,"items":{"type":"string","maxLength":32}}}}},"requirements":{"type":"array","const":["pytest>=8","requests>=2.31"]},"environment":{"type":"object","required":["baseUrl","bearerToken","apiKey","allowMutatingTests"],"additionalProperties":false,"properties":{"baseUrl":{"type":"string","const":"API_BASE_URL"},"bearerToken":{"type":"string","pattern":"^[A-Z][A-Z0-9_]{1,63}$"},"apiKey":{"type":"string","pattern":"^[A-Z][A-Z0-9_]{1,63}$"},"allowMutatingTests":{"type":"string","const":"API_ALLOW_MUTATING_TESTS"}}},"warnings":{"type":"array","maxItems":50,"uniqueItems":true,"items":{"type":"string","maxLength":500}},"execution":{"type":"object","required":["sourceSyntaxValidated","generatedTestsExecuted","networkRequestsMade"],"additionalProperties":false,"properties":{"sourceSyntaxValidated":{"type":"boolean","const":true},"generatedTestsExecuted":{"type":"boolean","const":false},"networkRequestsMade":{"type":"boolean","const":false}}}},"required":["documentSha256","openapiVersion","apiTitle","baseUrlDefault","operationCount","generatedTestCount","guardedMutationCount","truncated","sourceFileName","sourceSha256","source","operations","requirements","environment","warnings","execution"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/developer/openapi-test-generate","price":"$0.1","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.us-contract-search","description":"Search public USAspending prime federal procurement awards by recipient company or organization name, UEI, or legacy DUNS, returning bounded contract values, agencies, performance dates, descriptions, official award links, and explicit interpretation limits.","inputSchema":{"properties":{"recipient_query":{"description":"Recipient organization name, UEI, or legacy DUNS to search across public USAspending prime-contract records","examples":["Palantir USG"],"maxLength":120,"minLength":2,"title":"Recipient Query","type":"string"},"start_date":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"description":"Optional inclusive award-action lower bound; defaults to five years before end_date","examples":["2024-01-01"],"title":"Start Date"},"end_date":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"description":"Optional inclusive award-action upper bound; defaults to today","examples":["2026-08-13"],"title":"End Date"},"minimum_award_amount":{"anyOf":[{"maximum":1000000000000,"minimum":0,"type":"integer"},{"type":"null"}],"default":null,"description":"Optional minimum current aggregate contract-award amount in whole USD","examples":[1000000],"title":"Minimum Award Amount"},"maximum_award_amount":{"anyOf":[{"maximum":1000000000000,"minimum":0,"type":"integer"},{"type":"null"}],"default":null,"description":"Optional maximum current aggregate contract-award amount in whole USD","title":"Maximum Award Amount"},"max_results":{"default":10,"description":"Maximum highest-award-amount prime contracts returned","maximum":25,"minimum":1,"title":"Max Results","type":"integer"}},"required":["recipient_query"],"title":"UsContractSearchInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.us-contract-search"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured U.S. federal contract search result","properties":{"query":{"type":"object","required":["recipientQuery","recipientFieldsSearched","startDate","endDate","minimumAwardAmountUsd","maximumAwardAmountUsd","awardTypeCodes","awardScope","sort","maxResults"],"additionalProperties":false,"properties":{"recipientQuery":{"type":"string","minLength":2,"maxLength":120},"recipientFieldsSearched":{"type":"array","const":["name","UEI","legacy DUNS"]},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"minimumAwardAmountUsd":{"type":["integer","null"],"minimum":0,"maximum":1000000000000},"maximumAwardAmountUsd":{"type":["integer","null"],"minimum":0,"maximum":1000000000000},"awardTypeCodes":{"type":"array","const":["A","B","C","D"]},"awardScope":{"type":"string","const":"prime contracts"},"sort":{"type":"string","const":"award amount descending"},"maxResults":{"type":"integer","minimum":1,"maximum":25}}},"resultsReceived":{"type":"integer","minimum":0,"maximum":25},"awardsReturned":{"type":"integer","minimum":0,"maximum":25},"awardsSkipped":{"type":"integer","minimum":0,"maximum":25},"hasMore":{"type":"boolean"},"awards":{"type":"array","maxItems":25,"items":{"type":"object","required":["internalId","awardId","recipientName","recipientUei","awardAmountUsd","awardType","description","startDate","endDate","lastModifiedAtSource","awardingAgency","awardingSubAgency","fundingAgency","fundingSubAgency","generatedInternalId","officialAwardUrl"],"additionalProperties":false,"properties":{"internalId":{"type":"integer","minimum":1},"awardId":{"type":"string","minLength":1,"maxLength":240},"recipientName":{"type":"string","minLength":1,"maxLength":500},"recipientUei":{"type":["string","null"],"pattern":"^[A-Z0-9]{12}$"},"awardAmountUsd":{"type":"number"},"awardType":{"type":["string","null"],"maxLength":160},"description":{"type":["string","null"],"maxLength":5000},"startDate":{"type":["string","null"],"format":"date"},"endDate":{"type":["string","null"],"format":"date"},"lastModifiedAtSource":{"type":["string","null"],"maxLength":32},"awardingAgency":{"type":["string","null"],"maxLength":300},"awardingSubAgency":{"type":["string","null"],"maxLength":300},"fundingAgency":{"type":["string","null"],"maxLength":300},"fundingSubAgency":{"type":["string","null"],"maxLength":300},"generatedInternalId":{"type":"string","minLength":1,"maxLength":500},"officialAwardUrl":{"type":"string","format":"uri","pattern":"^https://www\\.usaspending\\.gov/award/"}}}},"sourceMessages":{"type":"array","maxItems":10,"items":{"type":"string","maxLength":1000}},"source":{"type":"string","const":"https://api.usaspending.gov/api/v2/search/spending_by_award/"},"documentation":{"type":"string","format":"uri"},"retrievedAt":{"type":"string","format":"date-time"},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string","maxLength":500}},"disclaimer":{"type":"string","maxLength":500}},"required":["query","resultsReceived","awardsReturned","awardsSkipped","hasMore","awards","sourceMessages","source","documentation","retrievedAt","limitations","disclaimer"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/us-contract-search","price":"$0.02","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.federal-register-search","description":"Search newest U.S. Federal Register document metadata by topic, agency, type, and publication date, returning bounded regulatory notices, rules, proposed rules, presidential documents, and links to FederalRegister.gov and official govinfo.gov PDFs.","inputSchema":{"properties":{"query":{"anyOf":[{"maxLength":200,"minLength":2,"type":"string"},{"type":"null"}],"default":null,"description":"Optional full-text Federal Register search term","examples":["artificial intelligence"],"title":"Query"},"agency_slugs":{"description":"Optional exact FederalRegister.gov agency slugs, such as commerce-department","examples":[["commerce-department"]],"items":{"type":"string"},"maxItems":5,"title":"Agency Slugs","type":"array"},"document_types":{"description":"Optional document types: RULE, PRORULE, NOTICE, or PRESDOCU","items":{"enum":["RULE","PRORULE","NOTICE","PRESDOCU"],"type":"string"},"maxItems":4,"title":"Document Types","type":"array"},"published_from":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"description":"Optional inclusive publication-date lower bound","examples":["2026-01-01"],"title":"Published From"},"published_to":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"description":"Optional inclusive publication-date upper bound","examples":["2026-12-31"],"title":"Published To"},"max_results":{"default":10,"description":"Maximum newest-first documents returned","maximum":25,"minimum":1,"title":"Max Results","type":"integer"}},"title":"FederalRegisterSearchInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.federal-register-search"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Federal Register document search result","properties":{"query":{"type":"object"},"description":{"type":["string","null"]},"totalMatches":{"type":"integer"},"documentsReturned":{"type":"integer"},"documentsTruncated":{"type":"boolean"},"documents":{"type":"array","items":{}},"source":{"type":"string"},"documentation":{"type":"string"},"retrievedAt":{"type":"string"},"limitations":{"type":"array","items":{}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/federal-register-search","price":"$0.02","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.ofac-entity-search","description":"Compare a business or organization name with separately named Entity records and aliases in the official OFAC SDN and Consolidated Non-SDN files, returning deterministic candidate scores, program tags, source hashes, and freshness evidence without issuing an allow or block verdict.","inputSchema":{"properties":{"entity_name":{"description":"Organization or business name to compare with separately named OFAC Entity records","examples":["AEROCARIBBEAN AIRLINES"],"maxLength":200,"minLength":3,"title":"Entity Name","type":"string"},"minimum_score":{"default":85,"description":"Minimum API Acre similarity score to return; this is not OFAC's interactive-search score","maximum":100,"minimum":70,"title":"Minimum Score","type":"integer"},"max_results":{"default":5,"description":"Maximum candidate records to return after deterministic ranking","maximum":10,"minimum":1,"title":"Max Results","type":"integer"},"include_weak_aliases":{"default":false,"description":"Include aliases that OFAC labels weak and warns may create false positives","title":"Include Weak Aliases","type":"boolean"}},"required":["entity_name"],"title":"OfacEntitySearchInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.ofac-entity-search"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured OFAC entity candidate evidence result","properties":{"status":{"type":"string","enum":["candidates_found","no_candidates_above_threshold"]},"query":{"type":"object","required":["entityName","normalizedName","entityType","minimumScore","maxResults","includeWeakAliases"],"additionalProperties":false,"properties":{"entityName":{"type":"string","minLength":3,"maxLength":200},"normalizedName":{"type":"string","minLength":3,"maxLength":200},"entityType":{"type":"string","const":"Entity"},"minimumScore":{"type":"integer","minimum":70,"maximum":100},"maxResults":{"type":"integer","minimum":1,"maximum":10},"includeWeakAliases":{"type":"boolean"}}},"candidateCount":{"type":"integer","minimum":0},"candidatesReturned":{"type":"integer","minimum":0,"maximum":10},"candidatesTruncated":{"type":"boolean"},"candidates":{"type":"array","maxItems":10,"items":{"type":"object","required":["uid","primaryName","entityType","listKind","listLabel","programs","countries","match","sourceFileUrl"],"additionalProperties":false,"properties":{"uid":{"type":"string","pattern":"^[0-9]+$"},"primaryName":{"type":"string","minLength":1,"maxLength":500},"entityType":{"type":"string","const":"Entity"},"listKind":{"type":"string","enum":["sdn","consolidated-non-sdn"]},"listLabel":{"type":"string","enum":["SDN","Consolidated Non-SDN"]},"programs":{"type":"array","maxItems":100,"uniqueItems":true,"items":{"type":"string","maxLength":120}},"countries":{"type":"array","maxItems":10,"uniqueItems":true,"items":{"type":"string","maxLength":120}},"match":{"type":"object","required":["matchedName","matchedField","aliasQuality","score","method","scoreAuthority"],"additionalProperties":false,"properties":{"matchedName":{"type":"string","minLength":1,"maxLength":500},"matchedField":{"type":"string","enum":["primary","alias"]},"aliasQuality":{"type":["string","null"],"enum":["strong","weak",null]},"score":{"type":"number","minimum":0,"maximum":100},"method":{"type":"string","enum":["exact","deterministic_name_similarity"]},"scoreAuthority":{"type":"string"}}},"sourceFileUrl":{"type":"string","format":"uri"}}}},"dataset":{"type":"object","required":["snapshotFetchedAt","cacheMaxAgeSeconds","files"],"additionalProperties":false,"properties":{"snapshotFetchedAt":{"type":"string","format":"date-time"},"cacheMaxAgeSeconds":{"type":"integer","const":3600},"files":{"type":"array","minItems":2,"maxItems":2,"items":{"type":"object","required":["listKind","listLabel","filename","publishDate","recordCount","entityRecordCount","sha256","sourceUrl"],"additionalProperties":false,"properties":{"listKind":{"type":"string","enum":["sdn","consolidated-non-sdn"]},"listLabel":{"type":"string","enum":["SDN","Consolidated Non-SDN"]},"filename":{"type":"string","enum":["sdn.xml","consolidated.xml"]},"publishDate":{"type":"string","format":"date"},"recordCount":{"type":"integer","minimum":1},"entityRecordCount":{"type":"integer","minimum":1},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","format":"uri"}}}}}},"source":{"type":"string","const":"https://ofac.treasury.gov/sanctions-list-service"},"retrievedAt":{"type":"string","format":"date-time"},"limitations":{"type":"array","minItems":4,"maxItems":4,"items":{"type":"string"}},"guidance":{"type":"object","required":["automation","fiftyPercentRule"],"additionalProperties":false,"properties":{"automation":{"type":"string","const":"https://ofac.treasury.gov/faqs/287"},"fiftyPercentRule":{"type":"string","const":"https://ofac.treasury.gov/faqs/10"}}},"disclaimer":{"type":"string"}},"required":["status","query","candidateCount","candidatesReturned","candidatesTruncated","candidates","dataset","source","retrievedAt","limitations","guidance","disclaimer"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/ofac-entity-search","price":"$0.02","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.organization-evidence","description":"Retrieve a current supplier and organization evidence report from official GLEIF legal-entity, USAspending prime-contract, SEC filing-activity, and OFAC Entity records, with bounded source-specific coverage for procurement research and no identity, linkage, risk, or compliance verdict.","inputSchema":{"properties":{"legal_name":{"description":"Organization legal or trading name used independently across official GLEIF, USAspending, SEC, and OFAC organization records","examples":["Palantir Technologies Inc."],"maxLength":200,"minLength":2,"title":"Legal Name","type":"string"},"country_code":{"anyOf":[{"pattern":"^[A-Za-z]{2}$","type":"string"},{"type":"null"}],"default":null,"description":"Optional ISO 3166-1 alpha-2 filter applied only to GLEIF candidates","examples":["US"],"title":"Country Code"},"sec_identifier":{"anyOf":[{"maxLength":20,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"description":"Optional SEC ticker or CIK; when absent, the exact organization name is resolved against the SEC company directory","examples":["PLTR"],"title":"Sec Identifier"}},"required":["legal_name"],"title":"OrganizationEvidenceInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.organization-evidence"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Official supplier evidence report result","properties":{"query":{"type":"object"},"coverage":{"type":"object"},"counts":{"type":"object"},"legalEntity":{"type":"object"},"federalContracts":{"type":"object"},"secFilingActivity":{"type":"object"},"ofacEntityCandidates":{"type":"object"},"crossSourceLinkage":{"type":"string"},"warnings":{"type":"array","items":{}},"sources":{"type":"array","items":{}},"retrievedAt":{"type":"string"},"limitations":{"type":"array","items":{}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/organization-evidence","price":"$0.1","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.vin-decode","description":"Decode a full 17-character VIN into normalized NHTSA vPIC make, model, year, body, engine, transmission, plant, fuel, and occupancy fields with official source evidence and explicit missing-data semantics.","inputSchema":{"properties":{"vin":{"description":"Full 17-character vehicle identification number; letters I, O, and Q are invalid","examples":["1HGCM82633A004352"],"maxLength":17,"minLength":17,"pattern":"^[A-HJ-NPR-Z0-9]{17}$","title":"Vin","type":"string"},"model_year":{"anyOf":[{"maximum":2100,"minimum":1980,"type":"integer"},{"type":"null"}],"default":null,"description":"Optional model-year hint used by NHTSA when VIN encoding is ambiguous","title":"Model Year"}},"required":["vin"],"title":"VinDecodeInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.vin-decode"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured NHTSA vehicle VIN decoder result","properties":{"vin":{"type":"string","minLength":17,"maxLength":17,"pattern":"^[A-HJ-NPR-Z0-9]{17}$"},"modelYearHint":{"type":["integer","null"],"minimum":1980,"maximum":2100},"decode":{"type":"object","required":["status","clean","errorCodes","errorText","apiMessage"],"additionalProperties":false,"properties":{"status":{"type":"string","enum":["clean","partial","unresolved"]},"clean":{"type":"boolean"},"errorCodes":{"type":"array","maxItems":20,"uniqueItems":true,"items":{"type":"integer","minimum":0}},"errorText":{"type":["string","null"]},"apiMessage":{"type":["string","null"]}}},"decodedFieldCount":{"type":"integer","minimum":0,"maximum":28},"missingFields":{"type":"array","maxItems":28,"uniqueItems":true,"items":{"type":"string","enum":["make","model","modelYear","manufacturer","manufacturerId","vehicleType","bodyClass","series","trim","doors","driveType","fuelTypePrimary","fuelTypeSecondary","electrificationLevel","engine.cylinders","engine.displacementLiters","engine.horsepower","engine.model","engine.manufacturer","transmission.style","transmission.speeds","plant.city","plant.state","plant.country","plant.companyName","occupancy.seats","occupancy.seatRows","occupancy.grossVehicleWeightRating"]}},"vehicle":{"type":"object","required":["make","model","modelYear","manufacturer","manufacturerId","vehicleType","bodyClass","series","trim","doors","driveType","fuelTypePrimary","fuelTypeSecondary","electrificationLevel","engine","transmission","plant","occupancy"],"additionalProperties":false,"properties":{"make":{"type":["string","null"]},"model":{"type":["string","null"]},"modelYear":{"type":["integer","null"],"minimum":1900,"maximum":2100},"manufacturer":{"type":["string","null"]},"manufacturerId":{"type":["integer","null"],"minimum":0},"vehicleType":{"type":["string","null"]},"bodyClass":{"type":["string","null"]},"series":{"type":["string","null"]},"trim":{"type":["string","null"]},"doors":{"type":["number","null"],"minimum":0},"driveType":{"type":["string","null"]},"fuelTypePrimary":{"type":["string","null"]},"fuelTypeSecondary":{"type":["string","null"]},"electrificationLevel":{"type":["string","null"]},"engine":{"type":"object","required":["cylinders","displacementLiters","horsepower","model","manufacturer"],"additionalProperties":false,"properties":{"cylinders":{"type":["number","null"],"minimum":0},"displacementLiters":{"type":["number","null"],"minimum":0},"horsepower":{"type":["number","null"],"minimum":0},"model":{"type":["string","null"]},"manufacturer":{"type":["string","null"]}}},"transmission":{"type":"object","required":["style","speeds"],"additionalProperties":false,"properties":{"style":{"type":["string","null"]},"speeds":{"type":["number","null"],"minimum":0}}},"plant":{"type":"object","required":["city","state","country","companyName"],"additionalProperties":false,"properties":{"city":{"type":["string","null"]},"state":{"type":["string","null"]},"country":{"type":["string","null"]},"companyName":{"type":["string","null"]}}},"occupancy":{"type":"object","required":["seats","seatRows","grossVehicleWeightRating"],"additionalProperties":false,"properties":{"seats":{"type":["number","null"],"minimum":0},"seatRows":{"type":["number","null"],"minimum":0},"grossVehicleWeightRating":{"type":["string","null"]}}}}},"source":{"type":"object","required":["provider","dataset","endpointUrl","documentationUrl","attribution","rateControlNotice"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"National Highway Traffic Safety Administration"},"dataset":{"type":"string","const":"vPIC"},"endpointUrl":{"type":"string","format":"uri"},"documentationUrl":{"type":"string","const":"https://vpic.nhtsa.dot.gov/api/"},"attribution":{"type":"string"},"rateControlNotice":{"type":"string"}}},"retrievedAt":{"type":"string","format":"date-time"},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string"}}},"required":["vin","modelYearHint","decode","decodedFieldCount","missingFields","vehicle","source","retrievedAt","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/data/vin-decode","price":"$0.003","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.worldbank-snapshot","description":"Bundle six official World Development Indicators into one normalized country snapshot with latest and previous GDP, growth, population, inflation, unemployment, and life-expectancy observations plus source and license evidence.","inputSchema":{"properties":{"country_code":{"description":"ISO 3166-1 alpha-2 or alpha-3 country code","examples":["GBR","US"],"maxLength":3,"minLength":2,"pattern":"^[A-Za-z]{2,3}$","title":"Country Code","type":"string"},"lookback_years":{"default":10,"description":"Calendar-year window to request for every fixed indicator","maximum":20,"minimum":3,"title":"Lookback Years","type":"integer"}},"required":["country_code"],"title":"WorldBankSnapshotInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.worldbank-snapshot"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured World Bank country indicator snapshot result","properties":{"country":{"type":"object","required":["iso3Code","iso2Code","name","region","incomeLevel","lendingType","capitalCity"],"additionalProperties":false,"properties":{"iso3Code":{"type":["string","null"],"pattern":"^[A-Z]{3}$"},"iso2Code":{"type":["string","null"],"pattern":"^[A-Z]{2}$"},"name":{"type":["string","null"]},"region":{"type":["string","null"]},"incomeLevel":{"type":["string","null"]},"lendingType":{"type":["string","null"]},"capitalCity":{"type":["string","null"]}}},"window":{"type":"object","required":["startYear","endYear","lookbackYears"],"additionalProperties":false,"properties":{"startYear":{"type":"integer","minimum":1900,"maximum":2100},"endYear":{"type":"integer","minimum":1900,"maximum":2100},"lookbackYears":{"type":"integer","minimum":3,"maximum":20}}},"availableMetricCount":{"type":"integer","minimum":1,"maximum":6},"metrics":{"type":"object","minProperties":1,"maxProperties":6,"propertyNames":{"enum":["gdpCurrentUsd","gdpGrowthAnnualPct","population","inflationAnnualPct","unemploymentPct","lifeExpectancyYears"]},"additionalProperties":{"type":"object","required":["key","indicatorCode","name","unit","latest","previous","latestDelta","availableObservationCount","observations","sourceLastUpdated","sourceUrl"],"additionalProperties":false,"properties":{"key":{"type":"string","enum":["gdpCurrentUsd","gdpGrowthAnnualPct","population","inflationAnnualPct","unemploymentPct","lifeExpectancyYears"]},"indicatorCode":{"type":"string","enum":["NY.GDP.MKTP.CD","NY.GDP.MKTP.KD.ZG","SP.POP.TOTL","FP.CPI.TOTL.ZG","SL.UEM.TOTL.ZS","SP.DYN.LE00.IN"]},"name":{"type":["string","null"]},"unit":{"type":"string","enum":["current USD","percent","people","percent of total labor force","years"]},"latest":{"anyOf":[{"type":"object","required":["year","value","status"],"additionalProperties":false,"properties":{"year":{"type":"integer","minimum":1900,"maximum":2100},"value":{"type":["number","null"]},"status":{"type":["string","null"]}}},{"type":"null"}]},"previous":{"anyOf":[{"type":"object","required":["year","value","status"],"additionalProperties":false,"properties":{"year":{"type":"integer","minimum":1900,"maximum":2100},"value":{"type":["number","null"]},"status":{"type":["string","null"]}}},{"type":"null"}]},"latestDelta":{"type":["number","null"]},"availableObservationCount":{"type":"integer","minimum":0,"maximum":20},"observations":{"type":"array","maxItems":20,"items":{"type":"object","required":["year","value","status"],"additionalProperties":false,"properties":{"year":{"type":"integer","minimum":1900,"maximum":2100},"value":{"type":["number","null"]},"status":{"type":["string","null"]}}}},"sourceLastUpdated":{"type":["string","null"],"format":"date"},"sourceUrl":{"type":"string","format":"uri"}}}},"missingMetrics":{"type":"array","maxItems":6,"uniqueItems":true,"items":{"type":"string","enum":["gdpCurrentUsd","gdpGrowthAnnualPct","population","inflationAnnualPct","unemploymentPct","lifeExpectancyYears"]}},"warnings":{"type":"array","maxItems":6,"items":{"type":"string"}},"source":{"type":"object","required":["provider","dataset","apiBaseUrl","countryUrl"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"World Bank"},"dataset":{"type":"string","const":"World Development Indicators"},"apiBaseUrl":{"type":"string","const":"https://api.worldbank.org/v2"},"countryUrl":{"type":"string","format":"uri"}}},"license":{"type":"object","required":["id","url","termsUrl","attribution","notice"],"additionalProperties":false,"properties":{"id":{"type":"string","const":"CC-BY-4.0"},"url":{"type":"string","const":"https://creativecommons.org/licenses/by/4.0/"},"termsUrl":{"type":"string","const":"https://data.worldbank.org/summary-terms-of-use"},"attribution":{"type":"string","const":"World Bank, World Development Indicators."},"notice":{"type":"string"}}},"retrievedAt":{"type":"string","format":"date-time"},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string"}}},"required":["country","window","availableMetricCount","metrics","missingMetrics","warnings","source","license","retrievedAt","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/data/worldbank-snapshot","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.sec-filing-signals","description":"Look up a public company by ticker or CIK, normalize recent SEC filings, and flag deterministic events such as late filings, amendments, auditor changes, non-reliance, control changes, or bankruptcy disclosures.","inputSchema":{"properties":{"identifier":{"description":"SEC CIK or U.S.-listed ticker symbol","examples":["AAPL","0000320193"],"maxLength":20,"minLength":1,"title":"Identifier","type":"string"},"lookback_days":{"default":365,"maximum":3650,"minimum":30,"title":"Lookback Days","type":"integer"},"max_filings":{"default":50,"maximum":200,"minimum":1,"title":"Max Filings","type":"integer"},"forms":{"description":"Optional exact SEC form filters, such as 10-K, 10-Q, or 8-K","items":{"type":"string"},"maxItems":30,"title":"Forms","type":"array"}},"required":["identifier"],"title":"SecFilingSignalsInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.sec-filing-signals"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured SEC filing activity signals result","properties":{"cik":{"type":"string"},"name":{"type":"string"},"tickers":{"type":"array","items":{}},"exchanges":{"type":"array","items":{}},"sic":{"type":"string"},"sicDescription":{"type":"string"},"fiscalYearEnd":{"type":"string"},"lookbackDays":{"type":"integer"},"filingCount":{"type":"integer"},"attentionScore":{"type":"integer"},"attentionLevel":{"type":"string"},"signals":{"type":"array","items":{}},"filings":{"type":"array","items":{}},"source":{"type":"string"},"retrievedAt":{"type":"string"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/sec-filing-signals","price":"$0.05","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.sec-insider-transactions","description":"Retrieve recent SEC Form 4 officer, director, and 10% beneficial-owner trades for a ticker or CIK, including purchases, sales, awards, exercises, tax withholding, prices, holdings, 10b5-1 context, derivatives, and filing footnotes.","inputSchema":{"properties":{"identifier":{"description":"SEC CIK or U.S.-listed ticker symbol","examples":["AAPL","0000320193"],"maxLength":20,"minLength":1,"title":"Identifier","type":"string"},"lookback_days":{"default":90,"maximum":730,"minimum":1,"title":"Lookback Days","type":"integer"},"max_filings":{"default":10,"maximum":25,"minimum":1,"title":"Max Filings","type":"integer"},"include_derivatives":{"default":true,"description":"Include option, restricted-stock-unit, and other derivative transactions","title":"Include Derivatives","type":"boolean"}},"required":["identifier"],"title":"SecInsiderTransactionsInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.sec-insider-transactions"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured SEC Form 4 insider transactions result","properties":{"cik":{"type":"string"},"name":{"type":"string"},"tickers":{"type":"array","items":{}},"exchanges":{"type":"array","items":{}},"lookbackDays":{"type":"integer"},"includeDerivatives":{"type":"boolean"},"summary":{"type":"object"},"filings":{"type":"array","items":{}},"warnings":{"type":"array","items":{}},"source":{"type":"string"},"retrievedAt":{"type":"string"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/sec-insider-transactions","price":"$0.03","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.sec-financial-facts","description":"Retrieve normalized, recent issuer-reported revenue, earnings, balance-sheet, cash-flow, and diluted-EPS facts from official SEC XBRL data.","inputSchema":{"properties":{"identifier":{"description":"SEC CIK or U.S.-listed ticker symbol","examples":["AAPL","0000320193"],"maxLength":20,"minLength":1,"title":"Identifier","type":"string"},"metrics":{"description":"Normalized financial metrics to return","items":{"enum":["revenue","net_income","operating_income","total_assets","total_liabilities","stockholders_equity","cash_and_equivalents","operating_cash_flow","capital_expenditure","diluted_eps"],"type":"string"},"maxItems":10,"minItems":1,"title":"Metrics","type":"array"},"period_type":{"default":"both","enum":["annual","quarterly","both"],"title":"Period Type","type":"string"},"periods":{"default":4,"description":"Observations per metric","maximum":12,"minimum":1,"title":"Periods","type":"integer"}},"required":["identifier"],"title":"SecFinancialFactsInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.sec-financial-facts"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured SEC normalized financial facts result","properties":{"cik":{"type":"string"},"entityName":{"type":"string"},"taxonomy":{"type":"string"},"periodType":{"type":"string"},"periodsPerMetric":{"type":"integer"},"metrics":{"type":"object"},"missingMetrics":{"type":"array","items":{}},"source":{"type":"string"},"retrievedAt":{"type":"string"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/sec-financial-facts","price":"$0.02","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.sec-company-evidence","description":"Resolve an exact SEC company name, ticker, or CIK, then bundle recent filing signals, normalized issuer-reported XBRL facts, and Form 4 insider transactions into one bounded public-company evidence report with explicit section coverage and official-source provenance.","inputSchema":{"properties":{"identifier":{"description":"Exact SEC company name, SEC CIK, or U.S.-listed ticker symbol","examples":["Apple Inc.","AAPL","0000320193"],"maxLength":160,"minLength":1,"title":"Identifier","type":"string"},"filing_lookback_days":{"default":365,"maximum":3650,"minimum":30,"title":"Filing Lookback Days","type":"integer"},"max_filings":{"default":50,"maximum":100,"minimum":1,"title":"Max Filings","type":"integer"},"forms":{"description":"Optional exact SEC form filters for the filing-activity section","items":{"type":"string"},"maxItems":30,"title":"Forms","type":"array"},"financial_metrics":{"description":"Normalized issuer-reported financial metrics to include","items":{"enum":["revenue","net_income","operating_income","total_assets","total_liabilities","stockholders_equity","cash_and_equivalents","operating_cash_flow","capital_expenditure","diluted_eps"],"type":"string"},"maxItems":10,"minItems":1,"title":"Financial Metrics","type":"array"},"financial_period_type":{"default":"both","enum":["annual","quarterly","both"],"title":"Financial Period Type","type":"string"},"financial_periods":{"default":4,"maximum":12,"minimum":1,"title":"Financial Periods","type":"integer"},"insider_lookback_days":{"default":90,"maximum":730,"minimum":1,"title":"Insider Lookback Days","type":"integer"},"max_insider_filings":{"default":10,"maximum":25,"minimum":1,"title":"Max Insider Filings","type":"integer"},"include_derivatives":{"default":true,"description":"Include derivative securities in the Form 4 section","title":"Include Derivatives","type":"boolean"}},"required":["identifier"],"title":"SecCompanyEvidenceInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.sec-company-evidence"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured SEC public company evidence bundle result","properties":{"resolution":{"type":"object"},"company":{"type":"object"},"parameters":{"type":"object"},"coverage":{"type":"object"},"filingActivity":{"type":"object"},"financialFacts":{"type":"object"},"insiderTransactions":{"type":"object"},"warnings":{"type":"array","items":{}},"sources":{"type":"array","items":{}},"retrievedAt":{"type":"string"},"limitations":{"type":"array","items":{}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/sec-company-evidence","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.crossref-work-search","description":"Search open Crossref bibliographic metadata by title, author, DOI fragment, or citation and return bounded normalized publication, author, citation, license, and update metadata without abstracts or full text.","inputSchema":{"additionalProperties":false,"properties":{"query":{"description":"Title, author, DOI fragment, or bibliographic citation to search","maxLength":300,"minLength":2,"title":"Query","type":"string"},"max_results":{"default":10,"maximum":20,"minimum":1,"title":"Max Results","type":"integer"},"work_type":{"anyOf":[{"enum":["book","book-chapter","dataset","dissertation","journal-article","monograph","posted-content","proceedings-article","report","standard"],"type":"string"},{"type":"null"}],"default":null,"title":"Work Type"},"published_from":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"title":"Published From"},"published_until":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"title":"Published Until"},"sort_by":{"default":"relevance","enum":["relevance","newest","most_cited"],"title":"Sort By","type":"string"}},"required":["query"],"title":"CrossrefWorkSearchInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.crossref-work-search"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Crossref scholarly work search result","properties":{"query":{"type":"object"},"totalResults":{"type":"integer"},"resultsReturned":{"type":"integer"},"results":{"type":"array","items":{}},"source":{"type":"string"},"retrievedAt":{"type":"string"},"documentation":{"type":"string"},"metadataLicense":{"type":"object"},"limitations":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/crossref-work-search","price":"$0.008","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.crossref-doi-metadata","description":"Resolve one DOI into normalized open Crossref bibliographic, author, container, citation-count, license, identifier, and correction or retraction-link metadata without abstracts or full text.","inputSchema":{"additionalProperties":false,"properties":{"doi":{"maxLength":255,"minLength":6,"title":"Doi","type":"string"}},"required":["doi"],"title":"CrossrefDoiMetadataInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.crossref-doi-metadata"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Crossref DOI metadata enrichment result","properties":{"doi":{"type":"string"},"status":{"type":"string"},"work":{"type":"object"},"source":{"type":"string"},"retrievedAt":{"type":"string"},"documentation":{"type":"string"},"metadataLicense":{"type":"object"},"limitations":{"type":"array","items":{}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/crossref-doi-metadata","price":"$0.003","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"research.wikidata-organization-search","description":"Search CC0 Wikidata organization candidates and normalize public websites, inception dates, company identifiers, entity types, countries, industries, headquarters, parent, founder, owner, subsidiary, and product links with explicit non-verification caveats.","inputSchema":{"additionalProperties":false,"properties":{"organization_name":{"maxLength":200,"minLength":2,"title":"Organization Name","type":"string"},"language":{"default":"en","maxLength":12,"minLength":2,"title":"Language","type":"string"},"max_results":{"default":5,"maximum":10,"minimum":1,"title":"Max Results","type":"integer"}},"required":["organization_name"],"title":"WikidataOrganizationSearchInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"research.wikidata-organization-search"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Wikidata organization candidate search result","properties":{"query":{"type":"object"},"candidateCount":{"type":"integer"},"candidates":{"type":"array","items":{}},"source":{"type":"string"},"documentation":{"type":"string"},"retrievedAt":{"type":"string"},"license":{"type":"object"},"limitations":{"type":"array","items":{}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/research/wikidata-organization-search","price":"$0.015","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.ecb-fx-reference","description":"Convert an amount between two supported currencies using one validated ECB daily reference-rate observation. The underlying ECB statistics are available free from the ECB Data Portal; the fee covers bounded retrieval, validation, clearly labelled cross-rate calculation, and x402 delivery.","inputSchema":{"properties":{"base_currency":{"description":"Three-letter currency converted from, for example GBP","enum":["AUD","BRL","CAD","CHF","CNY","CZK","DKK","EUR","GBP","HKD","HUF","IDR","ILS","INR","ISK","JPY","KRW","MXN","MYR","NOK","NZD","PHP","PLN","RON","SEK","SGD","THB","TRY","USD","ZAR"],"examples":["GBP"],"maxLength":3,"minLength":3,"title":"Base Currency","type":"string"},"quote_currency":{"description":"Three-letter currency converted to, for example USD","enum":["AUD","BRL","CAD","CHF","CNY","CZK","DKK","EUR","GBP","HKD","HUF","IDR","ILS","INR","ISK","JPY","KRW","MXN","MYR","NOK","NZD","PHP","PLN","RON","SEK","SGD","THB","TRY","USD","ZAR"],"examples":["USD"],"maxLength":3,"minLength":3,"title":"Quote Currency","type":"string"},"amount":{"default":"1","description":"Positive decimal amount with at most 15 integer and 8 fractional digits","examples":["100"],"maxLength":24,"minLength":1,"pattern":"^(?:0|[1-9][0-9]{0,14})(?:\\.[0-9]{1,8})?$","title":"Amount","type":"string"},"on_or_before":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"description":"Optional date whose latest available ECB reference observation is used; omit for the latest available common business day","examples":["2026-08-18"],"title":"On Or Before"}},"required":["base_currency","quote_currency"],"title":"EcbFxReferenceInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.ecb-fx-reference"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured ECB reference FX conversion result","properties":{"baseCurrency":{"type":"string","enum":["AUD","BRL","CAD","CHF","CNY","CZK","DKK","EUR","GBP","HKD","HUF","IDR","ILS","INR","ISK","JPY","KRW","MXN","MYR","NOK","NZD","PHP","PLN","RON","SEK","SGD","THB","TRY","USD","ZAR"]},"quoteCurrency":{"type":"string","enum":["AUD","BRL","CAD","CHF","CNY","CZK","DKK","EUR","GBP","HKD","HUF","IDR","ILS","INR","ISK","JPY","KRW","MXN","MYR","NOK","NZD","PHP","PLN","RON","SEK","SGD","THB","TRY","USD","ZAR"]},"amount":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$","maxLength":24},"rate":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$","maxLength":40},"inverseRate":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$","maxLength":40},"convertedAmount":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$","maxLength":40},"referenceDate":{"type":"string","format":"date"},"requestedOnOrBefore":{"type":["string","null"],"format":"date"},"referenceLagDays":{"type":"integer","minimum":0},"basis":{"type":"object","required":["denomination","basePerEur","quotePerEur","formula","crossRateDerivedByApiAcre","rounding"],"additionalProperties":false,"properties":{"denomination":{"type":"string","const":"EUR"},"basePerEur":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$","maxLength":40},"quotePerEur":{"type":"string","pattern":"^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$","maxLength":40},"formula":{"type":"string","const":"quotePerEur / basePerEur"},"crossRateDerivedByApiAcre":{"type":"boolean"},"rounding":{"type":"string","const":"half-even; rate 12 decimal places, converted amount 8 decimal places"}}},"source":{"type":"object","required":["provider","dataset","seriesKeys","requestUrl","documentationUrl","reusePolicyUrl","disclaimerUrl","attribution","freeSourceNotice","statisticsModified","derivedValuesClearlyLabelled"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"European Central Bank"},"dataset":{"type":"string","const":"EXR daily euro foreign exchange reference rates"},"seriesKeys":{"type":"array","minItems":1,"maxItems":2,"uniqueItems":true,"items":{"type":"string","pattern":"^EXR\\.D\\.[A-Z]{3}\\.EUR\\.SP00\\.A$"}},"requestUrl":{"type":"string","format":"uri","pattern":"^https://data-api\\.ecb\\.europa\\.eu/service/data/EXR/"},"documentationUrl":{"type":"string","const":"https://data.ecb.europa.eu/help/api/data-examples"},"reusePolicyUrl":{"type":"string","const":"https://www.ecb.europa.eu/stats/ecb_statistics/governance_and_quality_framework/html/usage_policy.en.html"},"disclaimerUrl":{"type":"string","const":"https://www.ecb.europa.eu/services/using-our-site/disclaimer/html/index.en.html"},"attribution":{"type":"string","const":"Source: ECB statistics."},"freeSourceNotice":{"type":"string","minLength":100,"maxLength":500},"statisticsModified":{"type":"boolean","const":false},"derivedValuesClearlyLabelled":{"type":"boolean","const":true}}},"retrievedAt":{"type":"string","format":"date-time"},"networkRequestsMade":{"type":"integer","const":1},"warnings":{"type":"array","maxItems":2,"items":{"type":"string","minLength":1,"maxLength":500}},"limitations":{"type":"array","minItems":4,"maxItems":4,"items":{"type":"string","minLength":1,"maxLength":500}},"disclaimer":{"type":"string","const":"Reference data only, not financial advice or a guarantee of an available exchange rate. Source: ECB statistics."}},"required":["baseCurrency","quoteCurrency","amount","rate","inverseRate","convertedAmount","referenceDate","requestedOnOrBefore","referenceLagDays","basis","source","retrievedAt","networkRequestsMade","warnings","limitations","disclaimer"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/data/ecb-fx-reference","price":"$0.002","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.place-geocode","description":"Resolve one global city or locality name into bounded, population-ranked GeoNames coordinates, country and first-level-region identity, population, timezone, feature code, and source freshness without a request-time network call.","inputSchema":{"properties":{"place":{"description":"City or locality name with optional comma-separated country or first-level region qualifiers. Examples: 'London, GB' or 'Paris, Texas, US'. This is not a street-address, parcel, point-of-interest, or routing lookup.","examples":["London, GB"],"maxLength":100,"minLength":2,"title":"Place","type":"string"},"limit":{"default":5,"description":"Maximum number of population-ranked exact-name candidates to return.","maximum":10,"minimum":1,"title":"Limit","type":"integer"}},"required":["place"],"title":"PlaceGeocodeInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.place-geocode"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Global place geocode result","properties":{"version":{"type":"string","const":"apiacre-place-geocode/1"},"query":{"type":"object","required":["place","normalized","limit"],"additionalProperties":false,"properties":{"place":{"type":"string","minLength":2,"maxLength":100},"normalized":{"type":"string","minLength":1,"maxLength":100},"limit":{"type":"integer","minimum":1,"maximum":10}}},"candidateCount":{"type":"integer","minimum":1,"maximum":1000},"candidateCountCapped":{"type":"boolean"},"ambiguous":{"type":"boolean"},"resultsTruncated":{"type":"boolean"},"results":{"type":"array","minItems":1,"maxItems":10,"items":{"type":"object","required":["rank","geonameId","name","matchedNameType","country","admin1","coordinates","population","timezone","featureCode","modifiedOn"],"additionalProperties":false,"properties":{"rank":{"type":"integer","minimum":1,"maximum":10},"geonameId":{"type":"integer","minimum":1},"name":{"type":"string","minLength":1,"maxLength":200},"matchedNameType":{"type":"string","enum":["primary","ascii","alternate"]},"country":{"type":"object","required":["code","name","iso3","continentCode"],"additionalProperties":false,"properties":{"code":{"type":"string","pattern":"^[A-Z]{2}$"},"name":{"type":"string","minLength":1,"maxLength":200},"iso3":{"type":"string","pattern":"^[A-Z]{3}$"},"continentCode":{"type":"string","pattern":"^[A-Z]{2}$"}}},"admin1":{"anyOf":[{"type":"object","required":["code","name"],"additionalProperties":false,"properties":{"code":{"type":"string","minLength":1,"maxLength":20},"name":{"type":["string","null"],"maxLength":200}}},{"type":"null"}]},"coordinates":{"type":"object","required":["latitude","longitude"],"additionalProperties":false,"properties":{"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180}}},"population":{"type":"integer","minimum":0},"timezone":{"type":"string","minLength":1,"maxLength":100},"featureCode":{"type":"string","pattern":"^PPL[A-Z0-9]*$","maxLength":10},"modifiedOn":{"type":"string","format":"date"}}}},"source":{"type":"object","required":["provider","dataset","snapshotBuiltOn","placeRecords","aliasRecords","homeUrl","downloadUrl","license","licenseUrl","attribution","transformation","networkRequestsMade"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"GeoNames"},"dataset":{"type":"string","const":"GeoNames cities500"},"snapshotBuiltOn":{"type":"string","const":"2026-08-18"},"placeRecords":{"type":"integer","const":235408},"aliasRecords":{"type":"integer","const":766415},"homeUrl":{"type":"string","const":"https://www.geonames.org/"},"downloadUrl":{"type":"string","const":"https://download.geonames.org/export/dump/"},"license":{"type":"string","const":"CC BY 4.0"},"licenseUrl":{"type":"string","const":"https://creativecommons.org/licenses/by/4.0/"},"attribution":{"type":"string","const":"GeoNames (CC BY 4.0; https://www.geonames.org/)."},"transformation":{"type":"string","minLength":1,"maxLength":500},"networkRequestsMade":{"type":"integer","const":0}}},"limitations":{"type":"array","minItems":5,"maxItems":5,"items":{"type":"string","minLength":1,"maxLength":500}}},"required":["version","query","candidateCount","candidateCountCapped","ambiguous","resultsTruncated","results","source","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/place-geocode","price":"$0.002","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.reverse-geocode","description":"Resolve one latitude/longitude pair into bounded, great-circle-distance-ranked nearby GeoNames populated places with country, first-level region, population, timezone, feature code, and source freshness without a request-time network call.","inputSchema":{"properties":{"latitude":{"description":"Latitude in decimal degrees.","examples":[51.5074],"maximum":90,"minimum":-90,"title":"Latitude","type":"number"},"longitude":{"description":"Longitude in decimal degrees.","examples":[-0.1278],"maximum":180,"minimum":-180,"title":"Longitude","type":"number"},"radius_km":{"default":100,"description":"Maximum great-circle distance in kilometres to search for populated places.","maximum":500,"minimum":1,"title":"Radius Km","type":"number"},"limit":{"default":5,"description":"Maximum number of nearest populated places to return.","maximum":10,"minimum":1,"title":"Limit","type":"integer"}},"required":["latitude","longitude"],"title":"ReverseGeocodeInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.reverse-geocode"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Global reverse geocode result","properties":{"version":{"type":"string","const":"apiacre-reverse-geocode/1"},"query":{"type":"object","required":["latitude","longitude","radiusKm","limit"],"additionalProperties":false,"properties":{"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180},"radiusKm":{"type":"number","minimum":1,"maximum":500},"limit":{"type":"integer","minimum":1,"maximum":10}}},"candidateCount":{"type":"integer","minimum":0,"maximum":235408},"matched":{"type":"boolean"},"resultsTruncated":{"type":"boolean"},"results":{"type":"array","minItems":0,"maxItems":10,"items":{"type":"object","required":["rank","geonameId","name","country","admin1","coordinates","population","timezone","featureCode","modifiedOn","distanceKm"],"additionalProperties":false,"properties":{"rank":{"type":"integer","minimum":1,"maximum":10},"geonameId":{"type":"integer","minimum":1},"name":{"type":"string","minLength":1,"maxLength":200},"country":{"type":"object","required":["code","name","iso3","continentCode"],"additionalProperties":false,"properties":{"code":{"type":"string","pattern":"^[A-Z]{2}$"},"name":{"type":"string","minLength":1,"maxLength":200},"iso3":{"type":"string","pattern":"^[A-Z]{3}$"},"continentCode":{"type":"string","pattern":"^[A-Z]{2}$"}}},"admin1":{"anyOf":[{"type":"object","required":["code","name"],"additionalProperties":false,"properties":{"code":{"type":"string","minLength":1,"maxLength":20},"name":{"type":["string","null"],"maxLength":200}}},{"type":"null"}]},"coordinates":{"type":"object","required":["latitude","longitude"],"additionalProperties":false,"properties":{"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180}}},"population":{"type":"integer","minimum":0},"timezone":{"type":"string","minLength":1,"maxLength":100},"featureCode":{"type":"string","pattern":"^PPL[A-Z0-9]*$","maxLength":10},"modifiedOn":{"type":"string","format":"date"},"distanceKm":{"type":"number","minimum":0,"maximum":500}}}},"source":{"type":"object","required":["provider","dataset","snapshotBuiltOn","placeRecords","aliasRecords","homeUrl","downloadUrl","license","licenseUrl","attribution","transformation","networkRequestsMade"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"GeoNames"},"dataset":{"type":"string","const":"GeoNames cities500"},"snapshotBuiltOn":{"type":"string","const":"2026-08-18"},"placeRecords":{"type":"integer","const":235408},"aliasRecords":{"type":"integer","const":766415},"homeUrl":{"type":"string","const":"https://www.geonames.org/"},"downloadUrl":{"type":"string","const":"https://download.geonames.org/export/dump/"},"license":{"type":"string","const":"CC BY 4.0"},"licenseUrl":{"type":"string","const":"https://creativecommons.org/licenses/by/4.0/"},"attribution":{"type":"string","const":"GeoNames (CC BY 4.0; https://www.geonames.org/)."},"transformation":{"type":"string","minLength":1,"maxLength":500},"networkRequestsMade":{"type":"integer","const":0}}},"limitations":{"type":"array","minItems":5,"maxItems":5,"items":{"type":"string","minLength":1,"maxLength":500}}},"required":["version","query","candidateCount","matched","resultsTruncated","results","source","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/reverse-geocode","price":"$0.002","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.us-address-geocode","description":"Geocode one structural address in the United States, Puerto Rico, or U.S. Island Areas with normalized U.S. Census MAF/TIGER coordinates, optional bounded state/county/tract/block/congressional geography, exact source attribution, and explicit range-interpolation limits.","inputSchema":{"properties":{"address":{"description":"One-line structural address in the United States, Puerto Rico, or a U.S. Island Area. Include a building number and street name; city, state, and ZIP improve matching. The address is sent to the U.S. Census Geocoder for this lookup.","examples":["4600 Silver Hill Rd, Washington, DC 20233"],"maxLength":300,"minLength":5,"title":"Address","type":"string"},"include_geographies":{"default":true,"description":"Include bounded state, county, tract, block, and current congressional-district fields from the Census geographic lookup.","title":"Include Geographies","type":"boolean"}},"required":["address"],"title":"UsAddressGeocodeInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.us-address-geocode"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured US address geocode result","properties":{"query":{"type":"object","required":["address","includeGeographies"],"additionalProperties":false,"properties":{"address":{"type":"string","minLength":5,"maxLength":300},"includeGeographies":{"type":"boolean"}}},"matched":{"type":"boolean"},"matchCount":{"type":"integer","minimum":0},"ambiguous":{"type":"boolean"},"matchesTruncated":{"type":"boolean"},"matches":{"type":"array","minItems":0,"maxItems":5,"items":{"type":"object","required":["matchedAddress","coordinates","tigerLine","addressComponents","geographies"],"additionalProperties":false,"properties":{"matchedAddress":{"type":"string","minLength":1,"maxLength":500},"coordinates":{"type":"object","required":["longitude","latitude"],"additionalProperties":false,"properties":{"longitude":{"type":"number","minimum":-180,"maximum":180},"latitude":{"type":"number","minimum":-90,"maximum":90}}},"tigerLine":{"type":"object","required":["id","side"],"additionalProperties":false,"properties":{"id":{"type":["string","null"],"maxLength":40},"side":{"type":["string","null"],"maxLength":5}}},"addressComponents":{"type":"object","required":["fromAddress","toAddress","preQualifier","preDirection","preType","streetName","suffixType","suffixDirection","suffixQualifier","city","state","zip"],"additionalProperties":false,"properties":{"fromAddress":{"type":["string","null"],"maxLength":30},"toAddress":{"type":["string","null"],"maxLength":30},"preQualifier":{"type":["string","null"],"maxLength":50},"preDirection":{"type":["string","null"],"maxLength":20},"preType":{"type":["string","null"],"maxLength":50},"streetName":{"type":["string","null"],"maxLength":200},"suffixType":{"type":["string","null"],"maxLength":50},"suffixDirection":{"type":["string","null"],"maxLength":20},"suffixQualifier":{"type":["string","null"],"maxLength":50},"city":{"type":["string","null"],"maxLength":200},"state":{"type":["string","null"],"maxLength":20},"zip":{"type":["string","null"],"maxLength":20}}},"geographies":{"type":"object","required":["requested","available","state","county","tract","block","congressionalDistrict"],"additionalProperties":false,"properties":{"requested":{"type":"boolean"},"available":{"type":"boolean"},"state":{"anyOf":[{"type":"object","required":["kind","name","geoid","code","abbreviation","session"],"additionalProperties":false,"properties":{"kind":{"type":"string","enum":["state","county","census_tract","census_block","congressional_district"]},"name":{"type":["string","null"],"maxLength":300},"geoid":{"type":["string","null"],"maxLength":30},"code":{"type":["string","null"],"maxLength":30},"abbreviation":{"type":["string","null"],"maxLength":10},"session":{"type":["string","null"],"maxLength":10}}},{"type":"null"}]},"county":{"anyOf":[{"type":"object","required":["kind","name","geoid","code","abbreviation","session"],"additionalProperties":false,"properties":{"kind":{"type":"string","enum":["state","county","census_tract","census_block","congressional_district"]},"name":{"type":["string","null"],"maxLength":300},"geoid":{"type":["string","null"],"maxLength":30},"code":{"type":["string","null"],"maxLength":30},"abbreviation":{"type":["string","null"],"maxLength":10},"session":{"type":["string","null"],"maxLength":10}}},{"type":"null"}]},"tract":{"anyOf":[{"type":"object","required":["kind","name","geoid","code","abbreviation","session"],"additionalProperties":false,"properties":{"kind":{"type":"string","enum":["state","county","census_tract","census_block","congressional_district"]},"name":{"type":["string","null"],"maxLength":300},"geoid":{"type":["string","null"],"maxLength":30},"code":{"type":["string","null"],"maxLength":30},"abbreviation":{"type":["string","null"],"maxLength":10},"session":{"type":["string","null"],"maxLength":10}}},{"type":"null"}]},"block":{"anyOf":[{"type":"object","required":["kind","name","geoid","code","abbreviation","session"],"additionalProperties":false,"properties":{"kind":{"type":"string","enum":["state","county","census_tract","census_block","congressional_district"]},"name":{"type":["string","null"],"maxLength":300},"geoid":{"type":["string","null"],"maxLength":30},"code":{"type":["string","null"],"maxLength":30},"abbreviation":{"type":["string","null"],"maxLength":10},"session":{"type":["string","null"],"maxLength":10}}},{"type":"null"}]},"congressionalDistrict":{"anyOf":[{"type":"object","required":["kind","name","geoid","code","abbreviation","session"],"additionalProperties":false,"properties":{"kind":{"type":"string","enum":["state","county","census_tract","census_block","congressional_district"]},"name":{"type":["string","null"],"maxLength":300},"geoid":{"type":["string","null"],"maxLength":30},"code":{"type":["string","null"],"maxLength":30},"abbreviation":{"type":["string","null"],"maxLength":10},"session":{"type":["string","null"],"maxLength":10}}},{"type":"null"}]}}}}}},"benchmark":{"type":"object","required":["id","name","description","isDefault"],"additionalProperties":false,"properties":{"id":{"type":["string","null"],"maxLength":30},"name":{"type":["string","null"],"maxLength":100},"description":{"type":["string","null"],"maxLength":300},"isDefault":{"type":["boolean","null"]}}},"vintage":{"anyOf":[{"type":"object","required":["id","name","description","isDefault"],"additionalProperties":false,"properties":{"id":{"type":["string","null"],"maxLength":30},"name":{"type":["string","null"],"maxLength":100},"description":{"type":["string","null"],"maxLength":300},"isDefault":{"type":["boolean","null"]}}},{"type":"null"}]},"source":{"type":"object","required":["provider","dataset","endpointUrl","documentationUrl","termsUrl","attribution","transformation"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"U.S. Census Bureau"},"dataset":{"type":"string","const":"Census Geocoding Services using MAF/TIGER address ranges"},"endpointUrl":{"type":"string","format":"uri","enum":["https://geocoding.geo.census.gov/geocoder/locations/onelineaddress","https://geocoding.geo.census.gov/geocoder/geographies/onelineaddress"]},"documentationUrl":{"type":"string","const":"https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.html"},"termsUrl":{"type":"string","const":"https://www.census.gov/data/developers/about/terms-of-service.html"},"attribution":{"type":"string","const":"This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau."},"transformation":{"type":"string","maxLength":500}}},"retrievedAt":{"type":"string","format":"date-time"},"limitations":{"type":"array","minItems":5,"maxItems":5,"items":{"type":"string","maxLength":500}}},"required":["query","matched","matchCount","ambiguous","matchesTruncated","matches","benchmark","vintage","source","retrievedAt","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/data/us-address-geocode","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.current-weather","description":"Get one current weather snapshot for a city/locality name or exact coordinates. Returns the nearest NOAA/NWS station observation where available; otherwise returns the latest MET Norway model point, always labeled explicitly as observation or model with bounded SI fields and source provenance.","inputSchema":{"additionalProperties":false,"oneOf":[{"not":{"anyOf":[{"required":["latitude"]},{"required":["longitude"]}]},"required":["city"]},{"not":{"required":["city"]},"required":["latitude","longitude"]}],"properties":{"city":{"anyOf":[{"maxLength":100,"minLength":2,"type":"string"},{"type":"null"}],"default":null,"description":"City or locality name, optionally followed by country and first-level region qualifiers, for example London, GB or Paris, Texas, US. Provide either city or both latitude and longitude.","examples":["London, GB"],"title":"City"},"latitude":{"anyOf":[{"maximum":90,"minimum":-90,"type":"number"},{"type":"null"}],"default":null,"description":"Latitude in decimal degrees, rounded to four decimal places. Provide with longitude instead of city.","examples":[38.8977],"title":"Latitude"},"longitude":{"anyOf":[{"maximum":180,"minimum":-180,"type":"number"},{"type":"null"}],"default":null,"description":"Longitude in decimal degrees, rounded to four decimal places. Provide with latitude instead of city.","examples":[-77.0365],"title":"Longitude"}},"title":"CurrentWeatherInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.current-weather"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Current weather snapshot result","properties":{"location":{"type":"object","required":["latitude","longitude","city","state","timezone","grid","resolvedPlace"],"additionalProperties":false,"properties":{"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180},"city":{"type":["string","null"],"maxLength":200},"state":{"type":["string","null"],"maxLength":100},"timezone":{"type":["string","null"],"maxLength":100},"grid":{"type":"null"},"resolvedPlace":{"anyOf":[{"type":"object","required":["query","geonameId","name","countryCode","admin1Code","candidateCount","ambiguous","attribution","licenseUrl"],"additionalProperties":false,"properties":{"query":{"type":"string","minLength":2,"maxLength":100},"geonameId":{"type":"integer","minimum":1},"name":{"type":"string","minLength":1,"maxLength":200},"countryCode":{"type":"string","pattern":"^[A-Z]{2}$"},"admin1Code":{"type":["string","null"],"maxLength":20},"candidateCount":{"type":"integer","minimum":1,"maximum":1000},"ambiguous":{"type":"boolean"},"attribution":{"type":"string","const":"GeoNames (CC BY 4.0; https://www.geonames.org/)."},"licenseUrl":{"type":"string","const":"https://creativecommons.org/licenses/by/4.0/"}}},{"type":"null"}]}}},"current":{"type":"object","required":["dataKind","effectiveAt","condition","conditionCode","temperatureC","dewpointC","relativeHumidityPercent","windSpeedMps","windGustMps","windFromDirectionDegrees","visibilityM","airPressureHpa","cloudAreaFractionPercent","precipitationAmountMm","precipitationPeriodHours"],"additionalProperties":false,"properties":{"dataKind":{"type":"string","enum":["observation","model"]},"effectiveAt":{"type":"string","format":"date-time"},"condition":{"type":["string","null"],"maxLength":300},"conditionCode":{"type":["string","null"],"pattern":"^[a-z][a-z0-9_]{0,63}$"},"temperatureC":{"type":"number","minimum":-120,"maximum":70},"dewpointC":{"type":["number","null"],"minimum":-120,"maximum":70},"relativeHumidityPercent":{"type":["number","null"],"minimum":0,"maximum":100},"windSpeedMps":{"type":["number","null"],"minimum":0,"maximum":200},"windGustMps":{"type":["number","null"],"minimum":0,"maximum":200},"windFromDirectionDegrees":{"type":["number","null"],"minimum":0,"maximum":360},"visibilityM":{"type":["number","null"],"minimum":0,"maximum":1000000},"airPressureHpa":{"type":["number","null"],"minimum":800,"maximum":1200},"cloudAreaFractionPercent":{"type":["number","null"],"minimum":0,"maximum":100},"precipitationAmountMm":{"type":["number","null"],"minimum":0,"maximum":2000},"precipitationPeriodHours":{"type":["integer","null"],"enum":[1,6,12,null]}}},"source":{"type":"object","required":["provider","dataset","dataKind","stationId","stationName","sourceUrl","pointsUrl","documentationUrl","termsUrl","licenseUrl","modelRunUpdatedAt","fallbackReason","upstreamAccess","attribution","transformation"],"additionalProperties":false,"properties":{"provider":{"type":"string","enum":["NOAA/National Weather Service","MET Norway"]},"dataset":{"type":"string","enum":["NWS nearest-station latest observation","Locationforecast 2.0 latest model point"]},"dataKind":{"type":"string","enum":["observation","model"]},"stationId":{"type":["string","null"],"pattern":"^[A-Z0-9]{3,10}$"},"stationName":{"type":["string","null"],"maxLength":200},"sourceUrl":{"type":"string","format":"uri","pattern":"^https://(?:api\\.weather\\.gov/stations/[A-Z0-9]{3,10}/observations/latest|api\\.met\\.no/weatherapi/locationforecast/2\\.0/compact)"},"pointsUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https://api\\.weather\\.gov/points/"},{"type":"null"}]},"documentationUrl":{"type":"string","enum":["https://www.weather.gov/documentation/services-web-api","https://api.met.no/weatherapi/locationforecast/2.0/documentation"]},"termsUrl":{"type":"string","enum":["https://www.weather.gov/disclaimer","https://docs.api.met.no/doc/TermsOfService.html"]},"licenseUrl":{"type":["string","null"],"enum":["https://docs.api.met.no/doc/License.html",null]},"modelRunUpdatedAt":{"type":["string","null"],"format":"date-time"},"fallbackReason":{"type":["string","null"],"enum":["nws_not_applicable_to_resolved_place","outside_nws_coverage","nws_temporarily_unavailable","nws_observation_unavailable",null]},"upstreamAccess":{"type":"string","enum":["free open data","open data under NLOD 2.0 and CC BY 4.0"]},"attribution":{"type":"string","minLength":1,"maxLength":1000},"transformation":{"type":"string","minLength":1,"maxLength":1000}}},"retrievedAt":{"type":"string","format":"date-time"},"cacheTtlSeconds":{"type":"integer","const":900},"limitations":{"type":"array","minItems":4,"maxItems":4,"items":{"type":"string","minLength":1,"maxLength":500}}},"required":["location","current","source","retrievedAt","cacheTtlSeconds","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/data/current-weather","price":"$0.001","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.us-weather-forecast","description":"Get a global weather forecast for a city/locality name or exact coordinates. Returns normalized day/night or hourly periods worldwide: NOAA/NWS is preferred within supported U.S. coverage for optional station conditions and active alerts, while MET Norway provides an attributed open-data fallback globally.","inputSchema":{"additionalProperties":false,"oneOf":[{"not":{"anyOf":[{"required":["latitude"]},{"required":["longitude"]}]},"required":["place"]},{"not":{"required":["place"]},"required":["latitude","longitude"]}],"properties":{"place":{"anyOf":[{"maxLength":100,"minLength":2,"type":"string"},{"type":"null"}],"default":null,"description":"City or locality name, optionally followed by country and first-level region qualifiers, for example London, GB or Paris, Texas, US. Provide either place or both latitude and longitude.","examples":["London, GB"],"title":"Place"},"latitude":{"anyOf":[{"maximum":90,"minimum":-90,"type":"number"},{"type":"null"}],"default":null,"description":"Latitude in decimal degrees, rounded to four decimal places. Provide with longitude instead of place.","examples":[38.8977],"title":"Latitude"},"longitude":{"anyOf":[{"maximum":180,"minimum":-180,"type":"number"},{"type":"null"}],"default":null,"description":"Longitude in decimal degrees, rounded to four decimal places. Provide with latitude instead of place.","examples":[-77.0365],"title":"Longitude"},"forecast_type":{"default":"day_night","description":"Day/night forecast periods or hourly forecast periods","enum":["day_night","hourly"],"title":"Forecast Type","type":"string"},"units":{"default":"us","description":"US customary or SI units requested from the NWS API","enum":["us","si"],"title":"Units","type":"string"},"periods":{"default":6,"description":"Maximum periods to return; day_night supports at most 14 and hourly at most 48","maximum":48,"minimum":1,"title":"Periods","type":"integer"},"include_current_conditions":{"default":false,"description":"Include the latest observation from the nearest available NWS station; kept opt-in to preserve baseline latency","title":"Include Current Conditions","type":"boolean"},"include_active_alerts":{"default":false,"description":"Include up to 10 currently active NWS alerts whose affected area contains the requested point","title":"Include Active Alerts","type":"boolean"},"source_preference":{"default":"auto","description":"Prefer NWS within its U.S. coverage and fall back to MET Norway globally, or explicitly select one source","enum":["auto","nws","met"],"title":"Source Preference","type":"string"},"timezone":{"anyOf":[{"maxLength":100,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"description":"Optional IANA time zone used to group MET Norway day/night periods. Place-name requests use the matched GeoNames zone; coordinate requests default to UTC; NWS returns its authoritative point time zone.","examples":["Europe/London"],"title":"Timezone"}},"title":"UsWeatherForecastInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.us-weather-forecast"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Global weather forecast result","properties":{"location":{"type":"object","required":["latitude","longitude","city","state","timezone","grid","resolvedPlace"],"additionalProperties":false,"properties":{"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180},"city":{"type":["string","null"],"maxLength":200},"state":{"type":["string","null"],"maxLength":100},"timezone":{"type":["string","null"],"maxLength":100},"grid":{"type":["object","null"],"required":["office","x","y"],"additionalProperties":false,"properties":{"office":{"type":"string","pattern":"^[A-Z]{3}$"},"x":{"type":"integer"},"y":{"type":"integer"}}},"resolvedPlace":{"anyOf":[{"type":"object","required":["query","geonameId","name","countryCode","admin1Code","candidateCount","ambiguous","attribution","licenseUrl"],"additionalProperties":false,"properties":{"query":{"type":"string","minLength":2,"maxLength":100},"geonameId":{"type":"integer","minimum":1},"name":{"type":"string","minLength":1,"maxLength":200},"countryCode":{"type":"string","pattern":"^[A-Z]{2}$"},"admin1Code":{"type":["string","null"],"maxLength":20},"candidateCount":{"type":"integer","minimum":1,"maximum":1000},"ambiguous":{"type":"boolean"},"attribution":{"type":"string","const":"GeoNames (CC BY 4.0; https://www.geonames.org/)."},"licenseUrl":{"type":"string","const":"https://creativecommons.org/licenses/by/4.0/"}}},{"type":"null"}]}}},"forecastType":{"type":"string","enum":["day_night","hourly"]},"units":{"type":"string","enum":["us","si"]},"generatedAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"periodCount":{"type":"integer","minimum":1,"maximum":48},"periodsTruncated":{"type":"boolean"},"periods":{"type":"array","minItems":1,"maxItems":48,"items":{"type":"object","required":["number","name","startTime","endTime","isDaytime","temperature","temperatureUnit","temperatureTrend","probabilityOfPrecipitationPercent","relativeHumidityPercent","dewpoint","windSpeed","windDirection","shortForecast","detailedForecast"],"additionalProperties":false,"properties":{"number":{"type":["integer","null"],"minimum":1},"name":{"type":["string","null"],"maxLength":100},"startTime":{"type":["string","null"],"format":"date-time"},"endTime":{"type":["string","null"],"format":"date-time"},"isDaytime":{"type":["boolean","null"]},"temperature":{"type":["number","null"]},"temperatureUnit":{"type":["string","null"],"enum":["F","C",null]},"temperatureTrend":{"type":["string","null"],"maxLength":50},"probabilityOfPrecipitationPercent":{"type":["number","null"],"minimum":0,"maximum":100},"relativeHumidityPercent":{"type":["number","null"],"minimum":0,"maximum":100},"dewpoint":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"windSpeed":{"type":["string","null"],"maxLength":100},"windDirection":{"type":["string","null"],"maxLength":20},"shortForecast":{"type":["string","null"],"maxLength":300},"detailedForecast":{"type":["string","null"],"maxLength":2000}}}},"currentConditions":{"type":"object","required":["requested","available","stationId","stationName","observedAt","description","temperature","dewpoint","relativeHumidityPercent","heatIndex","windChill","windDirection","windSpeed","windGust","visibility","sourceUrl","warning"],"additionalProperties":false,"properties":{"requested":{"type":"boolean"},"available":{"type":"boolean"},"stationId":{"type":["string","null"],"pattern":"^[A-Z0-9]{3,10}$"},"stationName":{"type":["string","null"],"maxLength":200},"observedAt":{"type":["string","null"],"format":"date-time"},"description":{"type":["string","null"],"maxLength":300},"temperature":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"dewpoint":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"relativeHumidityPercent":{"type":["number","null"],"minimum":0,"maximum":100},"heatIndex":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"windChill":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"windDirection":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"windSpeed":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"windGust":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"visibility":{"type":["object","null"],"required":["value","unitCode"],"additionalProperties":false,"properties":{"value":{"type":["number","null"]},"unitCode":{"type":["string","null"],"maxLength":100}}},"sourceUrl":{"type":["string","null"],"format":"uri","maxLength":500},"warning":{"type":["string","null"],"maxLength":500}}},"activeAlerts":{"type":"object","required":["requested","available","updatedAt","alertCount","alertsTruncated","alerts","sourceUrl","warning"],"additionalProperties":false,"properties":{"requested":{"type":"boolean"},"available":{"type":"boolean"},"updatedAt":{"type":["string","null"],"format":"date-time"},"alertCount":{"type":"integer","minimum":0,"maximum":10},"alertsTruncated":{"type":"boolean"},"alerts":{"type":"array","maxItems":10,"items":{"type":"object","required":["id","event","headline","severity","certainty","urgency","effective","onset","expires","ends","sourceUrl"],"additionalProperties":false,"properties":{"id":{"type":["string","null"],"maxLength":300},"event":{"type":["string","null"],"maxLength":200},"headline":{"type":["string","null"],"maxLength":500},"severity":{"type":["string","null"],"maxLength":50},"certainty":{"type":["string","null"],"maxLength":50},"urgency":{"type":["string","null"],"maxLength":50},"effective":{"type":["string","null"],"format":"date-time"},"onset":{"type":["string","null"],"format":"date-time"},"expires":{"type":["string","null"],"format":"date-time"},"ends":{"type":["string","null"],"format":"date-time"},"sourceUrl":{"type":["string","null"],"format":"uri","maxLength":500}}}},"sourceUrl":{"type":["string","null"],"format":"uri","maxLength":500},"warning":{"type":["string","null"],"maxLength":500}}},"source":{"type":"object","required":["provider","dataset","pointsUrl","forecastUrl","documentationUrl","disclaimerUrl","upstreamAccess","attribution","transformation"],"additionalProperties":false,"properties":{"provider":{"type":"string","enum":["NOAA/National Weather Service","MET Norway"]},"dataset":{"type":"string","enum":["NWS API forecast with optional observations and active alerts","Locationforecast 2.0 compact point forecast"]},"pointsUrl":{"anyOf":[{"type":"string","format":"uri","pattern":"^https://api\\.weather\\.gov/points/"},{"type":"null"}]},"forecastUrl":{"type":"string","format":"uri","pattern":"^https://(?:api\\.weather\\.gov/gridpoints/|api\\.met\\.no/weatherapi/locationforecast/2\\.0/compact)"},"documentationUrl":{"type":"string","enum":["https://www.weather.gov/documentation/services-web-api","https://api.met.no/weatherapi/locationforecast/2.0/documentation"]},"disclaimerUrl":{"type":"string","enum":["https://www.weather.gov/disclaimer","https://docs.api.met.no/doc/TermsOfService.html"]},"upstreamAccess":{"type":"string","enum":["free open data","open data under NLOD 2.0 and CC BY 4.0"]},"attribution":{"type":"string"},"transformation":{"type":"string"}}},"retrievedAt":{"type":"string","format":"date-time"},"limitations":{"type":"array","minItems":4,"maxItems":4,"items":{"type":"string"}}},"required":["location","forecastType","units","generatedAt","updatedAt","periodCount","periodsTruncated","periods","currentConditions","activeAlerts","source","retrievedAt","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/data/us-weather-forecast","price":"$0.003","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"data.timezone-convert","description":"Convert an offset-aware ISO 8601 instant or a local wall time between IANA time zones with explicit DST gap and repeated-hour handling, nearby transition evidence, and a pinned local time-zone database.","inputSchema":{"properties":{"timestamp":{"description":"ISO 8601 timestamp. Include Z or an offset for an exact instant, or provide a naive local timestamp together with source_timezone.","examples":["2026-11-01T01:30:00"],"maxLength":40,"minLength":16,"title":"Timestamp","type":"string"},"target_timezone":{"description":"Target IANA time-zone name, for example Europe/London","examples":["Europe/London"],"maxLength":100,"minLength":1,"title":"Target Timezone","type":"string"},"source_timezone":{"anyOf":[{"maxLength":100,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"description":"Required for a timestamp without an offset; optional source display zone for an offset-aware timestamp","examples":["America/New_York"],"title":"Source Timezone"},"ambiguous_time":{"default":"reject","description":"How to resolve a repeated local wall time during a backward DST transition; nonexistent spring-forward times are always rejected","enum":["reject","earlier","later"],"title":"Ambiguous Time","type":"string"},"include_transitions":{"default":true,"description":"Include previous and next offset transitions within 370 days","title":"Include Transitions","type":"boolean"}},"required":["timestamp","target_timezone"],"title":"TimezoneConvertInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"data.timezone-convert"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured IANA timezone conversion result","properties":{"input":{"type":"object","required":["timestamp","offsetAware","inputOffset","sourceTimezone","targetTimezone","ambiguousTime"],"additionalProperties":false,"properties":{"timestamp":{"type":"string","minLength":16,"maxLength":40},"offsetAware":{"type":"boolean"},"inputOffset":{"type":["string","null"],"pattern":"^[+-][0-9]{2}:[0-9]{2}(?::[0-9]{2})?$"},"sourceTimezone":{"type":["string","null"],"maxLength":100},"targetTimezone":{"type":"string","minLength":1,"maxLength":100},"ambiguousTime":{"type":"string","enum":["reject","earlier","later"]}}},"interpretation":{"type":"object","required":["status","disambiguationApplied"],"additionalProperties":false,"properties":{"status":{"type":"string","enum":["offset_aware","exact_local","ambiguous_earlier","ambiguous_later"]},"disambiguationApplied":{"type":["string","null"],"enum":[null,"earlier","later"]}}},"instant":{"type":"object","required":["utc","unixSeconds","unixMilliseconds"],"additionalProperties":false,"properties":{"utc":{"type":"string","format":"date-time","maxLength":40},"unixSeconds":{"type":"integer"},"unixMilliseconds":{"type":"integer"}}},"source":{"type":"object","required":["timezone","isIana","localTime","utcOffset","utcOffsetSeconds","abbreviation","isDst","dstOffsetSeconds","fold"],"additionalProperties":false,"properties":{"timezone":{"type":"string","minLength":1,"maxLength":100},"isIana":{"type":"boolean"},"localTime":{"type":"string","format":"date-time","maxLength":40},"utcOffset":{"type":"string","pattern":"^[+-][0-9]{2}:[0-9]{2}(?::[0-9]{2})?$"},"utcOffsetSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"abbreviation":{"type":["string","null"],"maxLength":40},"isDst":{"type":"boolean"},"dstOffsetSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"fold":{"type":"integer","enum":[0,1]}}},"target":{"type":"object","required":["timezone","isIana","localTime","utcOffset","utcOffsetSeconds","abbreviation","isDst","dstOffsetSeconds","fold"],"additionalProperties":false,"properties":{"timezone":{"type":"string","minLength":1,"maxLength":100},"isIana":{"type":"boolean"},"localTime":{"type":"string","format":"date-time","maxLength":40},"utcOffset":{"type":"string","pattern":"^[+-][0-9]{2}:[0-9]{2}(?::[0-9]{2})?$"},"utcOffsetSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"abbreviation":{"type":["string","null"],"maxLength":40},"isDst":{"type":"boolean"},"dstOffsetSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"fold":{"type":"integer","enum":[0,1]}}},"offsetDifferenceSeconds":{"type":"integer","minimum":-172798,"maximum":172798},"transitions":{"anyOf":[{"type":"object","required":["source","target"],"additionalProperties":false,"properties":{"source":{"anyOf":[{"type":"object","required":["previous","next"],"additionalProperties":false,"properties":{"previous":{"anyOf":[{"type":"object","required":["atUtc","localBefore","localAfter","offsetBeforeSeconds","offsetAfterSeconds","changeSeconds"],"additionalProperties":false,"properties":{"atUtc":{"type":"string","format":"date-time","maxLength":40},"localBefore":{"type":"string","format":"date-time","maxLength":40},"localAfter":{"type":"string","format":"date-time","maxLength":40},"offsetBeforeSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"offsetAfterSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"changeSeconds":{"type":"integer","minimum":-86399,"maximum":86399}}},{"type":"null"}]},"next":{"anyOf":[{"type":"object","required":["atUtc","localBefore","localAfter","offsetBeforeSeconds","offsetAfterSeconds","changeSeconds"],"additionalProperties":false,"properties":{"atUtc":{"type":"string","format":"date-time","maxLength":40},"localBefore":{"type":"string","format":"date-time","maxLength":40},"localAfter":{"type":"string","format":"date-time","maxLength":40},"offsetBeforeSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"offsetAfterSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"changeSeconds":{"type":"integer","minimum":-86399,"maximum":86399}}},{"type":"null"}]}}},{"type":"null"}]},"target":{"type":"object","required":["previous","next"],"additionalProperties":false,"properties":{"previous":{"anyOf":[{"type":"object","required":["atUtc","localBefore","localAfter","offsetBeforeSeconds","offsetAfterSeconds","changeSeconds"],"additionalProperties":false,"properties":{"atUtc":{"type":"string","format":"date-time","maxLength":40},"localBefore":{"type":"string","format":"date-time","maxLength":40},"localAfter":{"type":"string","format":"date-time","maxLength":40},"offsetBeforeSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"offsetAfterSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"changeSeconds":{"type":"integer","minimum":-86399,"maximum":86399}}},{"type":"null"}]},"next":{"anyOf":[{"type":"object","required":["atUtc","localBefore","localAfter","offsetBeforeSeconds","offsetAfterSeconds","changeSeconds"],"additionalProperties":false,"properties":{"atUtc":{"type":"string","format":"date-time","maxLength":40},"localBefore":{"type":"string","format":"date-time","maxLength":40},"localAfter":{"type":"string","format":"date-time","maxLength":40},"offsetBeforeSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"offsetAfterSeconds":{"type":"integer","minimum":-86399,"maximum":86399},"changeSeconds":{"type":"integer","minimum":-86399,"maximum":86399}}},{"type":"null"}]}}}}},{"type":"null"}]},"database":{"type":"object","required":["provider","ianaRelease","tzdataPackageVersion","databaseUrl","databaseLicenseUrl","packageUrl","packageLicenseUrl","license","upstreamAccess"],"additionalProperties":false,"properties":{"provider":{"type":"string","const":"IANA Time Zone Database"},"ianaRelease":{"type":"string","const":"2026c"},"tzdataPackageVersion":{"type":"string","const":"2026.3"},"databaseUrl":{"type":"string","const":"https://www.iana.org/time-zones"},"databaseLicenseUrl":{"type":"string","const":"https://github.com/eggert/tz/blob/main/LICENSE"},"packageUrl":{"type":"string","const":"https://github.com/python/tzdata"},"packageLicenseUrl":{"type":"string","const":"https://github.com/python/tzdata/blob/master/LICENSE"},"license":{"type":"string","maxLength":200},"upstreamAccess":{"type":"string","const":"none; conversion uses the bundled pinned tzdata package"}}},"limitations":{"type":"array","minItems":4,"maxItems":4,"items":{"type":"string","maxLength":300}}},"required":["input","interpretation","instant","source","target","offsetDifferenceSeconds","transitions","database","limitations"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/data/timezone-convert","price":"$0.001","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.address-inspect","description":"Validate and normalize an Ethereum or EVM wallet address, distinguish valid, absent, or invalid ERC-55 checksum casing, and identify the zero address without a network request.","inputSchema":{"properties":{"address":{"maxLength":128,"minLength":2,"title":"Address","type":"string"}},"required":["address"],"title":"AddressInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.address-inspect"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured EVM address inspection result","properties":{"valid":{"type":"boolean","description":"Whether the input is syntactically a 20-byte hexadecimal EVM address."},"address":{"type":"string"},"normalizedAddress":{"type":["string","null"],"pattern":"^0x[0-9a-f]{40}$"},"checksumAddress":{"type":["string","null"],"pattern":"^0x[0-9a-fA-F]{40}$"},"checksumStatus":{"type":"string","enum":["valid","not_provided","invalid","not_applicable"]},"inputIsChecksum":{"type":"boolean"},"inputCase":{"type":"string","enum":["lowercase","uppercase","mixed","numeric","invalid"]},"isZero":{"type":["boolean","null"]},"bytes":{"type":["integer","null"],"minimum":20,"maximum":20},"warnings":{"type":"array","items":{"type":"string"}},"verification":{"type":"object","required":["standard","chainIndependent","networkRequestsMade","ownershipChecked","balanceChecked","contractCodeChecked"],"properties":{"standard":{"type":"string","const":"ERC-55"},"chainIndependent":{"type":"boolean","const":true},"networkRequestsMade":{"type":"boolean","const":false},"ownershipChecked":{"type":"boolean","const":false},"balanceChecked":{"type":"boolean","const":false},"contractCodeChecked":{"type":"boolean","const":false}}},"source":{"type":"string","format":"uri"},"reason":{"type":["string","null"]}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/crypto/address-inspect","price":"$0.002","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-account-snapshot","description":"Read point-in-time ETH, native USDC, and up to four caller-selected ERC-20 balances plus account nonce and contract-code status at one resolved Base mainnet block.","inputSchema":{"properties":{"address":{"description":"A 20-byte EVM address on Base mainnet","maxLength":42,"minLength":42,"title":"Address","type":"string"},"block_tag":{"default":"safe","description":"Base block tag resolved once and reused for the complete snapshot","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"},"token_contracts":{"description":"Optional caller-selected ERC-20 contracts whose balanceOf, decimals, and symbol methods are read at the same resolved block","items":{"type":"string"},"maxItems":4,"title":"Token Contracts","type":"array"}},"required":["address"],"title":"BaseAccountSnapshotInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-account-snapshot"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base account snapshot result","properties":{"network":{"type":"string"},"address":{"type":"string"},"block":{"type":"object"},"balances":{"type":"object"},"requestedTokenCount":{"type":"integer"},"tokens":{"type":"array","maxItems":4,"description":"Balances for only the caller-selected token contracts; this is not a discovered or complete portfolio.","items":{"type":"object","required":["contract","standard","status","symbol","decimals","balanceAtomic","balanceFormatted","warnings"],"properties":{"contract":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"standard":{"type":"string","const":"ERC-20"},"status":{"type":"string","enum":["ok","unavailable"]},"symbol":{"type":["string","null"],"maxLength":64},"decimals":{"type":["integer","null"],"minimum":0,"maximum":255},"balanceAtomic":{"type":["string","null"],"pattern":"^[0-9]+$"},"balanceFormatted":{"type":["string","null"]},"warnings":{"type":"array","items":{"type":"string"}}}}},"nonce":{"type":"integer"},"hasCode":{"type":"boolean"},"codeSizeBytes":{"type":"integer"},"explorerUrl":{"type":"string"},"source":{"type":"string"},"usdcSource":{"type":"string"},"tokenSource":{"type":"string"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-account-snapshot","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-account-status","description":"Check one Base mainnet wallet or contract for ETH and official USDC balances, transaction nonce, and contract-bytecode evidence at a single resolved block.","inputSchema":{"properties":{"address":{"description":"A 20-byte EVM address on Base mainnet","maxLength":42,"minLength":42,"title":"Address","type":"string"},"block_tag":{"default":"safe","description":"Base block tag resolved once and reused for every account read","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"}},"required":["address"],"title":"BaseAccountStatusInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-account-status"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base account status result","properties":{"network":{"type":"string","const":"eip155:8453"},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"block":{"type":"object"},"ethBalance":{"type":"object","required":["wei","formatted"],"properties":{"wei":{"type":"string","pattern":"^[0-9]+$"},"formatted":{"type":"string","pattern":"^[0-9]+(?:\\.[0-9]+)?$"}}},"usdcBalance":{"type":"object","required":["atomic","formatted","decimals","contract"],"additionalProperties":false,"properties":{"atomic":{"type":"string","pattern":"^[0-9]+$"},"formatted":{"type":"string","pattern":"^[0-9]+(?:\\.[0-9]+)?$"},"decimals":{"type":"integer","const":6},"contract":{"type":"string","const":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}}},"nonce":{"type":"integer","minimum":0},"code":{"type":"object","required":["status","sizeBytes","sha256"],"properties":{"status":{"type":"string","enum":["present","absent"]},"sizeBytes":{"type":"integer","minimum":0},"sha256":{"type":["string","null"],"pattern":"^[0-9a-f]{64}$"}}},"networkRequestsMade":{"type":"integer","const":2},"readOnly":{"type":"boolean","const":true},"transactionBroadcast":{"type":"boolean","const":false},"warnings":{"type":"array","items":{"type":"string"}},"explorerUrl":{"type":"string","format":"uri"},"source":{"type":"string","format":"uri"},"usdcSource":{"type":"string","format":"uri"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-account-status","price":"$0.003","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-usdc-transfers","description":"Retrieve newest-first incoming and outgoing Circle USDC Transfer events for one address across a validated, bounded Base mainnet block range.","inputSchema":{"properties":{"address":{"description":"The 20-byte Base mainnet address whose official USDC transfers are read","maxLength":42,"minLength":42,"title":"Address","type":"string"},"lookback_blocks":{"default":2000,"description":"Inclusive number of resolved Base blocks to scan, capped for RPC reliability","maximum":2000,"minimum":1,"title":"Lookback Blocks","type":"integer"},"direction":{"default":"any","description":"Return transfers in either direction or restrict the indexed address topic","enum":["any","incoming","outgoing"],"title":"Direction","type":"string"},"limit":{"default":50,"description":"Maximum newest-first transfers returned after validation and de-duplication","maximum":100,"minimum":1,"title":"Limit","type":"integer"},"block_tag":{"default":"safe","description":"Base block tag resolved once as the inclusive upper bound","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"}},"required":["address"],"title":"BaseUsdcTransfersInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-usdc-transfers"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base USDC transfer history result","properties":{"network":{"type":"string","const":"eip155:8453"},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"asset":{"type":"object","required":["name","symbol","contract","decimals"],"additionalProperties":false,"properties":{"name":{"type":"string","const":"USD Coin"},"symbol":{"type":"string","const":"USDC"},"contract":{"type":"string","const":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"decimals":{"type":"integer","const":6}}},"blockRange":{"type":"object","required":["requestedTag","fromBlock","toBlock","toBlockHash","toBlockTimestamp","requestedLookbackBlocks","scannedBlocks"],"additionalProperties":false,"properties":{"requestedTag":{"type":"string","enum":["latest","safe","finalized"]},"fromBlock":{"type":"integer","minimum":0},"toBlock":{"type":"integer","minimum":0},"toBlockHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"toBlockTimestamp":{"type":"string","format":"date-time"},"requestedLookbackBlocks":{"type":"integer","minimum":1,"maximum":2000},"scannedBlocks":{"type":"integer","minimum":1,"maximum":2000}}},"direction":{"type":"string","enum":["any","incoming","outgoing"]},"eventSignature":{"type":"string","const":"Transfer(address,address,uint256)"},"topic0":{"type":"string","const":"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"},"queriedLogCount":{"type":"integer","minimum":0},"detected":{"type":"integer","minimum":0},"returned":{"type":"integer","minimum":0,"maximum":100},"truncated":{"type":"boolean"},"duplicatesRemoved":{"type":"integer","minimum":0},"removedSkipped":{"type":"integer","minimum":0},"transfers":{"type":"array","maxItems":100,"items":{"type":"object","required":["blockNumber","blockHash","transactionHash","transactionIndex","logIndex","from","to","direction","amountAtomic","amountUsdc","explorerUrl"],"additionalProperties":false,"properties":{"blockNumber":{"type":"integer","minimum":0},"blockHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"transactionIndex":{"type":"integer","minimum":0},"logIndex":{"type":"integer","minimum":0},"from":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"to":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"direction":{"type":"string","enum":["incoming","outgoing","self"]},"amountAtomic":{"type":"string","pattern":"^[0-9]+$"},"amountUsdc":{"type":"string","pattern":"^[0-9]+(?:\\.[0-9]{1,6})?$"},"explorerUrl":{"type":"string","format":"uri"}}}},"networkRequestsMade":{"type":"integer","const":2},"rpcCallsMade":{"type":"integer","enum":[2,3]},"readOnly":{"type":"boolean","const":true},"transactionBroadcast":{"type":"boolean","const":false},"warnings":{"type":"array","items":{"type":"string"}},"limitations":{"type":"array","items":{"type":"string"}},"addressExplorerUrl":{"type":"string","format":"uri"},"source":{"type":"string","format":"uri"},"usdcSource":{"type":"string","format":"uri"},"tokenSource":{"type":"string","format":"uri"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-usdc-transfers","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-event-logs","description":"Query validated eth_getLogs events from one Base mainnet contract using a required event signature and optional indexed topic filters across a bounded resolved block range.","inputSchema":{"properties":{"contract":{"description":"The 20-byte Base mainnet contract whose event logs are queried","maxLength":42,"minLength":42,"title":"Contract","type":"string"},"topics":{"description":"One required event-signature topic followed by optional indexed topic values or null wildcards. Signature-only scans are limited to 100 resolved blocks; adding an indexed value permits up to 2,000.","examples":[["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"],["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",null,"0x0000000000000000000000001111111111111111111111111111111111111111"]],"items":{"anyOf":[{"type":"string"},{"type":"null"}]},"maxItems":4,"minItems":1,"title":"Topics","type":"array"},"lookback_blocks":{"default":100,"description":"Inclusive resolved Base blocks to scan; defaults to the 100-block signature-only ceiling and may be raised to 2,000 with an indexed topic value","maximum":2000,"minimum":1,"title":"Lookback Blocks","type":"integer"},"limit":{"default":50,"description":"Maximum newest-first validated logs returned","maximum":100,"minimum":1,"title":"Limit","type":"integer"},"block_tag":{"default":"safe","description":"Base block tag resolved once as the inclusive upper bound","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"}},"required":["contract","topics"],"title":"BaseEventLogsInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-event-logs"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base contract event logs result","properties":{"network":{"type":"string","const":"eip155:8453"},"filter":{"type":"object","required":["contract","topics"],"additionalProperties":false,"properties":{"contract":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"topics":{"type":"array","minItems":1,"maxItems":4,"items":{"type":["string","null"],"pattern":"^0x[0-9a-f]{64}$"}}}},"blockRange":{"type":"object","required":["requestedTag","fromBlock","toBlock","toBlockHash","toBlockTimestamp","requestedLookbackBlocks","scannedBlocks"],"additionalProperties":false,"properties":{"requestedTag":{"type":"string","enum":["latest","safe","finalized"]},"fromBlock":{"type":"integer","minimum":0},"toBlock":{"type":"integer","minimum":0},"toBlockHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"toBlockTimestamp":{"type":"string","format":"date-time"},"requestedLookbackBlocks":{"type":"integer","minimum":1,"maximum":2000},"scannedBlocks":{"type":"integer","minimum":1,"maximum":2000}}},"queriedLogCount":{"type":"integer","minimum":0},"detected":{"type":"integer","minimum":0},"returned":{"type":"integer","minimum":0,"maximum":100},"truncated":{"type":"boolean"},"duplicatesRemoved":{"type":"integer","minimum":0},"removedSkipped":{"type":"integer","minimum":0},"logs":{"type":"array","maxItems":100,"items":{"type":"object","required":["contract","topics","data","blockNumber","blockHash","transactionHash","transactionIndex","logIndex","explorerUrl"],"additionalProperties":false,"properties":{"contract":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"topics":{"type":"array","minItems":1,"maxItems":4,"items":{"type":"string","pattern":"^0x[0-9a-f]{64}$"}},"data":{"type":"object","required":["hex","bytes","returnedBytes","truncated","sha256"],"additionalProperties":false,"properties":{"hex":{"type":"string","pattern":"^0x(?:[0-9a-f]{2})*$","maxLength":8194},"bytes":{"type":"integer","minimum":0,"maximum":1048576},"returnedBytes":{"type":"integer","minimum":0,"maximum":4096},"truncated":{"type":"boolean"},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},"blockNumber":{"type":"integer","minimum":0},"blockHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"transactionIndex":{"type":"integer","minimum":0},"logIndex":{"type":"integer","minimum":0},"explorerUrl":{"type":"string","format":"uri"}}}},"networkRequestsMade":{"type":"integer","minimum":2,"maximum":51},"rpcCallsMade":{"type":"integer","minimum":2,"maximum":51},"readOnly":{"type":"boolean","const":true},"transactionBroadcast":{"type":"boolean","const":false},"warnings":{"type":"array","maxItems":4,"items":{"type":"string"}},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string"}},"contractExplorerUrl":{"type":"string","format":"uri"},"source":{"type":"string","format":"uri"},"disclaimer":{"type":"string"}},"required":["network","filter","blockRange","queriedLogCount","detected","returned","truncated","duplicatesRemoved","removedSkipped","logs","networkRequestsMade","rpcCallsMade","readOnly","transactionBroadcast","warnings","limitations","contractExplorerUrl","source","disclaimer"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-event-logs","price":"$0.003","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-gas-estimate","description":"Estimate gas for one Base mainnet transaction context at a resolved block, add a bounded caller-selected buffer, and preserve RPC rejection evidence without signing or broadcasting.","inputSchema":{"properties":{"from_address":{"description":"The 20-byte Base mainnet sender context; no private key is used","maxLength":42,"minLength":42,"title":"From Address","type":"string"},"to":{"description":"The 20-byte Base mainnet transaction destination","maxLength":42,"minLength":42,"title":"To","type":"string"},"value_wei":{"default":"0","description":"Unsigned ETH value in wei as a canonical decimal string","examples":["0"],"maxLength":78,"minLength":1,"title":"Value Wei","type":"string"},"call_data":{"default":"0x","description":"Optional even-length hexadecimal transaction calldata","examples":["0x313ce567"],"maxLength":32770,"minLength":2,"title":"Call Data","type":"string"},"block_tag":{"default":"safe","description":"Base block tag resolved once before estimation","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"},"buffer_percent":{"default":20,"description":"Bounded percentage added to the RPC estimate for a suggested gas limit","maximum":50,"minimum":0,"title":"Buffer Percent","type":"integer"}},"required":["from_address","to"],"title":"BaseGasEstimateInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-gas-estimate"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base transaction gas estimate result","properties":{"network":{"type":"string","const":"eip155:8453"},"status":{"type":"string","enum":["estimated","rejected"]},"estimationAccepted":{"type":"boolean"},"transaction":{"type":"object","required":["from","to","valueWei","dataBytes","dataSha256","selector"],"additionalProperties":false,"properties":{"from":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"to":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"valueWei":{"type":"string","pattern":"^(?:0|[1-9][0-9]{0,77})$"},"dataBytes":{"type":"integer","minimum":0,"maximum":16384},"dataSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"selector":{"type":["string","null"],"pattern":"^0x[0-9a-f]{8}$"}}},"block":{"type":"object","required":["requestedTag","number","hash","timestamp","gasLimit","baseFeePerGasWei"],"additionalProperties":false,"properties":{"requestedTag":{"type":"string","enum":["latest","safe","finalized"]},"number":{"type":"integer","minimum":0},"hash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"timestamp":{"type":"string","format":"date-time"},"gasLimit":{"type":"integer","minimum":21000},"baseFeePerGasWei":{"type":"string","pattern":"^[0-9]+$"}}},"estimate":{"type":["object","null"],"required":["gas","gasHex","bufferPercent","suggestedGasLimit","suggestedGasLimitHex","bufferCapped","baseFeeComponentWei","suggestedBaseFeeComponentWei"],"additionalProperties":false,"properties":{"gas":{"type":"integer","minimum":1},"gasHex":{"type":"string","pattern":"^0x[0-9a-f]+$"},"bufferPercent":{"type":"integer","minimum":0,"maximum":50},"suggestedGasLimit":{"type":"integer","minimum":1},"suggestedGasLimitHex":{"type":"string","pattern":"^0x[0-9a-f]+$"},"bufferCapped":{"type":"boolean"},"baseFeeComponentWei":{"type":"string","pattern":"^[0-9]+$"},"suggestedBaseFeeComponentWei":{"type":"string","pattern":"^[0-9]+$"}}},"rpcError":{"type":["object","null"],"required":["code","message","dataPreview","dataTruncated"],"additionalProperties":false,"properties":{"code":{"type":"integer"},"message":{"type":"string","maxLength":300},"dataPreview":{"type":["string","null"],"maxLength":4096},"dataTruncated":{"type":"boolean"}}},"networkRequestsMade":{"type":"integer","const":2},"rpcCallsMade":{"type":"integer","const":2},"readOnly":{"type":"boolean","const":true},"transactionBroadcast":{"type":"boolean","const":false},"warnings":{"type":"array","maxItems":3,"items":{"type":"string"}},"limitations":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"string"}},"source":{"type":"string","format":"uri"},"disclaimer":{"type":"string"}},"required":["network","status","estimationAccepted","transaction","block","estimate","rpcError","networkRequestsMade","rpcCallsMade","readOnly","transactionBroadcast","warnings","limitations","source","disclaimer"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-gas-estimate","price":"$0.004","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-network-status","description":"Read the latest Base mainnet block and a bounded EIP-1559 fee history in one RPC batch, including gas utilization and priority-fee percentile samples.","inputSchema":{"properties":{"fee_history_blocks":{"default":5,"description":"Number of recent Base blocks included in the EIP-1559 fee history","maximum":20,"minimum":1,"title":"Fee History Blocks","type":"integer"},"reward_percentiles":{"description":"Strictly increasing gas-tip percentiles requested from eth_feeHistory","items":{"type":"number"},"maxItems":5,"minItems":1,"title":"Reward Percentiles","type":"array"}},"title":"BaseNetworkStatusInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-network-status"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base network and fee status result","properties":{"network":{"type":"object"},"observedAt":{"type":"string"},"latestBlock":{"type":"object"},"fees":{"type":"object"},"networkRequestsMade":{"type":"integer"},"readOnly":{"type":"boolean"},"transactionBroadcast":{"type":"boolean"},"warnings":{"type":"array","items":{}},"source":{"type":"string"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-network-status","price":"$0.001","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-block-inspect","description":"Get and inspect one historical Base mainnet block by exact number or a latest, safe, or finalized tag, returning its header timestamp, transaction count, gas use, base and blob fees, state and receipt roots, confirmations, and head-distance evidence.","inputSchema":{"properties":{"block_number":{"anyOf":[{"maximum":9007199254740991,"minimum":0,"type":"integer"},{"type":"null"}],"default":null,"description":"Optional Base block number as a JSON-safe integer. When provided it takes precedence over block_tag.","examples":[34600000],"title":"Block Number"},"block_tag":{"default":"safe","description":"Base block tag used only when block_number is omitted","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"}},"title":"BaseBlockInspectInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-block-inspect"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base block inspection result","properties":{"request":{"type":"object","required":["mode","blockNumber","blockTag","rpcSelector","fullTransactions"],"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["number","tag"]},"blockNumber":{"type":["integer","null"],"minimum":0,"maximum":9007199254740991},"blockTag":{"type":["string","null"],"enum":["latest","safe","finalized",null]},"rpcSelector":{"type":"string","pattern":"^(?:0x[0-9a-f]+|latest|safe|finalized)$"},"fullTransactions":{"type":"boolean","const":false}}},"network":{"type":"object","required":["name","caip2","chainId"],"additionalProperties":false,"properties":{"name":{"type":"string","const":"Base Mainnet"},"caip2":{"type":"string","const":"eip155:8453"},"chainId":{"type":"integer","const":8453}}},"observedAt":{"type":"string","format":"date-time"},"head":{"type":"object","required":["latestNumber","blockAtOrBeforeHead","confirmations"],"additionalProperties":false,"properties":{"latestNumber":{"type":"integer","minimum":0},"blockAtOrBeforeHead":{"type":["boolean","null"]},"confirmations":{"type":["integer","null"],"minimum":1}}},"found":{"type":"boolean"},"block":{"anyOf":[{"type":"object","required":["number","hash","parentHash","timestamp","ageSeconds","transactionCount","sizeBytes","gasLimit","gasUsed","gasUtilization","baseFeePerGasWei","blobGasUsed","excessBlobGas","miner","roots","explorerUrl"],"additionalProperties":false,"properties":{"number":{"type":"integer","minimum":0},"hash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"parentHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"timestamp":{"type":"string","format":"date-time"},"ageSeconds":{"type":"integer","minimum":0},"transactionCount":{"type":"integer","minimum":0},"sizeBytes":{"type":"integer","minimum":0},"gasLimit":{"type":"integer","minimum":1},"gasUsed":{"type":"integer","minimum":0},"gasUtilization":{"type":"number","minimum":0,"maximum":1},"baseFeePerGasWei":{"type":"string","pattern":"^[0-9]+$"},"blobGasUsed":{"type":["integer","null"],"minimum":0},"excessBlobGas":{"type":["integer","null"],"minimum":0},"miner":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"roots":{"type":"object","required":["transactions","state","receipts"],"additionalProperties":false,"properties":{"transactions":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"state":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"receipts":{"type":"string","pattern":"^0x[0-9a-f]{64}$"}}},"explorerUrl":{"type":"string","format":"uri","pattern":"^https://basescan\\.org/block/[0-9]+$"}}},{"type":"null"}]},"networkRequestsMade":{"type":"integer","const":1},"rpcCallsMade":{"type":"integer","const":3},"readOnly":{"type":"boolean","const":true},"transactionBroadcast":{"type":"boolean","const":false},"warnings":{"type":"array","maxItems":2,"items":{"type":"string","maxLength":500}},"source":{"type":"string","const":"https://docs.base.org/base-chain/api-reference/ethereum-json-rpc-api/eth_getBlockByNumber"},"disclaimer":{"type":"string","maxLength":500}},"required":["request","network","observedAt","head","found","block","networkRequestsMade","rpcCallsMade","readOnly","transactionBroadcast","warnings","source","disclaimer"],"additionalProperties":false},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-block-inspect","price":"$0.001","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-contract-inspect","description":"Inspect Base mainnet contract bytecode, common token metadata, and ERC-165, ERC-721, and ERC-1155 interface signals at one resolved block.","inputSchema":{"properties":{"contract":{"description":"The 20-byte Base mainnet contract address to inspect","maxLength":42,"minLength":42,"title":"Contract","type":"string"},"block_tag":{"default":"safe","description":"Base block tag resolved once and reused for every inspection read","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"}},"required":["contract"],"title":"BaseContractInspectInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-contract-inspect"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base contract inspection result","properties":{"network":{"type":"string","const":"eip155:8453"},"contract":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"found":{"type":"boolean"},"block":{"type":"object","required":["requestedTag","number","hash","timestamp"],"properties":{"requestedTag":{"type":"string","enum":["latest","safe","finalized"]},"number":{"type":"integer","minimum":0},"hash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"timestamp":{"type":"string","format":"date-time"}}},"code":{"type":"object","required":["sizeBytes","sha256"],"properties":{"sizeBytes":{"type":"integer","minimum":0},"sha256":{"type":["string","null"],"pattern":"^[0-9a-f]{64}$"}}},"tokenMetadata":{"type":"object","required":["status","name","symbol","decimals","totalSupplyAtomic","totalSupplyFormatted"],"properties":{"status":{"type":"string","enum":["complete","partial","unavailable"]},"name":{"type":["string","null"],"maxLength":64},"symbol":{"type":["string","null"],"maxLength":64},"decimals":{"type":["integer","null"],"minimum":0,"maximum":255},"totalSupplyAtomic":{"type":["string","null"],"pattern":"^[0-9]+$"},"totalSupplyFormatted":{"type":["string","null"]}}},"interfaces":{"type":"array","minItems":3,"maxItems":3,"items":{"type":"object","required":["standard","interfaceId","supported"],"properties":{"standard":{"type":"string","enum":["ERC-165","ERC-721","ERC-1155"]},"interfaceId":{"type":"string","pattern":"^0x[0-9a-f]{8}$"},"supported":{"type":["boolean","null"]}}}},"networkRequestsMade":{"type":"integer","const":2},"readOnly":{"type":"boolean","const":true},"transactionBroadcast":{"type":"boolean","const":false},"warnings":{"type":"array","items":{"type":"string"}},"explorerUrl":{"type":"string","format":"uri"},"source":{"type":"string","format":"uri"},"standardSources":{"type":"object","required":["ERC-20","ERC-165","ERC-721","ERC-1155"],"properties":{"ERC-20":{"type":"string","format":"uri"},"ERC-165":{"type":"string","format":"uri"},"ERC-721":{"type":"string","format":"uri"},"ERC-1155":{"type":"string","format":"uri"}}},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-contract-inspect","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-contract-read","description":"Execute one bounded read-only eth_call against a resolved Base mainnet block, retain call and block evidence, and optionally decode caller-specified ABI output types.","inputSchema":{"properties":{"contract":{"description":"The 20-byte Base mainnet contract address to read","maxLength":42,"minLength":42,"title":"Contract","type":"string"},"call_data":{"description":"ABI-encoded eth_call data, including the function selector","examples":["0x313ce567"],"maxLength":16386,"minLength":2,"title":"Call Data","type":"string"},"block_tag":{"default":"safe","description":"Base block tag resolved once before executing the read","enum":["latest","safe","finalized"],"title":"Block Tag","type":"string"},"from_address":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional msg.sender context; no private key or transaction is used","title":"From Address"},"gas_limit":{"default":2000000,"description":"Bounded execution allowance for the read-only call","maximum":5000000,"minimum":21000,"title":"Gas Limit","type":"integer"},"output_types":{"description":"Optional primitive ABI output types used to decode a successful result; arrays and tuples are intentionally excluded","examples":[["uint8"]],"items":{"type":"string"},"maxItems":16,"title":"Output Types","type":"array"}},"required":["contract","call_data"],"title":"BaseContractReadInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-contract-read"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base contract read result","properties":{"network":{"type":"string"},"success":{"type":"boolean"},"readOnly":{"type":"boolean"},"transactionBroadcast":{"type":"boolean"},"call":{"type":"object","required":["contract","from","selector","dataBytes","gasLimit","valueWei"],"properties":{"contract":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"from":{"type":["string","null"]},"selector":{"type":["string","null"],"pattern":"^0x[0-9a-f]{8}$"},"dataBytes":{"type":"integer","minimum":0,"maximum":8192},"gasLimit":{"type":"integer","minimum":21000,"maximum":5000000},"valueWei":{"type":"string","const":"0"}}},"block":{"type":"object"},"result":{"type":["object","null"],"properties":{"hex":{"type":"string","pattern":"^0x(?:[0-9a-f]{2})*$"},"bytes":{"type":"integer","minimum":0},"returnedBytes":{"type":"integer","minimum":0,"maximum":65536},"truncated":{"type":"boolean"},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"}}},"outputTypes":{"type":"array","maxItems":16,"items":{"type":"string","maxLength":128}},"decodeStatus":{"type":"string","enum":["decoded","failed","not_attempted","not_requested","skipped_truncated"]},"decodedValues":{"type":["array","null"],"items":{}},"rpcError":{"type":["object","null"],"properties":{"code":{"type":"integer"},"message":{"type":"string","maxLength":300},"dataPreview":{"type":["string","null"],"maxLength":4096},"dataTruncated":{"type":"boolean"}}},"warnings":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-contract-read","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.base-transaction-inspect","description":"Inspect Base transaction status and receipt evidence in one call, including success, revert, or pending state, confirmations, actual gas fee, recognized calldata, bounded ERC-20-shaped transfers, and official Base USDC recognition for payment confirmation.","inputSchema":{"properties":{"transaction_hash":{"description":"A 32-byte Base mainnet transaction hash","examples":["0x1212121212121212121212121212121212121212121212121212121212121212"],"title":"Transaction Hash","type":"string"}},"required":["transaction_hash"],"title":"BaseTransactionInspectInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.base-transaction-inspect"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Base transaction inspection result","properties":{"network":{"type":"string","const":"eip155:8453"},"transactionHash":{"type":"string","pattern":"^0x[0-9a-f]{64}$"},"found":{"type":"boolean"},"mined":{"type":"boolean"},"outcome":{"type":"string","enum":["success","reverted","pending","not_found"]},"observedAtBlock":{"type":"integer","minimum":0},"block":{"type":["object","null"]},"transaction":{"type":["object","null"]},"receipt":{"type":["object","null"],"properties":{"status":{"type":"integer","enum":[0,1]},"outcome":{"type":"string","enum":["success","reverted"]},"gasUsed":{"type":"integer","minimum":0},"effectiveGasPriceWei":{"type":"string","pattern":"^[0-9]+$"},"cumulativeGasUsed":{"type":"integer","minimum":0},"actualFee":{"type":"object"},"contractAddress":{"type":["string","null"],"pattern":"^0x[0-9a-fA-F]{40}$"},"logsCount":{"type":"integer","minimum":0},"tokenTransfers":{"type":"object","required":["eventSignature","topic0","detected","returned","truncated","officialBaseUsdcDetected","events","method","source","limitations"],"properties":{"eventSignature":{"type":"string","const":"Transfer(address,address,uint256)"},"topic0":{"type":"string","const":"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"},"detected":{"type":"integer","minimum":0},"returned":{"type":"integer","minimum":0,"maximum":100},"truncated":{"type":"boolean"},"officialBaseUsdcDetected":{"type":"integer","minimum":0},"events":{"type":"array","maxItems":100,"items":{"type":"object","required":["logIndex","contract","from","to","valueAtomic","officialBaseUsdc","valueFormatted"],"properties":{"logIndex":{"type":"integer","minimum":0},"contract":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"from":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"to":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"valueAtomic":{"type":"string","pattern":"^[0-9]+$"},"officialBaseUsdc":{"type":"boolean"},"valueFormatted":{"type":["string","null"]}}}},"method":{"type":"string"},"source":{"type":"string","format":"uri"},"limitations":{"type":"array","items":{"type":"string"}}}}}},"explorerUrl":{"type":"string","format":"uri"},"source":{"type":"string","format":"uri"},"disclaimer":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"_meta":{"x402":{"endpoint":"/v1/crypto/base-transaction-inspect","price":"$0.005","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.calldata-decode","description":"Resolve 29 common ERC-20, ERC-165, ERC-721, ERC-1155, ERC-2612, and ERC-3009 selectors without a network lookup, or strictly decode arbitrary Ethereum or EVM calldata using a supplied Solidity signature.","inputSchema":{"properties":{"function_signature":{"anyOf":[{"maxLength":500,"minLength":3,"type":"string"},{"type":"null"}],"default":null,"description":"Optional Solidity function signature, including argument types but no parameter names. When omitted, calldata must include a selector from the bounded built-in ERC-20, ERC-165, ERC-721, ERC-1155, ERC-2612, or ERC-3009 set.","examples":["transfer(address,uint256)"],"title":"Function Signature"},"calldata":{"description":"ABI argument bytes, optionally prefixed by the four-byte function selector","maxLength":200000,"minLength":2,"title":"Calldata","type":"string"},"input_mode":{"default":"auto","description":"Whether calldata includes a selector. Auto consumes a matching supplied-signature selector, or resolves a built-in standard selector when function_signature is omitted.","enum":["auto","selector_and_arguments","arguments_only"],"title":"Input Mode","type":"string"}},"required":["calldata"],"title":"CalldataInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.calldata-decode"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured Calldata decoder result","properties":{"function":{"type":"string"},"signature":{"type":"string"},"canonicalSignature":{"type":"string","pattern":"^[A-Za-z_][A-Za-z0-9_]*\\(.*\\)$"},"signatureSource":{"type":"string","enum":["caller_supplied","built_in_standard"]},"selector":{"type":"string","pattern":"^0x[0-9a-f]{8}$"},"selectorPresent":{"type":"boolean"},"inputMode":{"type":"string","enum":["selector_and_arguments","arguments_only"]},"types":{"type":"array","maxItems":64,"items":{"type":"string"}},"values":{"type":"array","maxItems":64,"items":{}},"arguments":{"type":"array","maxItems":64,"items":{"type":"object","required":["index","type","value"],"properties":{"index":{"type":"integer","minimum":0,"maximum":63},"type":{"type":"string"},"value":{}}}},"resolution":{"type":"object","required":["method","signatureProvided","candidateCount","candidates","matchedStandards","standardReferences","builtInSignatureCount","registryComplete","networkRequestsMade","version"],"properties":{"method":{"type":"string","enum":["caller_supplied","built_in_standard"]},"signatureProvided":{"type":"boolean"},"candidateCount":{"type":"integer","minimum":1},"candidates":{"type":"array","items":{"type":"string"}},"matchedStandards":{"type":"array","items":{"type":"string"}},"standardReferences":{"type":"array","items":{"type":"object","required":["standard","url"],"properties":{"standard":{"type":"string"},"url":{"type":"string","format":"uri"}}}},"builtInSignatureCount":{"type":"integer","const":29},"registryComplete":{"type":"boolean","const":false},"networkRequestsMade":{"type":"boolean","const":false},"version":{"type":"string","const":"apiacre-standard-selectors/1"}}},"warnings":{"type":"array","items":{"type":"string"}},"encoding":{"type":"object","required":["calldataBytes","argumentBytes","calldataSha256","argumentsSha256","canonical"],"properties":{"calldataBytes":{"type":"integer","minimum":0,"maximum":100000},"argumentBytes":{"type":"integer","minimum":0,"maximum":100000},"calldataSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"argumentsSha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"canonical":{"type":"boolean","const":true}}}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/crypto/calldata-decode","price":"$0.001","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}},{"name":"crypto.typed-data-hash","description":"Validate EIP-712 typed structured data and derive its domain separator, message hash, and signing digest.","inputSchema":{"properties":{"typed_data":{"additionalProperties":true,"title":"Typed Data","type":"object"}},"required":["typed_data"],"title":"TypedDataInput","type":"object"},"outputSchema":{"type":"object","required":["request_id","service","version","data","meta"],"properties":{"request_id":{"type":"string","description":"Unique request identifier"},"service":{"type":"string","const":"crypto.typed-data-hash"},"version":{"type":"string","const":"1"},"data":{"type":"object","description":"Structured EIP-712 hash result","properties":{"valid":{"type":"boolean"},"domainSeparator":{"type":"string"},"messageHash":{"type":"string"},"signingHash":{"type":"string"},"primaryType":{"type":"string"}}},"meta":{"type":"object","required":["duration_ms","cached","sources","warnings","next_actions"],"properties":{"duration_ms":{"type":"integer","minimum":0},"cached":{"type":"boolean"},"sources":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","description":"Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.","items":{"type":"object","required":["service","title","reason","method","path","price","input_template","use_output","handoff_path","checkout_path","sample_path","maximum_atomic_usdc","handoff_payment_required","executes_automatically","authorization_required"],"properties":{"service":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string"},"method":{"type":"string","const":"POST"},"path":{"type":"string","pattern":"^/v1/"},"price":{"type":"string","pattern":"^\\$[0-9]+"},"input_template":{"type":"object","description":"Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up."},"use_output":{"type":"string"},"handoff_path":{"type":"string","pattern":"^/catalog/","description":"Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up."},"checkout_path":{"type":"string","pattern":"^/try/"},"sample_path":{"type":["string","null"],"pattern":"^/samples/"},"maximum_atomic_usdc":{"type":"string","pattern":"^[1-9][0-9]*$"},"handoff_payment_required":{"type":"boolean","const":false},"executes_automatically":{"type":"boolean","const":false},"authorization_required":{"type":"boolean","const":true}}}}}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"endpoint":"/v1/crypto/typed-data-hash","price":"$0.01","network":"eip155:8453","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]}}}]}