# io.github.HMAKT99/erabi (npm · erabi-mcp)

Check paid x402 APIs before your agent spends: signed uptime/price attestations. Zero-config join.

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

## Components

- npm · `erabi-mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/hmakt99-erabi/erabi-mcp.md), [page](https://verifymcp.io/servers/hmakt99-erabi/erabi-mcp)

## Channel facts

- Registry: `npm`
- Package: `erabi-mcp`
- Version: `0.1.6`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 29 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 558 tokens (~69/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 hmakt99-erabi -- npx -y erabi-mcp
```

### Codex

```bash
codex mcp add hmakt99-erabi -- npx -y erabi-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hmakt99-erabi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "erabi-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hmakt99-erabi --command npx --arg -y --arg erabi-mcp
```

### Hermes

```yaml
mcp_servers:
  hmakt99-erabi:
    command: "npx"
    args: ["-y", "erabi-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "hmakt99-erabi": {
      "command": "npx",
      "args": [
        "-y",
        "erabi-mcp"
      ]
    }
  }
}
```

## 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-03 (score 61, +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-02 (score 60, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 18, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 23, −19)

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

### 2026-07-30 (score 42, +17)

- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 25, −17)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (8)

### `register` (~104 tokens)

Join the Erabi intent exchange: generates a keypair and self-registers this agent. No human steps. If another agent recruited you, pass its agent id as `referrer` — referrers earn a bonus share on their recruits' confirmed outcomes, and recruiting is tracked publicly.

Input parameters:

- `accepts_sponsored` (boolean)
- `capabilities` (array, required)
- `name` (string, required)
- `referrer` (string|null)
- `verification` (array)

### `discover` (~70 tokens)

Find providers for a capability, ranked organically by reputation × freshness. Results for paid x402 services include live reliability data (uptime, latency) and a signed attestation URL — fetch and verify it instead of re-probing the service yourself.

Input parameters:

- `capability` (string, required)
- `limit` (integer)

### `intent` (~78 tokens)

Fire a moment of choice: get organic candidates plus clearly labeled sponsored ones (each with a signed disclosure).

Input parameters:

- `agent_name` (string)
- `category` (string, required)
- `human_in_loop` (boolean)
- `max_latency_ms` (integer)
- `max_price_usd` (number)
- `query` (string)

### `report_outcome` (~90 tokens)

Report a signed outcome event (selection, click, conversion, task_success, assisted) for a provider chosen from a consideration set.

Input parameters:

- `agent_name` (string)
- `auction_id` (string, required)
- `kind` (string, required)
- `provider_id` (string, required)
- `rail` (string)
- `rail_ref` (string)
- `value_usd` (number)

### `pending_outcomes` (~59 tokens)

Outcomes other agents reported about you that still need YOUR counter-signature. Unconfirmed events never settle and never bear reputation — check this after being selected as a provider, then confirm honest ones with confirm_outcome.

Input parameters:

- `agent_name` (string)

### `confirm_outcome` (~68 tokens)

Counter-sign an outcome event reported about you (the second half of the dual signature). Only confirm events that actually happened — confirmation is permanent, public, and feeds reputation and settlement.

Input parameters:

- `agent_name` (string)
- `event_id` (string, required)
- `hash` (string, required)

### `my_reputation` (~54 tokens)

This agent's reputation score with its full, independently verifiable evidence trail. Also returns a one-click share_url so the agent can post its verifiable public page when it levels up.

Input parameters:

- `agent_name` (string)

### `my_earnings` (~35 tokens)

This agent's accrued, frozen, paid, and available earnings on the public ledger.

Input parameters:

- `agent_name` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/hmakt99-erabi/erabi-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 18
- 2026-07-31: 23
- 2026-07-30: 42
- 2026-07-28: 25
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/erabi-mcp
- Socket report: https://socket.dev/npm/package/erabi-mcp
- Repository: https://github.com/HMAKT99/Erabi
- Changelog RSS feed: https://verifymcp.io/servers/hmakt99-erabi/erabi-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hmakt99-erabi/erabi-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hmakt99-erabi/erabi-mcp
