# Agent Newsstand (remote · api.agentnewsstand.com)

Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `api.agentnewsstand.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-agentnewsstand-agent-newsstand/api.md), [page](https://verifymcp.io/servers/com-agentnewsstand-agent-newsstand/api)

## Channel facts

- Endpoint: `https://api.agentnewsstand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-21.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 16 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 606 tokens (~37/item across 16 items; 16 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (6% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-agentnewsstand-agent-newsstand https://api.agentnewsstand.com/mcp
```

### Codex

```toml
[mcp_servers.com-agentnewsstand-agent-newsstand]
url = "https://api.agentnewsstand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-agentnewsstand-agent-newsstand": {
      "type": "remote",
      "url": "https://api.agentnewsstand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-agentnewsstand-agent-newsstand --url https://api.agentnewsstand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agentnewsstand-agent-newsstand:
    url: "https://api.agentnewsstand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-agentnewsstand-agent-newsstand": {
      "type": "http",
      "url": "https://api.agentnewsstand.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-21 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-19 (score 59, +1)

- [functional regression] Schema quality: 544 → 606
- [functional improvement] Stability: unverified → 0.03
- [functional] First check of Tool coverage: 6
- [functional] New tool “feedback”

### 2026-08-18 (score 58)

First indexed and scored.

## MCP tools (16)

### `search` (~53 tokens)

Token-efficient search results (google/bing/yandex)

Input parameters:

- `country` (string)
- `cursor` (string)
- `engine` (string)
- `limit` (integer)
- `q` (string, required)

### `candles` (~31 tokens)

Daily OHLCV candles for a venue symbol

Input parameters:

- `days` (integer)
- `symbol` (string, required)

### `universe` (~19 tokens)

Tradeable asset universe (Hyperliquid xyz DEX)

### `history` (~30 tokens)

Daily closes + range change for a symbol

Input parameters:

- `days` (integer)
- `symbol` (string, required)

### `context` (~30 tokens)

Full trading context for a tokenized asset

Input parameters:

- `days` (integer)
- `symbol` (string, required)

### `earnings` (~34 tokens)

Next earnings date for a symbol, or a rolling calendar window

Input parameters:

- `days` (integer)
- `symbol` (string)

### `filings` (~29 tokens)

Latest SEC filings for an equity symbol

Input parameters:

- `n` (integer)
- `symbol` (string, required)

### `macro` (~25 tokens)

Latest US macro indicators (CPI/NFP/U3/oil) with release flags

### `calendar` (~27 tokens)

Upcoming US economic release dates (FRED calendar, live-fetch)

Input parameters:

- `limit` (integer)

### `read` (~21 tokens)

Any public URL as clean Markdown

Input parameters:

- `url` (string, required)

### `unlock` (~35 tokens)

Any public URL as raw HTML (captcha/bot-wall handled)

Input parameters:

- `max_chars` (integer)
- `url` (string, required)

### `screenshot` (~23 tokens)

Screenshot of any public URL (viewport PNG)

Input parameters:

- `url` (string, required)

### `url_safety` (~25 tokens)

URL reputation check (malware + phishing)

Input parameters:

- `url` (string, required)

### `local` (~37 tokens)

Location-targeted search with place-link extraction

Input parameters:

- `country` (string)
- `limit` (integer)
- `q` (string, required)

### `place` (~38 tokens)

Compound: local search + business website content

Input parameters:

- `country` (string)
- `max_chars` (integer)
- `q` (string, required)

### `feedback` (~62 tokens)

FREE feedback: tell us what you needed but didn't get (missing endpoint, wrong output shape, price objection, bug). No payment.

Input parameters:

- `category` (string)
- `contact` (string)
- `context` (string)
- `wanted` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-agentnewsstand-agent-newsstand/api#diagnostics

## Score history

- 2026-08-21: 60
- 2026-08-20: 59
- 2026-08-19: 59
- 2026-08-18: 58

## Links

- Remote endpoint: https://api.agentnewsstand.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-agentnewsstand-agent-newsstand/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-agentnewsstand-agent-newsstand/api.json
- HTML version of this page: https://verifymcp.io/servers/com-agentnewsstand-agent-newsstand/api
