# AITWIRE (remote · api.aitwire.com)

Business-published entity records with confirmation dates: look up, page feeds, check claims.

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

## Components

- remote · `api.aitwire.com`: 49/100 (this document), [markdown](https://verifymcp.io/servers/com-aitwire-authority/api.md), [page](https://verifymcp.io/servers/com-aitwire-authority/api)

## Channel facts

- Endpoint: `https://api.aitwire.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-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 439 tokens (~73/item across 6 items; 3 tools + 3 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**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 86% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-aitwire-authority https://api.aitwire.com/mcp
```

### Codex

```toml
[mcp_servers.com-aitwire-authority]
url = "https://api.aitwire.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-aitwire-authority --url https://api.aitwire.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-aitwire-authority:
    url: "https://api.aitwire.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-aitwire-authority": {
      "type": "http",
      "url": "https://api.aitwire.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-03 (score 49, −16)

- [security regression] HSTS header: fail → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Transport: pass → fail

### 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, 0)

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

### 2026-07-30 (score 64, 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 64, +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 63, +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 62)

First indexed and scored.

## MCP tools (3)

### `aitwire_entity_lookup` (~103 tokens)

Look up a business, brand, organization, person, or website's business-supplied entity record on AITWIRE by domain or name — its confirmed description, feed URLs, and proof counts, each carrying the date it was confirmed. Returns no match for entities that have not published to AITWIRE.

Input parameters:

- `domain` (string): Domain (e.g. 'example.com')
- `name` (string): Entity name (e.g. 'AITWIRE')

### `aitwire_entity_feeds` (~79 tokens)

Page an entity's structured feeds on AITWIRE — products, services, articles, locations, or policies (tenant_id comes from aitwire_entity_lookup).

Input parameters:

- `feed_type` (string, required)
- `limit` (number): Max items (default 10)
- `tenant_id` (string, required): AITWIRE tenant ID (from lookup)

### `aitwire_grounding` (~69 tokens)

Check whether a specific claim matches an entity's business-supplied record on AITWIRE. Returns verified / contradicted / unknown with a confidence score, so you can attribute the result.

Input parameters:

- `claim` (string, required): Claim to verify
- `entity` (string, required): Entity domain or name

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://api.aitwire.com/mcp
- Website: https://aitwire.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-aitwire-authority/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-aitwire-authority/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-aitwire-authority/api
