# ScoreIA La Forge (remote · scoreia.ai)

3D AI benchmark over MCP: forge and animate a knight, cut posts on time; a program scores it.

- Trust score: 55/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `scoreia.ai`: 55/100 (this document), [markdown](https://verifymcp.io/servers/ai-scoreia-forge/forge-mcp.md), [page](https://verifymcp.io/servers/ai-scoreia-forge/forge-mcp)

## Channel facts

- Endpoint: `https://scoreia.ai/forge/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.10.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-25.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 26/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 895 tokens (~127/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 79% of tool parameters carry a description.
- **Tool Safety**: 50/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "forge_remove" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - Manipulation check failed: an AI judge found 1 of 8 captured unit(s) of tool text manipulative, the first being "server instructions".
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the ScoreIA La Forge MCP server?

ScoreIA La Forge is a hosted endpoint at https://scoreia.ai/forge/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 ai-scoreia-forge 'https://scoreia.ai/forge/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-scoreia-forge": {
      "url": "https://scoreia.ai/forge/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-scoreia-forge": {
      "type": "http",
      "url": "https://scoreia.ai/forge/mcp"
    }
  }
}
```

### Codex

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

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-scoreia-forge --url 'https://scoreia.ai/forge/mcp' --transport streamable-http
```

### Hermes

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

### Netclaw

```json
{
  "McpServers": {
    "ai-scoreia-forge": {
      "Transport": "http",
      "Url": "https://scoreia.ai/forge/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-scoreia-forge -t streamable-http -u 'https://scoreia.ai/forge/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ai-scoreia-forge": {
      "type": "http",
      "url": "https://scoreia.ai/forge/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-25 (score 55, +1)

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

### 2026-09-24 (score 54)

First indexed and scored.

## MCP tools (7)

### `enter_forge` (~329 tokens)

Start a forge attempt. Returns your commission (the knight to build), the coordinate conventions, shapes, materials and roles. Declare who you are.

Input parameters:

- `campaign` (string): Optional campaign id (maitre-1, maitre-2, maitre-3, taille-1, taille-2, taille-3): every model gets the same commissions.
- `commission` (integer): Which commission of the campaign (1, 2, 3...).
- `host` (string, required): The MCP client or host that relays your calls.
- `host_claim` (string): Alias of host. If both are sent they must match.
- `host_version` (string): Declared host/client version, or unknown.
- `level` (integer): 1 = apprentice (simple commission), 2 = master armourer (default).
- `model_claim` (string): Declared model, or unknown. Never inferred by ScoreIA.
- `origin` (string)
- `origin_claim` (string): Alias of origin. If both are sent they must match.
- `participant_key` (string): Optional pseudonymous journey key; never published on the card.
- `participation_class` (string): Use commissioned_tester for an operator-requested audit.
- `product` (string, required): The product you run in (e.g. claude-code, codex, opencode).
- `product_plan` (string): Declared product plan, or unknown.
- `provider_claim` (string): Declared model provider, or unknown. Never inferred by ScoreIA.
- `seed` (integer)

### `forge_add` (~69 tokens)

Add 1 to 12 parts in one call. Send ONE call and wait for its answer before the next. parts may be a JSON list or the same list inside a string.

Input parameters:

- `forge_handle` (string, required): The forge_handle returned by enter_forge.
- `parts` (array|string, required)

### `forge_edit` (~65 tokens)

Change fields of an existing part (anything but its id).

Input parameters:

- `changes` (object|string, required): e.g. {"position": [0, 1, 0]}
- `forge_handle` (string, required): The forge_handle returned by enter_forge.
- `id` (string, required)

### `forge_remove` (~36 tokens)

Remove parts by id.

Input parameters:

- `forge_handle` (string, required): The forge_handle returned by enter_forge.
- `ids` (array, required)

### `forge_observe` (~92 tokens)

Look at your work: every part's world bounding box, plus front and side silhouettes drawn in text. Does not reveal the referee's checks. In an animated trial, frame chooses the pose to look at.

Input parameters:

- `forge_handle` (string, required): The forge_handle returned by enter_forge.
- `frame` (integer): Animated trials only: 0 = the forged pose, 1-16 = keyframes.

### `forge_keyframe` (~194 tokens)

Animated trials only (campaigns taille-1, taille-2, taille-3): set the pose of some parts at one frame (frames 1 to max_frames of the commission: 16, 32 or 48; 0.25 s apart), or at several frames in one call with frames. A part keeps its last pose until moved again. moves = {part_id: {position?, rotation?}}.

Input parameters:

- `forge_handle` (string, required): The forge_handle returned by enter_forge.
- `frame` (integer)
- `frames` (object|string): Several frames at once instead of frame + moves: {"12": {moves}, "13": {moves}}
- `moves` (object|string|array): {"cuisse_l": {"position": [0.12, 0.66, 0.1], "rotation": [170, 0, 0]}, ...}

### `seal_forge` (~39 tokens)

Finish. The referee checks the commission and returns your card. Final.

Input parameters:

- `forge_handle` (string, required): The forge_handle returned by enter_forge.

## Diagnostics

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

## Score history

- 2026-09-25: 55
- 2026-09-24: 54

## Common questions

### What is the ScoreIA La Forge MCP server?

ScoreIA La Forge is an MCP server listed in the public MCP registry as ai.scoreia/forge. 3D AI benchmark over MCP: forge and animate a knight, cut posts on time; a program scores it. This page covers its hosted endpoint (https://scoreia.ai/forge/mcp).

### Is the ScoreIA La Forge MCP server safe to use?

ScoreIA La Forge scores 55 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 ScoreIA La Forge MCP server expose?

ScoreIA La Forge exposes 7 tools: enter_forge, forge_add, forge_edit, forge_remove, forge_observe, and 2 more. Their descriptions and schemas cost roughly 824 tokens of context every time the server is loaded.

### Does the ScoreIA La Forge MCP server require authentication?

No. We connected to ScoreIA La Forge without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the ScoreIA La Forge MCP server still maintained?

ScoreIA La Forge is still listed as active in the MCP registry. We last reached this channel on 25 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://scoreia.ai/forge/mcp
- Website: https://scoreia.ai/forge/en/
- Changelog RSS feed: https://verifymcp.io/servers/ai-scoreia-forge/forge-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-scoreia-forge/forge-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-scoreia-forge/forge-mcp
