# io.github.f-tiger/agiscorecard-web3-workbench (remote · web3.agiscorecard.com)

AGI Scorecard Web3 Workbench: ten free deterministic review tools (stablecoin, gas, zkML, agents).

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `web3.agiscorecard.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/f-tiger-agiscorecard-web3-workbench/web3.md), [page](https://verifymcp.io/servers/f-tiger-agiscorecard-web3-workbench/web3)

## Channel facts

- Endpoint: `https://web3.agiscorecard.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.7.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-27.

- **Endpoint Security**: 69/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 enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 3153 tokens (~50/item across 62 items; 12 tools + 50 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 97% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the io.github.f-tiger/agiscorecard-web3-workbench MCP server?

io.github.f-tiger/agiscorecard-web3-workbench is a hosted endpoint at https://web3.agiscorecard.com/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 f-tiger-agiscorecard-web3-workbench 'https://web3.agiscorecard.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "f-tiger-agiscorecard-web3-workbench": {
      "url": "https://web3.agiscorecard.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "f-tiger-agiscorecard-web3-workbench": {
      "type": "http",
      "url": "https://web3.agiscorecard.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.f-tiger-agiscorecard-web3-workbench]
url = "https://web3.agiscorecard.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "f-tiger-agiscorecard-web3-workbench": {
      "type": "remote",
      "url": "https://web3.agiscorecard.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add f-tiger-agiscorecard-web3-workbench --url 'https://web3.agiscorecard.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  f-tiger-agiscorecard-web3-workbench:
    url: "https://web3.agiscorecard.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "f-tiger-agiscorecard-web3-workbench": {
      "Transport": "http",
      "Url": "https://web3.agiscorecard.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add f-tiger-agiscorecard-web3-workbench -t streamable-http -u 'https://web3.agiscorecard.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "f-tiger-agiscorecard-web3-workbench": {
      "type": "http",
      "url": "https://web3.agiscorecard.com/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-27 (score 72, +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-26 (score 71, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-25 (score 71)

First indexed and scored.

## MCP tools (12)

### `search` (~40 tokens)

Find a Web3 worksheet

Search this server’s public AI/Web3 tools and citation pages. English and Chinese names supported. Empty query lists the available worksheets.

Input parameters:

- `query` (string, required)

Output parameters:

- `results` (array)

### `fetch` (~49 tokens)

Read a Web3 method and sources

Retrieve a public tool reference by the ID returned from search. Contains methodology, limits, official source links and fictional worked examples; no user records. Cite the returned canonical URL.

Input parameters:

- `id` (string, required)

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url` (string)

### `reconcile_stablecoin_records` (~112 tokens)

Stable Reconcile

Stable Reconcile compares your declared invoices with recorded stablecoin transfers. It separates partial payments, pending transfers and wrong-network records, with exact decimal totals. Use it for a local exception review before updating your books. No wallet sync, automatic matching, FX, refund processing, tax accounting or independent finality checks. Retrieve reconcile with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `invoices` (array, required): Invoices
- `transfers` (array, required): Transfers

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `review_agent_evidence` (~177 tokens)

Agent Evidence

Agent Evidence reviews imported task outcomes within one task, version and date window. It deduplicates sample labels and shows failures, exclusions and uncertainty. It helps review a supplier comparison; it does not run evaluations or verify reviewer identities. No public reputation ranking, identity verification, calibrated prediction or Sybil detection. Retrieve evidence with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `asOf` (string, required): Review date (UTC) (preserve source text; decimal amounts must stay strings)
- `maxAgeDays` (number, required): Maximum evidence age (days)
- `records` (array, required): Records
- `task` (string, required): Task (preserve source text; decimal amounts must stay strings)
- `version` (string, required): Version (preserve source text; decimal amounts must stay strings)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `plan_fallback_routes` (~184 tokens)

Route Lab

Route Lab compares short supplier sequences using entered cost, success and latency assumptions. It checks the worst-case total against your budget before sorting feasible options by expected cost. It is an offline planning tool; no model or payment is called. Offline planning only. No live requests, model judge, payment, dynamic bandit or production routing. Retrieve route with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `budget` (string, required): Total budget (preserve source text; decimal amounts must stay strings)
- `candidates` (array, required): Candidates
- `currency` (string, required): Currency (preserve source text; decimal amounts must stay strings)
- `maxAttempts` (number, required): Maximum attempts
- `maxLatencyMs` (number, required): Total latency bound (ms)
- `minSuccess` (number, required): Minimum success probability (0–1)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `read_protocol_profiles` (~174 tokens)

Protocol Ledger

Protocol Ledger is a free, dated reference for five payment, agent-identity and token interfaces. Each record preserves its official specification, review date and interpretation limits. Filter the same snapshot in the browser or retrieve it through the JSON API. Five initial profiles; no market prices, exhaustive schema coverage, real-time protocol monitoring or paid endpoint. Retrieve protocol with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `asOf` (string, required): Review date (UTC) (preserve source text; decimal amounts must stay strings)
- `maxAgeDays` (number, required): Maximum evidence age (days)
- `purpose` (string, required): Purpose (preserve source text; decimal amounts must stay strings)
- `status` (string, required): Status (preserve source text; decimal amounts must stay strings)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `check_data_permissions` (~208 tokens)

Data Permit

Data Permit compares an intended AI use with your recorded grant conditions: region, expiry, revocation and consent status. It calculates a proposed split of received revenue and keeps incompatible shares unallocated. Matching fields does not establish a legal license. No legal opinion, rights verification, consent collection, access enforcement, token issuance or payment. Retrieve permit with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `asOf` (string, required): Review date (UTC) (preserve source text; decimal amounts must stay strings)
- `currency` (string, required): Currency (preserve source text; decimal amounts must stay strings)
- `datasets` (array, required): Datasets
- `receivedRevenue` (string, required): Revenue already received (preserve source text; decimal amounts must stay strings)
- `region` (string, required): Region (preserve source text; decimal amounts must stay strings)
- `use` (string, required): Use (preserve source text; decimal amounts must stay strings)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `compare_compute_costs` (~178 tokens)

Compute Lens

Compute Lens compares measured workload runs using total entered compute, setup, storage and egress costs per accepted output. It filters mismatched workload labels, currencies, quality and memory limits. All examples are fictional; no live GPU quotes are supplied. No live GPU inventory, automatic benchmarking, reservation, infrastructure management or verified savings. Retrieve compute with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `currency` (string, required): Currency (preserve source text; decimal amounts must stay strings)
- `minimumPassRate` (number, required): Minimum accepted fraction (0–1)
- `model` (string, required): Model (preserve source text; decimal amounts must stay strings)
- `runs` (array, required): Runs
- `workload` (string, required): Workload (preserve source text; decimal amounts must stay strings)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `model_contributor_rewards` (~267 tokens)

Incentive Lab

Incentive Lab separates customer revenue from token subsidy, then allocates a declared reward budget using accepted work and quality weights. Contributor caps and exact budget conservation keep the scenario inspectable. The worksheet does not establish Sybil resistance or distribute tokens. No live subnet data, fraud detection, Bittensor emission replication, staking recommendation or token distribution. Retrieve incentives with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `budget` (string, required): Total budget (preserve source text; decimal amounts must stay strings)
- `capPercent` (number, required): Maximum contributor share (%)
- `computeCost` (string, required): Compute Cost (preserve source text; decimal amounts must stay strings)
- `contributors` (array, required): Contributors
- `currency` (string, required): Currency (preserve source text; decimal amounts must stay strings)
- `customerRevenue` (string, required): Customer Revenue (preserve source text; decimal amounts must stay strings)
- `otherCost` (string, required): Other Cost (preserve source text; decimal amounts must stay strings)
- `reviewCost` (string, required): Review Cost (preserve source text; decimal amounts must stay strings)
- `tokenSubsidy` (string, required): Token Subsidy (preserve source text; decimal amounts must stay strings)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `plan_zkml_costs` (~339 tokens)

Proof Plan

Proof Plan estimates proving compute and onchain verification costs from your own measurements. It checks a per-job latency target and preserves model, input and verification-key hashes. It plans an integration; it does not generate or verify a zero-knowledge proof. No ZK proof generation or cryptographic verification. File hashing verifies bytes only; it is not proof of model correctness. Retrieve proof with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `budgetUsd` (number, required): Budget (USD)
- `computeHourlyUsd` (number, required): Proving compute (USD/hour)
- `gasPerVerify` (number, required): Gas per verification
- `gasPriceGwei` (number, required): Gas Price Gwei
- `inputHash` (string, required): Input Hash (preserve source text; decimal amounts must stay strings)
- `jobs` (number, required): Jobs
- `latencySlaSeconds` (number, required): Latency target (seconds)
- `modelHash` (string, required): Model Hash (preserve source text; decimal amounts must stay strings)
- `nativePriceUsd` (number, required): Native token price (USD)
- `proofBytes` (number, required): Proof size (bytes)
- `proveSeconds` (number, required): Proving time (seconds)
- `statement` (string, required): Statement (preserve source text; decimal amounts must stay strings)
- `verificationKeyHash` (string, required): Verification Key Hash (preserve source text; decimal amounts must stay strings)
- `verifierVersion` (string, required): Verifier Version (preserve source text; decimal amounts must stay strings)
- `verifyMs` (number, required): Verification time (ms)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `decode_token_call` (~253 tokens)

Call Lens

Call Lens decodes supported token-call shapes locally and compares the recipient, spender and atomic amount with your expectations. It distinguishes ERC-20 allowances from ERC-721 token IDs using the declared standard. It never connects a wallet or evaluates contract safety. No chain simulation, malicious-contract detection, token identity lookup, balance inspection or safety verdict. Retrieve calls with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `data` (string, required): Hex calldata (preserve source text; decimal amounts must stay strings)
- `expectedRecipient` (string, required): Expected recipient / spender (preserve source text; decimal amounts must stay strings)
- `maxAtomicAmount` (string, required): Amount limit (atomic units) (preserve source text; decimal amounts must stay strings)
- `nativeValueAtomic` (string, required): Native value (atomic units) (preserve source text; decimal amounts must stay strings)
- `network` (string, required): Network (preserve source text; decimal amounts must stay strings)
- `to` (string, required): Target contract (preserve source text; decimal amounts must stay strings)
- `tokenStandard` (string, required): Token Standard (preserve source text; decimal amounts must stay strings)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

### `compare_rwa_disclosures` (~145 tokens)

RWA Notes

RWA Notes compares two sets of supplied asset disclosure fields while retaining units, dates and source references. It flags missing values and incompatible comparisons. It does not verify reserves, issuer solvency or redemption rights. No live asset feed, reserve audit, redemption verification, credit rating or investment recommendation. Retrieve disclosures with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.

Input parameters:

- `after` (array, required): After
- `asOf` (string, required): Review date (UTC) (preserve source text; decimal amounts must stay strings)
- `before` (array, required): Before
- `maxAgeDays` (number, required): Maximum evidence age (days)

Output parameters:

- `citation` (object)
- `evidenceStatus` (string)
- `limitations` (string)
- `officialReferences` (array)
- `processing` (string)
- `report` (object)
- `revision` (string)
- `toolId` (string)
- `version` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/f-tiger-agiscorecard-web3-workbench/web3#diagnostics

## Score history

- 2026-09-27: 72
- 2026-09-26: 71
- 2026-09-25: 71

## Common questions

### What is the io.github.f-tiger/agiscorecard-web3-workbench MCP server?

io.github.f-tiger/agiscorecard-web3-workbench is an MCP server listed in the public MCP registry as io.github.f-tiger/agiscorecard-web3-workbench. AGI Scorecard Web3 Workbench: ten free deterministic review tools (stablecoin, gas, zkML, agents). This page covers its hosted endpoint (https://web3.agiscorecard.com/mcp).

### Is the io.github.f-tiger/agiscorecard-web3-workbench MCP server safe to use?

io.github.f-tiger/agiscorecard-web3-workbench scores 72 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 io.github.f-tiger/agiscorecard-web3-workbench MCP server expose?

io.github.f-tiger/agiscorecard-web3-workbench exposes 12 tools: search, fetch, reconcile_stablecoin_records, review_agent_evidence, plan_fallback_routes, and 7 more. Their descriptions and schemas cost roughly 2,126 tokens of context every time the server is loaded.

### Does the io.github.f-tiger/agiscorecard-web3-workbench MCP server require authentication?

No. We connected to io.github.f-tiger/agiscorecard-web3-workbench without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.f-tiger/agiscorecard-web3-workbench MCP server still maintained?

io.github.f-tiger/agiscorecard-web3-workbench is still listed as active in the MCP registry. We last reached this channel on 27 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://web3.agiscorecard.com/mcp
- Website: https://web3.agiscorecard.com/
- Changelog RSS feed: https://verifymcp.io/servers/f-tiger-agiscorecard-web3-workbench/web3.xml
- Changelog JSON feed: https://verifymcp.io/servers/f-tiger-agiscorecard-web3-workbench/web3.json
- HTML version of this page: https://verifymcp.io/servers/f-tiger-agiscorecard-web3-workbench/web3
