Skip to content
Back to SYNTHORA cryptonews

Card snapshot

cryptonews.hergertsynthora.com · 2026-08-01 15:37:44 UTC · dd250fe9cf0ca8a4daf32db811bb0ac057b38edc759c66429e6cb5456f409e8a

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.

{
  "protocolVersion": "0.3.0",
  "name": "Real-time crypto news headlines with sentiment, ranked by importance. Aggregates keyless R",
  "description": "Real-time crypto news headlines with sentiment, ranked by importance. Aggregates keyless RSS feeds (CryptoPanic, CoinDesk, CoinTelegraph, Decrypt, Bitcoin Magazine) into deduplicated, freshness-and-source-weighted top headlines, each scored with a lexical bull/bear sentiment (very_bullish..very_bearish) plus an overall market sentiment. Filter by asset (BTC, ETH, SOL, XRP, and more) to get only headlines about that coin. Built for trading and quant agents that need a cheap, fast crypto news + sentiment pulse. Ed25519-signed. 0.001 USDC on Base.",
  "url": "https://cryptonews.hergertsynthora.com/service",
  "preferredTransport": "HTTP+JSON",
  "additionalInterfaces": [
    {
      "url": "https://cryptonews.hergertsynthora.com/service",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://cryptonews.hergertsynthora.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "HERGERT SYNTHORA",
    "url": "https://hergertsynthora.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "cryptonews",
      "name": "cryptonews",
      "description": "Real-time crypto news headlines with sentiment, ranked by importance. Aggregates keyless RSS feeds (CryptoPanic, CoinDesk, CoinTelegraph, Decrypt, Bitcoin Magazine) into deduplicated, freshness-and-source-weighted top headlines, each scored with a lexical bull/bear sentiment (very_bullish..very_bearish) plus an overall market sentiment. Filter by asset (BTC, ETH, SOL, XRP, and more) to get only headlines about that coin. Built for trading and quant agents that need a cheap, fast crypto news + sentiment pulse. Ed25519-signed. 0.001 USDC on Base.",
      "tags": [
        "cryptonews",
        "x402",
        "synthora",
        "m2m",
        "a2a"
      ],
      "examples": [
        "{\"limit\": 10, \"asset\": \"BTC\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 50,
            "description": "Max headlines to return (default 10)"
          },
          "asset": {
            "type": "string",
            "description": "Optional ticker to filter headlines, e.g. BTC, ETH, SOL"
          }
        },
        "required": []
      }
    }
  ],
  "securitySchemes": {
    "x402": {
      "type": "http",
      "scheme": "x402",
      "description": "HTTP 402 micropayment. 4000 atomic USDC on eip155:8453."
    }
  },
  "security": [
    {
      "x402": []
    }
  ],
  "x402": {
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "4000",
    "payTo": "0x10800a5a5B9d72251566EC651E862A8b4B427dE0",
    "resource": "https://cryptonews.hergertsynthora.com/service"
  },
  "mcp": {
    "endpoint": "https://cryptonews.hergertsynthora.com/mcp",
    "transport": "http-jsonrpc"
  }
}