# Metis RWA Research (npm · @metisagent/mcp)

Research tokenized real-world assets on Solana: issuer controls, supply, liquidity, premiums

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `metisagent.co`: 69/100, [markdown](https://verifymcp.io/servers/metis-rwa-mcp/metisagent.md), [page](https://verifymcp.io/servers/metis-rwa-mcp/metisagent)
- npm · `@metisagent/mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/metis-rwa-mcp/metisagent-mcp.md), [page](https://verifymcp.io/servers/metis-rwa-mcp/metisagent-mcp)

## Channel facts

- Registry: `npm`
- Package: `@metisagent/mcp`
- Version: `0.1.1`
- 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-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **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 (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1355 tokens (~96/item across 14 items; 12 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 95% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add metis-rwa-mcp -- npx -y @metisagent/mcp
```

### Codex

```bash
codex mcp add metis-rwa-mcp -- npx -y @metisagent/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add metis-rwa-mcp --command npx --arg -y --arg @metisagent/mcp
```

### Hermes

```yaml
mcp_servers:
  metis-rwa-mcp:
    command: "npx"
    args: ["-y", "@metisagent/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "metis-rwa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@metisagent/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-13 (score 71)

First indexed and scored.

## MCP tools (12)

### `list_rwa_assets` (~113 tokens)

List tokenized assets

List the tokenized real-world assets this server knows by symbol, with their Solana mint and the security each one tracks. Every other tool also accepts a raw mint address, so this list is a starting point rather than a limit.

Input parameters:

- `assetType` (string): Filter by what the token tracks. Funds cover index, treasury, and commodity fund shares.
- `query` (string): Filter by substring against symbol, name, or tracked ticker. For example "gold", "AAPL", or "bank".

### `get_token_supply` (~80 tokens)

Read on-chain supply

Read circulating supply for a tokenized asset directly from Solana, along with decimals, the slot the read was taken at, and the token program that owns the mint. For a backed asset this is the number the issuer's reserves have to cover.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.

### `get_token_controls` (~109 tokens)

Inspect issuer controls

Inspect the powers an issuer holds over a token: mint authority, freeze authority, and every Token-2022 extension on the mint, each translated into what it means for someone holding the token. This is the first check to run on any real-world-asset token, because permissioned controls such as a permanent delegate, a transfer hook, or frozen-by-default accounts change what ownership is worth.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.

### `get_holder_concentration` (~131 tokens)

Read holder concentration

List the largest token accounts for an asset with each one's share of supply, the wallet that owns it, and whether it is frozen. Concentration is the practical exit-risk measure for a tokenized asset, though the top of this list is usually liquidity pools and custodians rather than end investors.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.
- `limit` (integer): How many accounts to list. The RPC returns at most 20.
- `resolveOwners` (boolean): Resolve the wallet behind each token account. Costs one extra RPC read.

### `get_token_market` (~97 tokens)

Read DEX market state

Read aggregated on-chain market state for a tokenized asset: pooled liquidity, 24h volume, transaction counts, and the individual pools behind those totals. Thin liquidity relative to supply is the usual reason a tokenized asset cannot be exited at its reference price.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.
- `pools` (integer): How many pools to list, largest first.

### `get_reference_premium` (~90 tokens)

Compare token price to its reference

Compare a tokenized asset's on-chain price against the price of the security it tracks, and report the gap in basis points. A persistent premium or discount is the clearest sign that the mint and redeem path is not clearing, whether because of venue friction, market hours, or issuer limits.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.

### `observe_asset` (~172 tokens)

Run an observation cycle

Run one full research cycle on a tokenized asset: read supply and holder concentration from Solana, read pooled liquidity and volume from DEX venues, read the token and reference prices, then compare all of it against the observations already stored for this asset. Returns the observations, any threshold detections, cross-source conflicts, a deterministic confidence score, and a hash of every payload used. The cycle is appended to local history, so calling it repeatedly deepens the baseline that supply, liquidity, activity, and concentration detections need.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.
- `baselineLimit` (integer): How many stored observations to use as baseline. 0 skips history entirely.
- `record` (boolean): Append this cycle to the local observation history.

### `get_observation_history` (~93 tokens)

Read stored observations

Read the observation history this server has stored for an asset, newest last, with the trend across premium, supply, liquidity, and concentration. History is written by observe_asset and lives on the machine running the server, not on any remote service.

Input parameters:

- `asset` (string, required): Registry symbol such as TSLAx, or any Solana mint address.
- `limit` (integer): How many stored points to return.

### `list_research` (~86 tokens)

List published research

List research objects published by the Metis agent, newest first. Each entry carries its confidence band, impact, and content hash. Use get_research to pull the full evidence graph behind one of them.

Input parameters:

- `asset` (string): Filter to one asset symbol, for example TSLAx.
- `category` (string): Filter by research category.
- `limit` (integer)

### `get_research` (~80 tokens)

Get one research object

Fetch a full published research object: thesis, claims with the evidence each one rests on, methodology, confidence rubric, limitations, and provenance including the content hash and the models used. Returned as JSON because the object model, not the prose, is the source of truth.

Input parameters:

- `id` (string, required): Research object id or slug, from list_research.

### `get_research_status` (~62 tokens)

Read agent runtime status

Read what the Metis research agent is doing right now: the investigation in flight and its stage, what is queued, the health of each source class, and the most recent public runtime events.

Input parameters:

- `events` (integer): How many recent events to include.

### `check_sources` (~49 tokens)

Check source health

Probe every data source this server depends on (Solana RPC, DEX venue data, and the price service) and report which answered and how fast. Run this when a research tool returns partial data.

## Diagnostics

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

## Score history

- 2026-08-17: 71
- 2026-08-16: 71
- 2026-08-15: 71
- 2026-08-14: 71
- 2026-08-13: 71

## Links

- npm package: https://www.npmjs.com/package/@metisagent/mcp
- Socket report: https://socket.dev/npm/package/@metisagent/mcp
- Repository: https://github.com/metis-rwa/mcp
- Website: https://metisagent.co/
- Changelog RSS feed: https://verifymcp.io/servers/metis-rwa-mcp/metisagent-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/metis-rwa-mcp/metisagent-mcp.json
- HTML version of this page: https://verifymcp.io/servers/metis-rwa-mcp/metisagent-mcp
