Ninar AI
REMOTE · NINAR.AI · SCANNED AUG 3
Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines.
Available components
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. How we score →
Endpoint Security94
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- 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. View diagnostics → Pass
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
- The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents. View diagnostics → Partial
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 527 tokens (~105/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · ninar.ai
claude mcp add --transport http ai-ninar-ninar https://ninar.ai/mcp
[mcp_servers.ai-ninar-ninar] url = "https://ninar.ai/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-ninar-ninar": {
"type": "remote",
"url": "https://ninar.ai/mcp",
"enabled": true
}
}
} openclaw mcp add ai-ninar-ninar --url https://ninar.ai/mcp --transport streamable-http
mcp_servers:
ai-ninar-ninar:
url: "https://ninar.ai/mcp" {
"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.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 1 Aug 26 +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.
- 31 Jul 26 +5
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 29 Jul 26 +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.
- 27 Jul 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 Jul 26 68
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://ninar.ai/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=ninar.ai | CN=Amazon RSA 2048 M04,O=Amazon,C=US | 11 Mar 2026 | 24 Sept 2026 | RSA 2048 | SHA256-RSA | dd84d8d57bd3653561489c95e1ba198 |
| SANs: ninar.ai, *.ninar.ai | ||||||
| CN=Amazon RSA 2048 M04,O=Amazon,C=US (CA) | CN=Amazon Root CA 1,O=Amazon,C=US | 23 Aug 2022 | 23 Aug 2030 | RSA 2048 | SHA256-RSA | 773124f2a952e3ed18a58bdb85d1bc0ce5f27 |
| CN=Amazon Root CA 1,O=Amazon,C=US (CA) | CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US | 25 May 2015 | 31 Dec 2037 | RSA 2048 | SHA256-RSA | 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6 |
DNSSEC insecure
Validation of ninar.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| ninar.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication Enforced and verified
The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.
| Result | Enforced and verified |
|---|---|
| Enforced | On tool calls |
| HTTP status | 200 |
WWW-Authenticate challenge Bearer realm="ninar-mcp", error="invalid_request", error_description="The access token is missing, expired, or invalid", resource_metadata="https://ninar.ai/.well-known/oauth-protected-resource"
Bearer realm="ninar-mcp", error="invalid_request", error_description="The access token is missing, expired, or invalid", resource_metadata="https://ninar.ai/.well-known/oauth-protected-resource" | Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains |
| content-security-policy | default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://js.stripe.com https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://fonts.googleapis.com; font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com; img-src 'self' data: https: blob: https://tile.openstreetmap.org https://*.tile.openstreetmap.org; connect-src 'self' https://api.openai.com https://js.stripe.com https://www.google-analytics.com https://tile.openstreetmap.org https://*.tile.openstreetmap.org https://app.ninar.ai https://*.s3.us-east-1.amazonaws.com https://*.s3.amazonaws.com https://*.lambda-url.us-east-1.on.aws; media-src 'self' https://*.s3.amazonaws.com; frame-src 'self' https://js.stripe.com https://www.youtube.com https://player.vimeo.com; frame-ancestors 'self'; base-uri 'self'; form-action 'self' https://checkout.stripe.com https://billing.stripe.com https://www.facebook.com https://www.linkedin.com https://accounts. |
| x-content-type-options | nosniff |
| x-frame-options | SAMEORIGIN |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | camera=(), microphone=(), geolocation=() |
Protected resource metadata
| Document | https://ninar.ai/.well-known/oauth-protected-resource |
|---|---|
| Retrieved | Yes |
| Resource | https://ninar.ai/mcp |
| Authorisation server | https://ninar.ai |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://ninar.ai/mcp | Verified | 200 | |
| http (plaintext) | http://ninar.ai/mcp | HTTPS enforced |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
audit_brand_visibility Verify whether an entity is a real competitor ~156
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.
| Name | Type | Req | Description |
|---|---|---|---|
| entity | string | yes | Entity name to adjudicate, e.g. 'Banner Life', 'Enact Solar'. |
| raw_evidence | object | yes | 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 |
No output schema declared.
No examples provided.
generate_content Generate AI-optimized content for a gap ~89
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.
| Name | Type | Req | Description |
|---|---|---|---|
| gap_type | string | yes | Which content block to generate. Use 'all' for everything in one call. |
No output schema declared.
No examples provided.
get_latest_score Get my latest AI Visibility Index score ~45
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).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_content_gaps List content gaps from my latest scan ~43
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scan_visibility Run an AI visibility scan ~194
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).
| Name | Type | Req | Description |
|---|---|---|---|
| brand_name | string | yes | Brand to scan, e.g. 'Ninar', 'Joe's Pizza'. |
| category | string | yes | 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. |
No output schema declared.
No examples provided.