# Gloria AI (remote · mcp.itsgloria.ai)

Real-time curated crypto news for AI agents with sentiment, recaps, and search.

- Trust score: 65/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.itsgloria.ai`: 65/100 (this document), [markdown](https://verifymcp.io/servers/jchen225-gloria-mcp/mcp.md), [page](https://verifymcp.io/servers/jchen225-gloria-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.itsgloria.ai/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-03.

- **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 7 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**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 796 tokens (~88/item across 9 items; 7 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 (43% 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 jchen225-gloria-mcp https://mcp.itsgloria.ai/mcp
```

### Codex

```toml
[mcp_servers.jchen225-gloria-mcp]
url = "https://mcp.itsgloria.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jchen225-gloria-mcp": {
      "type": "remote",
      "url": "https://mcp.itsgloria.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jchen225-gloria-mcp --url https://mcp.itsgloria.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jchen225-gloria-mcp:
    url: "https://mcp.itsgloria.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "jchen225-gloria-mcp": {
      "type": "http",
      "url": "https://mcp.itsgloria.ai/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-02 (score 65, +1)

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

### 2026-07-31 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 62, +1)

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

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (7)

### `get_latest_news` (~135 tokens)

Get the latest curated crypto news headlines.

    Returns real-time news items with headline, sentiment, categories, and sources.
    Use the category parameter to filter by topic (e.g. 'bitcoin', 'defi', 'ai').
    Call get_categories first to see all available category codes.

    Args:
        category: Filter by category code (e.g. 'bitcoin', 'ethereum', 'defi', 'ai').
                  Omit to get news across all categories.
        limit: Number of items to return (1-10, default 5).

Input parameters:

- `category`
- `limit` (integer)

Output parameters:

- `result` (array)

### `get_news_recap` (~147 tokens)

Get an AI-generated news recap/summary for a specific category.

    Returns a concise narrative summarizing the most important recent news
    for the given category. Great for getting up to speed quickly.

    Args:
        category: Category code (required). Use get_categories to see options.
                  Popular choices: 'crypto', 'bitcoin', 'ethereum', 'defi', 'ai', 'macro'.
        timeframe: Time window for the recap. Use '1h' for crypto/macro (updated hourly),
                   '8h' or '24h' for other categories. Default '12h'.

Input parameters:

- `category` (string, required)
- `timeframe` (string)

### `search_news` (~92 tokens)

Search curated crypto news by keyword.

    Searches across all news items for matching content. Returns headlines,
    sentiment, categories, and sources.

    Args:
        query: Search keyword or phrase (e.g. 'ETF', 'SEC', 'Uniswap').
        limit: Number of results to return (1-5, default 5).

Input parameters:

- `limit` (integer)
- `query` (string, required)

Output parameters:

- `result` (array)

### `get_categories` (~62 tokens)

List all available news categories with their recap timeframes.

    Returns category codes that can be used with get_latest_news, get_news_recap,
    and other tools. Each category includes its code, display name, and how
    frequently recaps are generated.

Output parameters:

- `result` (array)

### `get_news_item` (~75 tokens)

Get a specific news item by its ID.

    Returns the full free-tier details for a single news item including
    headline, sentiment, categories, sources, and tweet URL.

    Args:
        id: The news item ID (returned in results from get_latest_news or search_news).

Input parameters:

- `id` (string, required)

### `get_enriched_news` (~96 tokens)

Get enriched news with full AI-generated context and analysis (paid via x402).

    This premium endpoint returns the complete news data including:
    - long_context: Detailed AI-generated context about the news event
    - short_context: Brief contextual summary
    - Full entity analysis and token mentions

    Payment is handled via the x402 protocol using USDC on Base network.
    This tool returns the payment endpoint and instructions.

### `get_ticker_summary` (~84 tokens)

Get a 24-hour AI-generated summary for any crypto ticker or topic (paid via x402).

    Returns decision-grade bullet points combining Gloria's curated news
    with real-time web search. Designed for fund managers and trading agents.

    Payment is handled via the x402 protocol using USDC on Base network.
    This tool returns the payment endpoint and instructions.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jchen225-gloria-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://mcp.itsgloria.ai/mcp
- Repository: https://github.com/cryptobriefing/gloria-mcp
- Changelog RSS feed: https://verifymcp.io/servers/jchen225-gloria-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jchen225-gloria-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jchen225-gloria-mcp/mcp
