Skip to content
Back to SYNTHORA cryptonews

Card snapshot

cryptonews.hergertsynthora.com · 2026-08-28 19:12:11 UTC · ea1bb9993dbb89cb561f40fc3b863f16e6c790f5c287f7c13594435bfff038df

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": "SYNTHORA cryptonews",
  "description": "SYNTHORA cryptonews: 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.",
  "url": "https://api.hergertsynthora.com/v1/cryptonews",
  "preferredTransport": "HTTP+JSON",
  "additionalInterfaces": [
    {
      "url": "https://api.hergertsynthora.com/v1/cryptonews",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://api.hergertsynthora.com/v1/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "SYNTHORA",
    "url": "https://hergertsynthora.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "cryptonews",
      "name": "cryptonews",
      "description": "SYNTHORA cryptonews: 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.",
      "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. 500000 atomic USDC on eip155:8453."
    }
  },
  "security": [
    {
      "x402": []
    }
  ],
  "x402": {
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "500000",
    "payTo": "0x6D9F318463168fF637b50E5b9a21392e97c7c167",
    "resource": "https://api.hergertsynthora.com/v1/cryptonews"
  },
  "mcp": {
    "endpoint": "https://api.hergertsynthora.com/v1/mcp",
    "transport": "http-jsonrpc"
  }
}