ToolAssay

Wire headline digest — live RSS plus persisted Lounge feed with optional categor

Wire headline digest — live RSS plus persisted Lounge feed with optional category filter

Answeringour last check, 2026-09-24
1 of 1checks answered this week
43 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://conc-exe.xyz/api/concierge-intel-wire

CategoryEverything else
Provider hostconc-exe.xyz
Networkseip155:42161, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 43 ms

Example input (from the provider)

{
  "body": {
    "category": "Geopolitics",
    "limit": 8,
    "message": "Middle East oil supply"
  },
  "bodyType": "json",
  "headers": {
    "Content-Type": "application/json"
  },
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "category": {
              "description": "Category filter (Macro, Geopolitics, Crypto, \u2026)",
              "type": "string"
            },
            "limit": {
              "description": "Max headlines 1\u201320 (default 10)",
              "type": "number"
            },
            "message": {
              "description": "Relevance filter for Lounge wire memory",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "bodyType": {
          "const": "json"
        },
        "headers": {
          "type": "object"
        },
        "method": {
          "const": "POST"
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "headlines": {
              "items": {
                "properties": {
                  "category": {
                    "type": "string"
                  },
                  "origin": {
                    "enum": [
                      "live",
                      "lounge"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "ok": {
              "type": "boolean"
            }
          },
          "required": [
            "ok",
            "headlines"
          ],
          "type": "object"
        },
        "example": {
          "additionalProperties": false,
          "properties": {
            "headlines": {
              "items": {
                "properties": {
                  "category": {
                    "type": "string"
                  },
                  "origin": {
                    "enum": [
                      "live",
                      "lounge"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "ok": {
              "type": "boolean"
            }
          },
          "required": [
            "ok",
            "headlines"
          ],
          "type": "object"
        },
        "type": {
          "const": "json"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON