{"service":"Paid Research Verification Agent Network","version":"1.1.0-mainnet","status":"online","baseUrl":"https://red-breeze-8b8c.keenanbooker83.workers.dev","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"},"discovery":{"docs":"https://red-breeze-8b8c.keenanbooker83.workers.dev/docs","catalog":"https://red-breeze-8b8c.keenanbooker83.workers.dev/catalog","search":"https://red-breeze-8b8c.keenanbooker83.workers.dev/catalog/search?q=citation","openapi":"https://red-breeze-8b8c.keenanbooker83.workers.dev/openapi.json","manifest":"https://red-breeze-8b8c.keenanbooker83.workers.dev/.well-known/agent.json","health":"https://red-breeze-8b8c.keenanbooker83.workers.dev/health"},"count":10,"agents":[{"number":1,"id":"citation-verification","name":"Citation Verification Agent","route":"/verify-citation","method":"POST","priceUsd":"0.01","amountBaseUnits":"10000","description":"Tests whether a cited public source supports an exact factual claim.","keywords":["citation","verification","claim","source","evidence"],"requiredInput":["claim","sourceUrl"],"optionalInput":[],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"claim":{"type":"string","minLength":1,"maxLength":4000,"description":"Exact factual claim to test."},"sourceUrl":{"type":"string","minLength":1,"maxLength":2048,"description":"Public URL of the source that allegedly supports the claim."}},"required":["claim","sourceUrl"]},"exampleInput":{"claim":"The United States declared war on Japan on December 8, 1941.","sourceUrl":"https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan"},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/verify-citation","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.01","amountBaseUnits":"10000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":2,"id":"evidence-extraction","name":"Evidence Extraction Agent","route":"/extract-evidence","method":"POST","priceUsd":"0.02","amountBaseUnits":"20000","description":"Extracts quotations, dates, people, organizations, numbers, and factual evidence from a public source.","keywords":["evidence","quotation","extraction","dates","entities"],"requiredInput":["sourceUrl"],"optionalInput":["focus"],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"sourceUrl":{"type":"string","minLength":1,"maxLength":2048,"description":"Public URL from which evidence should be extracted."},"focus":{"type":"string","minLength":1,"maxLength":2000,"description":"Optional subject or evidence type to prioritize."}},"required":["sourceUrl"]},"exampleInput":{"sourceUrl":"https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","focus":"Extract direct quotations, dates, people, organizations, and numerical evidence."},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/extract-evidence","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.02","amountBaseUnits":"20000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":3,"id":"claim-comparison","name":"Claim Comparison Agent","route":"/compare-claims","method":"POST","priceUsd":"0.03","amountBaseUnits":"30000","description":"Compares two factual claims and their sources for agreement, contradiction, and missing context.","keywords":["claims","comparison","contradiction","agreement","context"],"requiredInput":["claimA","sourceUrlA","claimB","sourceUrlB"],"optionalInput":[],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"claimA":{"type":"string","minLength":1,"maxLength":4000,"description":"First factual claim."},"sourceUrlA":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL for the first claim."},"claimB":{"type":"string","minLength":1,"maxLength":4000,"description":"Second factual claim."},"sourceUrlB":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL for the second claim."}},"required":["claimA","sourceUrlA","claimB","sourceUrlB"]},"exampleInput":{"claimA":"Japan attacked Pearl Harbor on December 7, 1941.","sourceUrlA":"https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","claimB":"Congress approved a declaration of war against Japan on December 8, 1941.","sourceUrlB":"https://www.senate.gov/about/images/documents/sjres116-wwii-japan.htm"},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/compare-claims","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.03","amountBaseUnits":"30000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":4,"id":"source-credibility","name":"Source Credibility Agent","route":"/score-source","method":"POST","priceUsd":"0.03","amountBaseUnits":"30000","description":"Evaluates observable source credibility, transparency, evidence quality, bias signals, and limitations.","keywords":["credibility","source","scoring","bias","quality"],"requiredInput":["sourceUrl"],"optionalInput":["context"],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"sourceUrl":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL to evaluate."},"context":{"type":"string","minLength":1,"maxLength":2000,"description":"Optional intended use or factual context."}},"required":["sourceUrl"]},"exampleInput":{"sourceUrl":"https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","context":"Evaluate whether this source is suitable for a high-stakes historical factual claim."},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/score-source","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.03","amountBaseUnits":"30000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":5,"id":"research-brief","name":"Research Brief Agent","route":"/research-brief","method":"POST","priceUsd":"0.10","amountBaseUnits":"100000","description":"Builds a structured research brief from one to three supplied public sources.","keywords":["research","brief","summary","findings","sources"],"requiredInput":["topic","sourceUrls"],"optionalInput":["question"],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"topic":{"type":"string","minLength":1,"maxLength":2000,"description":"Research topic or subject."},"sourceUrls":{"type":"array","minItems":1,"maxItems":3,"items":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL."},"description":"One to three public source URLs."},"question":{"type":"string","minLength":1,"maxLength":3000,"description":"Optional research question."}},"required":["topic","sourceUrls"]},"exampleInput":{"topic":"The Pearl Harbor attack and the United States declaration of war against Japan","sourceUrls":["https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","https://www.senate.gov/about/images/documents/sjres116-wwii-japan.htm"],"question":"What events occurred, what evidence supports them, and how did Congress respond?"},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/research-brief","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.10","amountBaseUnits":"100000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":6,"id":"fact-check","name":"Fact-Checking Agent","route":"/fact-check","method":"POST","priceUsd":"0.04","amountBaseUnits":"40000","description":"Checks a factual claim against one to three supplied public sources.","keywords":["fact-check","claim","verification","sources","truth"],"requiredInput":["claim","sourceUrls"],"optionalInput":[],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"claim":{"type":"string","minLength":1,"maxLength":4000,"description":"Factual claim to check."},"sourceUrls":{"type":"array","minItems":1,"maxItems":3,"items":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL."},"description":"One to three public source URLs."}},"required":["claim","sourceUrls"]},"exampleInput":{"claim":"Congress declared war against Japan on December 8, 1941.","sourceUrls":["https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","https://www.senate.gov/about/images/documents/sjres116-wwii-japan.htm"]},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/fact-check","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.04","amountBaseUnits":"40000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":7,"id":"timeline-extraction","name":"Timeline Extraction Agent","route":"/extract-timeline","method":"POST","priceUsd":"0.04","amountBaseUnits":"40000","description":"Extracts and organizes dated events from one to three public sources.","keywords":["timeline","dates","events","chronology","history"],"requiredInput":["topic","sourceUrls"],"optionalInput":[],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"topic":{"type":"string","minLength":1,"maxLength":2000,"description":"Topic whose events should be organized chronologically."},"sourceUrls":{"type":"array","minItems":1,"maxItems":3,"items":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL."},"description":"One to three public source URLs."}},"required":["topic","sourceUrls"]},"exampleInput":{"topic":"The Pearl Harbor attack and the United States declaration of war against Japan","sourceUrls":["https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","https://www.senate.gov/about/images/documents/sjres116-wwii-japan.htm"]},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/extract-timeline","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.04","amountBaseUnits":"40000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":8,"id":"conflict-detection","name":"Source Conflict Detection Agent","route":"/detect-conflicts","method":"POST","priceUsd":"0.05","amountBaseUnits":"50000","description":"Finds contradictions, scope differences, shared ground, and unresolved tensions across sources.","keywords":["conflict","contradiction","sources","comparison","tension"],"requiredInput":["topic","sourceUrls"],"optionalInput":[],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"topic":{"type":"string","minLength":1,"maxLength":2000,"description":"Topic for conflict detection."},"sourceUrls":{"type":"array","minItems":2,"maxItems":3,"items":{"type":"string","minLength":1,"maxLength":2048,"description":"Public source URL."},"description":"Two or three public source URLs."}},"required":["topic","sourceUrls"]},"exampleInput":{"topic":"The Pearl Harbor attack and the United States declaration of war against Japan","sourceUrls":["https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","https://www.senate.gov/about/images/documents/sjres116-wwii-japan.htm"]},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/detect-conflicts","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.05","amountBaseUnits":"50000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":9,"id":"statistical-claim-check","name":"Statistical Claim Checking Agent","route":"/check-statistics","method":"POST","priceUsd":"0.05","amountBaseUnits":"50000","description":"Tests whether a numerical or statistical claim is supported and properly framed by its source.","keywords":["statistics","numbers","claim","data","verification"],"requiredInput":["claim","sourceUrl"],"optionalInput":[],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"claim":{"type":"string","minLength":1,"maxLength":4000,"description":"Numerical or statistical claim to evaluate."},"sourceUrl":{"type":"string","minLength":1,"maxLength":2048,"description":"Public URL containing the relevant numerical evidence."}},"required":["claim","sourceUrl"]},"exampleInput":{"claim":"The Senate approved the declaration of war against Japan by a vote of 82 to 0.","sourceUrl":"https://www.senate.gov/about/images/documents/sjres116-wwii-japan.htm"},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/check-statistics","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.05","amountBaseUnits":"50000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}},{"number":10,"id":"research-question-generation","name":"Research Question Generation Agent","route":"/generate-research-questions","method":"POST","priceUsd":"0.03","amountBaseUnits":"30000","description":"Generates prioritized research questions and evidence needs from a topic and optional source.","keywords":["questions","research","inquiry","evidence-needs","planning"],"requiredInput":["topic"],"optionalInput":["sourceUrl","goal"],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"topic":{"type":"string","minLength":1,"maxLength":2000,"description":"Topic for prioritized research-question generation."},"sourceUrl":{"type":"string","minLength":1,"maxLength":2048,"description":"Optional public source URL supplying initial context."},"goal":{"type":"string","minLength":1,"maxLength":3000,"description":"Optional research objective."}},"required":["topic"]},"exampleInput":{"topic":"The Pearl Harbor attack and the United States declaration of war against Japan","sourceUrl":"https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan","goal":"Build a rigorous, source-grounded account of the attack and the congressional response."},"url":"https://red-breeze-8b8c.keenanbooker83.workers.dev/generate-research-questions","payment":{"protocol":"x402","scheme":"exact","network":"eip155:8453","networkName":"Base Mainnet","asset":"USDC","priceUsd":"0.03","amountBaseUnits":"30000","recipient":"0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99"}}]}