# Ninar AI (remote · ninar.ai)

Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines.

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

## Components

- remote · `ninar.ai`: 77/100 (this document), [markdown](https://verifymcp.io/servers/ai-ninar-ninar/ninar.md), [page](https://verifymcp.io/servers/ai-ninar-ninar/ninar)

## Channel facts

- Endpoint: `https://ninar.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**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - 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.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 527 tokens (~105/item across 5 items; 5 tools + 0 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-ninar-ninar https://ninar.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-ninar-ninar]
url = "https://ninar.ai/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-ninar-ninar --url https://ninar.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-ninar-ninar:
    url: "https://ninar.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-ninar-ninar": {
      "type": "http",
      "url": "https://ninar.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-03 (score 77, +1)

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

### 2026-08-01 (score 76, +1)

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

### 2026-07-31 (score 75, +5)

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

### 2026-07-30 (score 70, 0)

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

### 2026-07-29 (score 70, +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-07-27 (score 69, +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 68)

First indexed and scored.

## MCP tools (5)

### `get_latest_score` (~45 tokens)

Get my latest AI Visibility Index score

Get the AI Visibility Index (0-100) for the signed-in user's most recently scanned brand, broken down by engine. Requires a free Ninar account (no credit card).

### `scan_visibility` (~194 tokens)

Run an AI visibility scan

Run an AI visibility scan for a brand. Pass `city` for a local-business check (ChatGPT + Gemini, city-scoped). Omit `city` for a multi-engine GEO scan across ChatGPT, Gemini, Perplexity, Claude, AI Overviews — engine count scales with the user's Ninar plan (free = 2).

Input parameters:

- `brand_name` (string, required): Brand to scan, e.g. 'Ninar', 'Joe's Pizza'.
- `category` (string, required): Category, e.g. 'AI visibility platform', 'pizza restaurant'.
- `city` (string): City for a local-business check. Omit for multi-engine GEO scan.
- `country` (string): Optional ISO country: us, gb, in, eu.
- `use_case` (string): Optional GEO use case, e.g. 'for sales teams'.
- `website` (string): Optional brand URL for GEO citation matching.

### `list_content_gaps` (~43 tokens)

List content gaps from my latest scan

List AI-generated content suggestions (FAQs, differentiators, use cases, about copy) the signed-in user can publish to close visibility gaps found in their latest scan.

### `generate_content` (~89 tokens)

Generate AI-optimized content for a gap

Generate AI-optimized content (FAQ, about copy, use cases, differentiators) for the gaps in your latest scan. Returns full content text inline — no need to visit the dashboard. Pro plan or higher required. Pass gap_type='all' to get every block in one call.

Input parameters:

- `gap_type` (string, required): Which content block to generate. Use 'all' for everything in one call.

### `audit_brand_visibility` (~156 tokens)

Verify whether an entity is a real competitor

Check whether a brand or entity surfaced by an AI engine is a genuine competitor in your category (e.g. is 'Banner Life' actually a mortgage insurance competitor to Enact?). Uses dual-model verification with automatic escalation on disagreement. Returns a confirmed/rejected decision, confidence score, reasoning, and audit trail. Pro plan or higher required.

Input parameters:

- `entity` (string, required): Entity name to adjudicate, e.g. 'Banner Life', 'Enact Solar'.
- `raw_evidence` (object, required): Source text the entity appeared in. Should contain 'raw_answer_excerpt' and optionally 'entity_sentence' and 'source_probe_id'.
- `taxonomy_id` (string): Taxonomy registry to validate against. Default: pmi.v1

## Diagnostics

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

## Score history

- 2026-08-03: 77
- 2026-08-02: 76
- 2026-08-01: 76
- 2026-07-31: 75
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 69
- 2026-07-26: 68

## Links

- Remote endpoint: https://ninar.ai/mcp
- Repository: https://github.com/Ninar-ctrl/Ninar.AI
- Website: https://ninar.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-ninar-ninar/ninar/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-ninar-ninar/ninar/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-ninar-ninar/ninar
