Source Claim Proof
source-claim-proof.mattskowronis.workers.dev
· Matthew Skowron
Verify whether a supplied public source page currently supports one atomic factual claim. Returns supported, contradicted, or insufficient-evidence plus source snippets, or explicit blocked/unreachable/unsupported states. Not a general fact checker or web search.
source-claim-proof.mattskowronis.workers.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 60/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-19 00:56:58 current | 551841ac8291… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
Skills · 1 declared · mapped to canonical taxonomy
Check whether a supplied public source currently supports one atomic factual claim. Returns supported, contradicted, or insufficient-evidence plus source snippe…
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/source-claim-proof.mattskowronis.workers.dev) [](https://agenstry.com/agents/source-claim-proof.mattskowronis.workers.dev) [](https://agenstry.com/agents/source-claim-proof.mattskowronis.workers.dev) [](https://agenstry.com/agents/source-claim-proof.mattskowronis.workers.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "1.0",
"name": "Source Claim Proof",
"description": "Verify whether a supplied public source page currently supports one atomic factual claim. Returns supported, contradicted, or insufficient-evidence plus source snippets, or explicit blocked/unreachable/unsupported states. Not a general fact checker or web search.",
"url": "https://source-claim-proof.mattskowronis.workers.dev/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://source-claim-proof.mattskowronis.workers.dev/a2a",
"transport": "JSONRPC"
},
{
"url": "https://source-claim-proof.mattskowronis.workers.dev/v1/verify",
"transport": "HTTP+JSON"
}
],
"provider": {
"organization": "Matthew Skowron",
"url": "https://source-claim-proof.mattskowronis.workers.dev"
},
"version": "1.0.0",
"documentationUrl": "https://source-claim-proof.mattskowronis.workers.dev/openapi.json",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "verify_source_claim",
"name": "Verify Source Claim",
"description": "Check whether a supplied public source currently supports one atomic factual claim. Returns supported, contradicted, or insufficient-evidence plus source snippets.",
"tags": [
"claim-verification",
"source-evidence",
"citation-check",
"research-preflight"
],
"examples": [
"Does this page say admission costs $45?",
"Confirm the event starts at 7:00 PM on this source.",
"Check whether this documentation still states a three-year warranty."
]
}
],
"securitySchemes": {
"x402": {
"type": "apiKey",
"in": "header",
"name": "PAYMENT-SIGNATURE",
"description": "x402 exact scheme, $0.01 USDC on eip155:8453"
}
},
"security": [
{
"x402": []
}
],
"protocol": "x402",
"x402Version": 2,
"environment": "production",
"payment": {
"method": "POST",
"path": "/v1/verify",
"scheme": "exact",
"price": "$0.01",
"network": "eip155:8453",
"asset": "USDC",
"payTo": "0x22B3D4485C8Dcd8FC4840a7570664747c9055530"
},
"input_schema": {
"type": "object",
"additionalProperties": false,
"required": [
"url",
"claim"
],
"properties": {
"url": {
"type": "string",
"maxLength": 2048,
"description": "Public HTTP or HTTPS source page URL to inspect."
},
"claim": {
"type": "string",
"minLength": 3,
"maxLength": 500,
"description": "One atomic factual assertion to check against that source only."
}
}
},
"output_schema": {
"type": "object",
"additionalProperties": false,
"required": [
"verdict",
"claim",
"source_url",
"final_url",
"source_status",
"evidence",
"reasoning_summary",
"retrieval_method",
"retrieved_at",
"content_hash",
"service_version"
],
"properties": {
"verdict": {
"type": "string",
"enum": [
"supported",
"contradicted",
"insufficient_evidence"
]
},
"claim": {
"type": "string"
},
"source_url": {
"type": "string"
},
"final_url": {
"type": "string"
},
"source_status": {
"type": "string",
"enum": [
"verified",
"blocked",
"unreachable",
"unsupported",
"insufficient_evidence"
]
},
"evidence": {
"type": "array",
"maxItems": 3,
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"text",
"location",
"evidence_type",
"polarity"
],
"properties": {
"text": {
"type": "string",
"maxLength": 240
},
"location": {
"type": [
"string",
"null"
]
},
"evidence_type": {
"type": "string",
"enum": [
"visible_text",
"heading",
"json_ld",
"meta",
"status"
]
},
"polarity": {
"type": "string",
"enum": [
"supports",
"contradicts",
"neutral"
]
}
}
}
},
"reasoning_summary": {
"type": "string",
"maxLength": 400
},
"retrieval_method": {
"type": "string",
"enum": [
"direct_http",
"browser_run",
"official_api",
"unsupported"
]
},
"retrieved_at": {
"type": "string"
},
"content_hash": {
"type": "string"
},
"service_version": {
"type": "string"
}
}
},
"input_example": {
"url": "https://example.com/event",
"claim": "The event begins at 7:00 PM."
},
"output_example": {
"verdict": "supported",
"claim": "The event begins at 7:00 PM.",
"source_url": "https://example.com/event",
"final_url": "https://example.com/event",
"source_status": "verified",
"evidence": [
{
"text": "Doors 6:30 PM. Program begins at 7:00 PM.",
"location": "Schedule",
"evidence_type": "visible_text",
"polarity": "supports"
}
],
"reasoning_summary": "Visible schedule text states the program begins at 7:00 PM.",
"retrieval_method": "direct_http",
"retrieved_at": "2026-08-18T22:00:00.000Z",
"content_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"service_version": "1.0.0"
},
"network": "eip155:8453",
"listed_price": "$0.01"
}