# FairStash — Roblox trade values (remote · fairstash.app)

Roblox trade values and trade fairness for MM2, Adopt Me and Flee the Facility.

- Trust score: 77/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `fairstash.app`: 77/100 (this document), [markdown](https://verifymcp.io/servers/app-fairstash-roblox-trade-values/api-mcp.md), [page](https://verifymcp.io/servers/app-fairstash-roblox-trade-values/api-mcp)

## Channel facts

- Endpoint: `https://fairstash.app/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-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 678 tokens (~169/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the FairStash — Roblox trade values MCP server?

FairStash — Roblox trade values is a hosted endpoint at https://fairstash.app/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 app-fairstash-roblox-trade-values 'https://fairstash.app/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "app-fairstash-roblox-trade-values": {
      "url": "https://fairstash.app/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "app-fairstash-roblox-trade-values": {
      "type": "http",
      "url": "https://fairstash.app/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.app-fairstash-roblox-trade-values]
url = "https://fairstash.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-fairstash-roblox-trade-values": {
      "type": "remote",
      "url": "https://fairstash.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-fairstash-roblox-trade-values --url 'https://fairstash.app/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-fairstash-roblox-trade-values:
    url: "https://fairstash.app/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "app-fairstash-roblox-trade-values": {
      "Transport": "http",
      "Url": "https://fairstash.app/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add app-fairstash-roblox-trade-values -t streamable-http -u 'https://fairstash.app/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "app-fairstash-roblox-trade-values": {
      "type": "http",
      "url": "https://fairstash.app/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-20 (score 77, +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-19 (score 76, 0)

- [functional regression] Schema quality: 149 → 169
- [cosmetic] “check_trade” reworded the description of “get”
- [cosmetic] “check_trade” reworded the description of “give”
- [cosmetic] “get_value” reworded the description of “item”
- [cosmetic] “search_items” reworded the description of “query”

### 2026-09-17 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 74, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-13 (score 74)

First indexed and scored.

## MCP tools (4)

### `get_value` (~182 tokens)

Look up an item value

What one item is worth in a Roblox trading game — Flee the Facility (FTF), Murder Mystery 2 (MM2) or Adopt Me. Returns the community trade value, how wanted the item is, where it stands in its own catalogue, how often it turned up in the newest marketplace listings, and the date the numbers were collected. Use it for questions like "how much is a Chroma Luger worth in MM2". Values are community estimates, not official Roblox prices.

Input parameters:

- `game` (string): Which game. Leave it out and the item name decides.
- `item` (string, required): Item name as a player would write it, e.g. "chroma luger", "party balloons", "shadow dragon". Russian names work too and are answered with the Russian page: "теневой дракон", "ледокол 2020".

### `check_trade` (~174 tokens)

Check whether a trade is fair

Adds up both sides of a proposed trade in one game and answers win, fair or lose, with the gap in per cent. Both sides are written as the player would say them: "2 party balloons, sakura" or "neon shadow dragon". A trade that mixes two games is refused rather than calculated: the three games use different scales that cannot be added together.

Input parameters:

- `game` (string): Which game. Leave it out and the item names decide.
- `get` (string, required): What the player receives, comma separated. Russian works here too: "ледяной дракон".
- `give` (string, required): What the player gives away, comma separated. Russian works, including quantities and pet variants: "неон теневой дракон", "2 ледокол 2020 и хрома люгер".

### `list_values` (~139 tokens)

List the most valuable items

The most valuable items in one game, most valuable first, with their community values and page links. Optionally narrowed to one section of the catalogue (for MM2: godly, ancient, sets, pets, chroma, knife, gun…). Use it for "what are the most expensive knives in MM2" or to see what a game's scale looks like.

Input parameters:

- `game` (string, required): Which game to list.
- `limit` (integer): How many items to return. Default 20.
- `section` (string): MM2 only: section slug such as godly, ancient, sets, pets, chroma, knife, gun.

### `search_items` (~115 tokens)

Find items by name

Finds items across all three games by a partial name and returns the candidates with their game, value and page link. Use it when the name a player wrote is ambiguous, misspelled or could belong to more than one game, before asking get_value for the exact one.

Input parameters:

- `limit` (integer): How many candidates. Default 10.
- `query` (string, required): Part of an item name, e.g. "chroma", "dragon", "hammer" — or in Russian: "дракон", "нож".

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-fairstash-roblox-trade-values/api-mcp#diagnostics

## Score history

- 2026-09-20: 77
- 2026-09-19: 76
- 2026-09-18: 76
- 2026-09-17: 76
- 2026-09-16: 75
- 2026-09-15: 75
- 2026-09-14: 74
- 2026-09-13: 74

## Common questions

### What is the FairStash — Roblox trade values MCP server?

FairStash — Roblox trade values is an MCP server listed in the public MCP registry as app.fairstash/roblox-trade-values. Roblox trade values and trade fairness for MM2, Adopt Me and Flee the Facility. This page covers its hosted endpoint (https://fairstash.app/api/mcp).

### Is the FairStash — Roblox trade values MCP server safe to use?

FairStash — Roblox trade values scores 77 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 FairStash — Roblox trade values MCP server expose?

FairStash — Roblox trade values exposes 4 tools: get_value, check_trade, list_values, search_items. Their descriptions and schemas cost roughly 610 tokens of context every time the server is loaded.

### Does the FairStash — Roblox trade values MCP server require authentication?

No. We connected to FairStash — Roblox trade values without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the FairStash — Roblox trade values MCP server still maintained?

FairStash — Roblox trade values is still listed as active in the MCP registry. We last reached this channel on 20 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://fairstash.app/api/mcp
- Website: https://fairstash.app/mcp
- Changelog RSS feed: https://verifymcp.io/servers/app-fairstash-roblox-trade-values/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-fairstash-roblox-trade-values/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-fairstash-roblox-trade-values/api-mcp
