Metis RWA Research
NPM · @METISAGENT/MCP · 2 COMPONENTS · SCANNED AUG 17
Research tokenized real-world assets on Solana: issuer controls, supply, liquidity, premiums
Available components
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. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability88
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1355 tokens (~96/item across 14 items; 12 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage98
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 95% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @metisagent/mcp
claude mcp add metis-rwa-mcp -- npx -y @metisagent/mcp
codex mcp add metis-rwa-mcp -- npx -y @metisagent/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"metis-rwa-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@metisagent/mcp"
],
"enabled": true
}
}
} openclaw mcp add metis-rwa-mcp --command npx --arg -y --arg @metisagent/mcp
mcp_servers:
metis-rwa-mcp:
command: "npx"
args: ["-y", "@metisagent/mcp"] {
"mcpServers": {
"metis-rwa-mcp": {
"command": "npx",
"args": [
"-y",
"@metisagent/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 13 Aug 26 71
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 17 Aug 2026 · Analysed npm/@metisagent/mcp@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_sources Check source health ~49
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_holder_concentration Read holder concentration ~131
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | 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. |
No output schema declared.
No examples provided.
get_observation_history Read stored observations ~93
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | Registry symbol such as TSLAx, or any Solana mint address. |
| limit | integer | – | How many stored points to return. |
No output schema declared.
No examples provided.
get_reference_premium Compare token price to its reference ~90
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | Registry symbol such as TSLAx, or any Solana mint address. |
No output schema declared.
No examples provided.
get_research Get one research object ~80
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Research object id or slug, from list_research. |
No output schema declared.
No examples provided.
get_research_status Read agent runtime status ~62
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.
| Name | Type | Req | Description |
|---|---|---|---|
| events | integer | – | How many recent events to include. |
No output schema declared.
No examples provided.
get_token_controls Inspect issuer controls ~109
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | Registry symbol such as TSLAx, or any Solana mint address. |
No output schema declared.
No examples provided.
get_token_market Read DEX market state ~97
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | Registry symbol such as TSLAx, or any Solana mint address. |
| pools | integer | – | How many pools to list, largest first. |
No output schema declared.
No examples provided.
get_token_supply Read on-chain supply ~80
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | Registry symbol such as TSLAx, or any Solana mint address. |
No output schema declared.
No examples provided.
list_research List published research ~86
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | – | Filter to one asset symbol, for example TSLAx. |
| category | string | – | Filter by research category. |
| limit | integer | – | – |
No output schema declared.
No examples provided.
list_rwa_assets List tokenized assets ~113
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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". |
No output schema declared.
No examples provided.
observe_asset Run an observation cycle ~172
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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | 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. |
No output schema declared.
No examples provided.