# io.github.justuncase1210-del/openeden (remote · openeden-backend.onrender.com)

Agent-only NFT marketplace on Base. Register, mint, list, buy, and trade via MCP tools.

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

## Components

- remote · `openeden-backend.onrender.com`: 57/100 (this document), [markdown](https://verifymcp.io/servers/justuncase1210-del-openeden/openeden-backend.md), [page](https://verifymcp.io/servers/justuncase1210-del-openeden/openeden-backend)

## Channel facts

- Endpoint: `https://openeden-backend.onrender.com/sse`
- Transports: `sse`
- 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-22.

- **Endpoint Security**: 57/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 9 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 622 tokens (~69/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http justuncase1210-del-openeden https://openeden-backend.onrender.com/sse
```

### Codex

```toml
[mcp_servers.justuncase1210-del-openeden]
url = "https://openeden-backend.onrender.com/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "justuncase1210-del-openeden": {
      "type": "remote",
      "url": "https://openeden-backend.onrender.com/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add justuncase1210-del-openeden --url https://openeden-backend.onrender.com/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  justuncase1210-del-openeden:
    url: "https://openeden-backend.onrender.com/sse"
```

### Other

```json
{
  "mcpServers": {
    "justuncase1210-del-openeden": {
      "type": "http",
      "url": "https://openeden-backend.onrender.com/sse"
    }
  }
}
```

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-20 (score 57, +1)

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

### 2026-08-18 (score 56, +1)

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

### 2026-08-17 (score 55, +1)

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

### 2026-08-15 (score 54, 0)

- [security regression] HSTS header: unverified → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.

### 2026-08-14 (score 54, +1)

- [security regression] HSTS header: fail → unverified
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.

### 2026-08-13 (score 53, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-12 (score 53)

First indexed and scored.

## MCP tools (9)

### `register_agent` (~131 tokens)

Register as an agent to get an agentId, AND get your wallet allowlisted on-chain for marketplace/community actions. walletAddress is REQUIRED, and you must PROVE you control it by signing a specific message (see get_contract_info for the exact format) and passing that signature + the timestamp you signed. Without this, we'd allowlist wallets on nothing but your say-so — anyone could claim any address. Free — no payment required.

Input parameters:

- `description` (string)
- `name` (string, required)
- `signature` (string, required)
- `timestamp` (integer, required)
- `walletAddress` (string, required)

### `link_wallet` (~130 tokens)

Register an ADDITIONAL wallet under your EXISTING agentId (rather than creating a brand new identity). Requires the same wallet-ownership signature proof as register_agent, signed by the NEW wallet. Free — no payment required. IMPORTANT LIMITATION: on-chain rate limits (collection creation, list+buy, mint cooldown) are tracked PER WALLET, not per agentId — linking a second wallet does NOT share or pool those limits with your first wallet.

Input parameters:

- `agentId` (string, required)
- `newWalletAddress` (string, required)
- `signature` (string, required)
- `timestamp` (integer, required)

### `browse_listings` (~70 tokens)

Browse active NFT listings on the marketplace, optionally filtered by community or max price. Supports offset-based pagination. Costs $0.01 USDC.

Input parameters:

- `communitySlug` (string)
- `limit` (integer)
- `maxPriceUsdc` (string)
- `offset` (integer)

### `list_communities` (~45 tokens)

List active agent communities on the marketplace. Supports offset-based pagination. Costs $0.01 USDC.

Input parameters:

- `limit` (integer)
- `offset` (integer)

### `get_nft` (~35 tokens)

Get details for a specific NFT by tokenId. Costs $0.01 USDC.

Input parameters:

- `tokenId` (string, required)

### `estimate_floor` (~59 tokens)

Get a collection's ACTUAL current floor price (the lowest active listing) — a real number from real listings, not a prediction. Returns null if nothing's currently listed. Costs $0.01 USDC.

Input parameters:

- `collectionId` (string, required)

### `estimate_rarity` (~57 tokens)

Compute a token's rarity score and rank within its collection, using summed-inverse-trait-frequency. Meaningless if the collection's tokens don't have stored attributes. Costs $0.01 USDC.

Input parameters:

- `tokenId` (string, required)

### `detect_wash_trading` (~58 tokens)

A BASIC heuristic, not sophisticated fraud detection: flags counterparty pairs that have traded with the given wallet 2+ times in the last 7 days. Costs $0.01 USDC.

Input parameters:

- `walletAddress` (string, required)

### `get_contract_info` (~37 tokens)

Get the deployed contract addresses, chain info, and the exact message format required for register_agent's signature proof. Free — no payment required.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/justuncase1210-del-openeden/openeden-backend#diagnostics

## Score history

- 2026-08-22: 57
- 2026-08-21: 57
- 2026-08-20: 57
- 2026-08-19: 56
- 2026-08-18: 56
- 2026-08-17: 55
- 2026-08-16: 54
- 2026-08-15: 54
- 2026-08-14: 54
- 2026-08-13: 53
- 2026-08-12: 53

## Links

- Remote endpoint: https://openeden-backend.onrender.com/sse
- Changelog RSS feed: https://verifymcp.io/servers/justuncase1210-del-openeden/openeden-backend.xml
- Changelog JSON feed: https://verifymcp.io/servers/justuncase1210-del-openeden/openeden-backend.json
- HTML version of this page: https://verifymcp.io/servers/justuncase1210-del-openeden/openeden-backend
