Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Metis RWA Research

REMOTE · METISAGENT.CO · 2 COMPONENTS · SCANNED AUG 17

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

69 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security11
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

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.

remote · metisagent.co

# add to Claude Code
claude mcp add --transport http metis-rwa-mcp https://metisagent.co/mcp
# ~/.codex/config.toml
[mcp_servers.metis-rwa-mcp]
url = "https://metisagent.co/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "metis-rwa-mcp": {
      "type": "remote",
      "url": "https://metisagent.co/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add metis-rwa-mcp --url https://metisagent.co/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  metis-rwa-mcp:
    url: "https://metisagent.co/mcp"
// mcp.json
{
  "mcpServers": {
    "metis-rwa-mcp": {
      "type": "http",
      "url": "https://metisagent.co/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

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.

  • 17 Aug 26 0
    • Endpoint reachability: reachable → unreachable security
    • DNSSEC: fail → unverified security
    • Stability: 0.10 → unverified security
    • HSTS header: fail → unverified security
    • Authorization: partial → unverified security
    • TLS certificate: pass → unverified security
    • Transport: pass → fail security
    • HTTPS: unverified → pass security
    • Schema quality: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 16 Aug 26 +1

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

  • 14 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 13 Aug 26 67

    First indexed and scored.

Diagnostics

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 · Probed https://metisagent.co/mcp

TLS unreached
DNSSEC inconclusive

Validation of metisagent.co. Inconclusive

Zone DS Keys Algorithms Outcome
metisagent.co. Error no A/AAAA/CNAME RRset answered for the name
Authentication Inconclusive

We could not reach the endpoint well enough to judge its authorisation posture.

Result Inconclusive
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://metisagent.co/mcp Unreachable
http (plaintext) http://metisagent.co/mcp HTTPS enforced
MCP tools · 12 exposed · ~991 tokens

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.

Tool Tokens
check_sources ~41

Report the health of every data source the agent depends on, as recorded by its own observation cycles: which answered, how fast, and when they were last checked.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_holder_concentration ~106

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

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.
limitintegerHow many accounts to list. The RPC returns at most 20.

No output schema declared.

No examples provided.

get_observation_history ~88

Read the observation history this agent has stored for an asset, oldest first, with the change across the window. This is the record the cron cycle has been writing since the agent went live, not a session-local cache.

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.
limitintegerHow many stored points to return.

No output schema declared.

No examples provided.

get_reference_premium ~85

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

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.

No output schema declared.

No examples provided.

get_research ~78

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

NameTypeReqDescription
idstringyesResearch object id or slug, from list_research.

No output schema declared.

No examples provided.

get_research_status ~54

Read what the 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.

NameTypeReqDescription
eventsinteger

No output schema declared.

No examples provided.

get_token_controls ~107

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 controls such as a permanent delegate, a transfer hook, or frozen-by-default accounts change what ownership is worth.

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.

No output schema declared.

No examples provided.

get_token_market ~96

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

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.
poolsintegerHow many pools to list, deepest first.

No output schema declared.

No examples provided.

get_token_supply ~76

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

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.

No output schema declared.

No examples provided.

list_research ~82

List research objects this agent has published, newest first, each with its confidence band, impact, and content hash. Use get_research for the full evidence graph behind one of them.

NameTypeReqDescription
assetstringFilter to one asset symbol, for example TSLAx.
categorystringFilter by research category.
limitinteger

No output schema declared.

No examples provided.

list_rwa_assets ~54

List the tokenized real-world assets this agent tracks, with the Solana mint and the security each one follows. Other tools also accept a raw mint address, so this list is a starting point rather than a limit.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

observe_asset ~124

Run one research cycle on a tracked asset: read supply and concentration from Solana, pooled liquidity and volume from DEX venues, token and reference prices from a price service, then compare all of it against the observation history stored for this asset. Returns observations, threshold detections, cross-source conflicts, and a hash of every payload used. Reads only, it does not write to the agent's history.

NameTypeReqDescription
assetstringyesRegistry symbol such as TSLAx, or any Solana mint address.
baselineintegerHow many stored observations to compare against.

No output schema declared.

No examples provided.