# Norynta Prediction Markets (remote · mcp.norynta.com)

Discover Norynta markets and use caller-signed trading through a protected MCP.

- Trust score: 25/100 (low)
- Change this week: −40
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.norynta.com`: 25/100 (this document), [markdown](https://verifymcp.io/servers/norynta-prediction-markets/mcp.md), [page](https://verifymcp.io/servers/norynta-prediction-markets/mcp)
- remote · `mcp.norynta.com`: 25/100, [markdown](https://verifymcp.io/servers/norynta-prediction-markets/mcp-trading.md), [page](https://verifymcp.io/servers/norynta-prediction-markets/mcp-trading)

## Channel facts

- Endpoint: `https://mcp.norynta.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.2`

## 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**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 402.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http norynta-prediction-markets https://mcp.norynta.com/mcp
```

### Codex

```toml
[mcp_servers.norynta-prediction-markets]
url = "https://mcp.norynta.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "norynta-prediction-markets": {
      "type": "remote",
      "url": "https://mcp.norynta.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add norynta-prediction-markets --url https://mcp.norynta.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  norynta-prediction-markets:
    url: "https://mcp.norynta.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "norynta-prediction-markets": {
      "type": "http",
      "url": "https://mcp.norynta.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-01 (score 25, 0)

- [security regression] Endpoint reachability: reachable → not serving MCP

### 2026-07-31 (score 25, +9)

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

### 2026-07-30 (score 16, −48)

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

### 2026-07-28 (score 64, −1)

- [security regression] Stability: 0.03 → fail
- [functional regression] Tool coverage: 9% → 0%
- [functional improvement] Schema quality: 57 → 46

### 2026-07-27 (score 65, +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 64)

First indexed and scored.

## MCP tools (7)

### `market_search` (~51 tokens)

Search Norynta markets

Search prediction events and markets by topic, entity, or natural-language query. Read-only; use before requesting snapshots when the event slug is unknown.

Input parameters:

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

### `events_top` (~36 tokens)

Get top Norynta events

Get top-ranked prediction events with tradability, liquidity, volume, and market-quality signals. Read-only.

Input parameters:

- `limit` (integer)

### `events_snapshots` (~44 tokens)

Get event snapshots

Fetch current pricing, volume, lifecycle, liquidity, and market-quality snapshots for up to 200 known event slugs. Read-only.

Input parameters:

- `slugs` (array, required)

### `event_get` (~32 tokens)

Get one event

Get public metadata and current state for one Norynta event slug. Read-only.

Input parameters:

- `slug` (string, required)

### `orderbook_get` (~46 tokens)

Get an order book

Get the live central-limit order book for a Norynta market and optional outcome. Read-only.

Input parameters:

- `eventPubkey` (string, required)
- `outcomeIndex` (integer)

### `agent_bootstrap` (~37 tokens)

Discover Norynta capabilities

Start here. Get Norynta agent discovery, access, protocol, entitlement, risk-control, and compatibility metadata in one read-only call.

### `signal_match` (~62 tokens)

Match evidence to markets

Map a caller-provided signal, filing summary, flow observation, or news thesis to currently discoverable Norynta events. Returns candidates for research, not a trade recommendation or proof of causation.

Input parameters:

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

## Diagnostics

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

## Score history

- 2026-08-03: 25
- 2026-08-02: 25
- 2026-08-01: 25
- 2026-07-31: 25
- 2026-07-30: 16
- 2026-07-29: 64
- 2026-07-28: 64
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://mcp.norynta.com/mcp
- Website: https://norynta.com/developers
- Changelog RSS feed: https://verifymcp.io/servers/norynta-prediction-markets/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/norynta-prediction-markets/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/norynta-prediction-markets/mcp
