---
name: base.quirkngo.com
description: base.quirkngo.com exposes a single endpoint that returns a curated snapshot of recent intelligence alerts spanning AI agent developments, crypto, prediction markets, and related topics. Each alert includes a headline, topic, relevance score, source URL, and timestamp. The host takes no input parameters and always returns the latest available batch.
host: base.quirkngo.com
---

# base.quirkngo.com

This host functions as a lightweight intelligence feed aggregator focused on a narrow set of domains: AI agents, crypto, and prediction markets. It serves agents or researchers that need a quick, pre-curated briefing without constructing queries or applying filters. It is not a general-purpose news API; its value is in the curation and relevance scoring already applied to the returned alerts.

## When to use this host

Use this host when an agent needs a fast, no-configuration snapshot of recent developments in AI agents, crypto, or prediction markets and does not require filtering by keyword, date range, or specific topic. Do not use it for real-time or streaming news, for domain-specific queries outside its covered topics, or for any scenario requiring parameterized search — a general news API or a search-enabled intelligence platform would be more appropriate in those cases. Because there is only one skill with no inputs, this host is best suited as a periodic briefing source rather than a reactive lookup tool.

## Capabilities

### Curated Intelligence Feed

Retrieves the latest pre-curated batch of intelligence alerts across AI, crypto, and prediction market topics, each scored for relevance and linked to a source.

- **`fetch-knowledge-scout-alerts`** — Returns a curated list of recent intelligence alerts covering AI agent developments, crypto, prediction markets, and related topics, each with a headline, topic, relevance score, source URL, and timestamp.

## Skill reference

### `fetch-knowledge-scout-alerts`

**Knowledge Scout Alerts** — Returns a curated list of recent intelligence alerts covering AI agent developments, crypto, prediction markets, and related topics, each with a headline, topic, relevance score, source URL, and timestamp.

*Use when:* Use when an agent or researcher needs a current batch of curated intelligence alerts on AI, agent-commerce, crypto, or prediction market developments without specifying any filter parameters.

*Not for:* Do not use for real-time streaming news or for filtering alerts by specific keyword, date range, or topic — this endpoint takes no input parameters and returns a fixed latest snapshot.

**Returns:** Returns a JSON object with source name, payment chain, an alerts array (each item has topic, headline, integer relevance score, source URL, and timestamp), and an updated_at ISO timestamp.

**Example:** `GET https://base.quirkngo.com/intel/alerts`

---
