# emisar (remote · emisar.dev)

Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.

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

## Components

- remote · `emisar.dev`: 40/100 (this document), [markdown](https://verifymcp.io/servers/dev-emisar-emisar/api-mcp-rpc.md), [page](https://verifymcp.io/servers/dev-emisar-emisar/api-mcp-rpc)

## Channel facts

- Endpoint: `https://emisar.dev/api/mcp/rpc`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.36.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**: 100/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - The endpoint enforces authorisation, advertised via RFC 9728 protected-resource metadata.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
  - The authorisation server supports Client ID Metadata Documents, the current MCP client-registration mechanism.
- **Transport & Reachability**: 0/100
  - Transport blocked by authentication: the endpoint requires auth we don't have to verify streamable-http.
- **Schema Quality & AI Usability**: 0/100
  - Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- **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 blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Capabilities**: 0/100
  - Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

**Unverified: 5 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 dev-emisar-emisar https://emisar.dev/api/mcp/rpc
```

### Codex

```toml
[mcp_servers.dev-emisar-emisar]
url = "https://emisar.dev/api/mcp/rpc"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add dev-emisar-emisar --url https://emisar.dev/api/mcp/rpc --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-emisar-emisar:
    url: "https://emisar.dev/api/mcp/rpc"
```

### Other

```json
{
  "mcpServers": {
    "dev-emisar-emisar": {
      "type": "http",
      "url": "https://emisar.dev/api/mcp/rpc"
    }
  }
}
```

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-07-31 (score 40, +16)

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

### 2026-07-30 (score 24, −1)

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

### 2026-07-27 (score 25, 0)

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

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

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

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

## Score history

- 2026-08-03: 40
- 2026-08-02: 40
- 2026-08-01: 40
- 2026-07-31: 40
- 2026-07-30: 24
- 2026-07-29: 25
- 2026-07-28: 25
- 2026-07-27: 25
- 2026-07-26: 25

## Links

- Remote endpoint: https://emisar.dev/api/mcp/rpc
- Repository: https://github.com/andrewdryga/emisar
- Website: https://emisar.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-emisar-emisar/api-mcp-rpc/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-emisar-emisar/api-mcp-rpc/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-emisar-emisar/api-mcp-rpc
