Card snapshot
tinkrr-api.tinkrr.workers.dev
·
2026-07-01 00:45:16 UTC
·
de327253b68cbb693ed98f67c6a76b6e796df653d2ec98d3eb8759d12b45ad45
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"@context": "https://agentready.org/context/v1",
"schemaVersion": "1.0",
"name": "Tinkrr Intelligence API",
"url": "https://tinkrr-api.tinkrr.workers.dev",
"description": "Real-time Bitcoin network intelligence and YouTube video intelligence. Pay per call via x402 USDC on Base.",
"provider": {
"name": "Tinkrr",
"url": "https://tinkrr.app",
"contact": "hello@tinkrr.app"
},
"capabilities": {
"payment": {
"protocol": "x402",
"version": "2",
"network": "base",
"currency": "USDC"
},
"discovery": {
"servicesJson": "https://tinkrr-api.tinkrr.workers.dev/services.json",
"llmsTxt": "https://tinkrr-api.tinkrr.workers.dev/llms.txt"
},
"mcp": {
"manifestUrl": "https://tinkrr-api.tinkrr.workers.dev/mcp"
}
},
"skills": [
{
"id": "btc_fees",
"name": "Bitcoin Fee Forecast",
"description": "Real-time fee estimates (sat/vB) with congestion tier and cost examples for next-block, 30-min, 1-hr.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/btc/fees",
"method": "GET",
"price": "$0.005",
"currency": "USDC",
"network": "base",
"tags": [
"bitcoin",
"fees",
"mempool"
]
},
{
"id": "btc_mempool_intel",
"name": "Mempool Intelligence",
"description": "Mempool congestion tier, blocks-to-clear estimate, RBF timing signal, and agent decision flags.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/btc/mempool/intel",
"method": "GET",
"price": "$0.003",
"currency": "USDC",
"network": "base",
"tags": [
"bitcoin",
"mempool",
"rbf"
]
},
{
"id": "btc_address_risk",
"name": "Address Risk Score",
"description": "AML/compliance risk score (0-100) for a Bitcoin address. Signals include CoinJoin, high counterparty count, pass-through patterns.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/btc/address/risk",
"method": "GET",
"price": "$0.009",
"currency": "USDC",
"network": "base",
"tags": [
"bitcoin",
"aml",
"compliance",
"risk"
]
},
{
"id": "btc_tx_decode",
"name": "Transaction Decoder",
"description": "Decode and analyse a Bitcoin transaction by txid or raw hex. Returns inputs, outputs, fee rate, RBF status, category.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/btc/tx/decode",
"method": "POST",
"price": "$0.009",
"currency": "USDC",
"network": "base",
"tags": [
"bitcoin",
"transaction",
"decoder"
]
},
{
"id": "video_analyze",
"name": "Video Campaign Kit",
"description": "YouTube video \u2192 complete content campaign kit: virality score, viral clips, social media copy for 6 platforms.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/video/analyze",
"method": "POST",
"price": "$0.15",
"currency": "USDC",
"network": "base",
"tags": [
"video",
"youtube",
"social",
"content"
]
},
{
"id": "video_transcript",
"name": "Video Transcript & Summary",
"description": "YouTube video transcript, key points, chapters, and executive summary.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/video/transcript",
"method": "POST",
"price": "$0.03",
"currency": "USDC",
"network": "base",
"tags": [
"video",
"youtube",
"transcript"
]
},
{
"id": "video_script",
"name": "Video Script Generator",
"description": "Generate a complete YouTube script from a topic: hook, timed sections, visual directions.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/video/script",
"method": "POST",
"price": "$0.05",
"currency": "USDC",
"network": "base",
"tags": [
"video",
"youtube",
"script",
"content"
]
},
{
"id": "video_trend",
"name": "YouTube Trend Scanner",
"description": "What is trending on YouTube in a niche right now: topics, formats, hooks, content opportunity.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/video/trend",
"method": "POST",
"price": "$0.20",
"currency": "USDC",
"network": "base",
"tags": [
"video",
"youtube",
"trends"
]
},
{
"id": "video_compete",
"name": "Video Competitive Analysis",
"description": "Compare 2-3 YouTube videos: virality scores, strengths, what to steal, content gap opportunity.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/video/compete",
"method": "POST",
"price": "$0.35",
"currency": "USDC",
"network": "base",
"tags": [
"video",
"youtube",
"competitive"
]
},
{
"id": "video_channel",
"name": "Channel Intelligence",
"description": "Analyse a YouTube channel: content strategy, strengths, weaknesses, competitor positioning.",
"endpoint": "https://tinkrr-api.tinkrr.workers.dev/video/channel",
"method": "POST",
"price": "$0.50",
"currency": "USDC",
"network": "base",
"tags": [
"video",
"youtube",
"channel"
]
}
],
"supportedProtocols": [
"x402",
"mcp",
"a2a"
],
"agentReadyScore": {
"hasLlmsTxt": true,
"hasAgentCard": true,
"hasX402": true,
"hasMcp": true,
"hasServicesJson": true
}
}