# 1lev1 (remote · api.1lev1.com)

Track partnership work, log mission hours, and see what needs your approval on 1lev1.com.

- Trust score: 38/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `api.1lev1.com`: 38/100 (this document), [markdown](https://verifymcp.io/servers/avi-adam-1lev1/api-mcp.md), [page](https://verifymcp.io/servers/avi-adam-1lev1/api-mcp)

## Channel facts

- Endpoint: `https://api.1lev1.com/api/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-09-22.

- **Endpoint Security**: 94/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 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**: 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.
- **Tool Safety**: 0/100
  - Tool safety 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: 6 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

### How do I install the 1lev1 MCP server?

1lev1 is a hosted endpoint at https://api.1lev1.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http avi-adam-1lev1 'https://api.1lev1.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "avi-adam-1lev1": {
      "url": "https://api.1lev1.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "avi-adam-1lev1": {
      "type": "http",
      "url": "https://api.1lev1.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.avi-adam-1lev1]
url = "https://api.1lev1.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add avi-adam-1lev1 --url 'https://api.1lev1.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  avi-adam-1lev1:
    url: "https://api.1lev1.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "avi-adam-1lev1": {
      "Transport": "http",
      "Url": "https://api.1lev1.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add avi-adam-1lev1 -t streamable-http -u 'https://api.1lev1.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "avi-adam-1lev1": {
      "type": "http",
      "url": "https://api.1lev1.com/api/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-09-16 (score 38, +2)

- [security improvement] Authorization: fail → pass
- [security] First check of Authorization: partial

### 2026-09-14 (score 36, −34)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Authorization: unverified → fail
- [security regression] Stability: 0.30 → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Transport: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] Schema quality: Schema blocked by authentication: the endpoint requires auth we don't have to read it.

### 2026-09-13 (score 70, +35)

- [security improvement] Injection markers: unverified → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.30
- [functional improvement] MCP protocol: unverified → pass

### 2026-09-12 (score 35, −34)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.23 → unverified
- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-11 (score 69, +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-09-10 (score 68, +33)

- [security improvement] Injection markers: unverified → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: 26 → 39
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] MCP protocol: unverified → pass
- [functional] New tool “createNewApiKey”

### 2026-09-08 (score 35, −32)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.10 → unverified
- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-07 (score 67, +10)

- [security improvement] Transport: fail → pass

## MCP tools (3)

### `getPlatformInfo` (~26 tokens)

Get general information about the 1lev1 platform, its goals, and features.

### `howToConnect` (~26 tokens)

Instructions on how to register, login and get an API key for full MCP access.

### `createNewApiKey` (~66 tokens)

Get a NEW 1lev1 API key: the exact command to run (npx 1lev1-mcp) and the approval URL. Also lists the stale config entries that must be deleted first, otherwise the new key is shadowed and nothing changes after a restart.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/avi-adam-1lev1/api-mcp#diagnostics

## Score history

- 2026-09-22: 38
- 2026-09-21: 38
- 2026-09-20: 38
- 2026-09-19: 38
- 2026-09-18: 38
- 2026-09-17: 38
- 2026-09-16: 38
- 2026-09-15: 36
- 2026-09-14: 36
- 2026-09-13: 70
- 2026-09-12: 35
- 2026-09-11: 69
- 2026-09-10: 68
- 2026-09-09: 35
- 2026-09-08: 35
- 2026-09-07: 67
- 2026-09-06: 57
- 2026-09-05: 66
- 2026-09-04: 66
- 2026-09-03: 35

## Common questions

### What is the 1lev1 MCP server?

1lev1 is an MCP server listed in the public MCP registry as io.github.Avi-ADAM/1lev1. Track partnership work, log mission hours, and see what needs your approval on 1lev1.com. This page covers its hosted endpoint (https://api.1lev1.com/api/mcp).

### Is the 1lev1 MCP server safe to use?

1lev1 scores 38 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the 1lev1 MCP server expose?

1lev1 exposes 3 tools: getPlatformInfo, howToConnect, createNewApiKey. Their descriptions and schemas cost roughly 118 tokens of context every time the server is loaded.

### Does the 1lev1 MCP server require authentication?

Yes. 1lev1 asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the 1lev1 MCP server still maintained?

1lev1 is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.1lev1.com/api/mcp
- Repository: https://github.com/Avi-ADAM/1lev1-mcp
- Website: https://1lev1.com/
- Changelog RSS feed: https://verifymcp.io/servers/avi-adam-1lev1/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/avi-adam-1lev1/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/avi-adam-1lev1/api-mcp
