mcpbeat Sign in

Metis RWA Research MCP Server

by metis-rwa Your server? Claim it
not responding

Metis RWA Research is listed as active in the registry but did not answer our last check. 36 installs a week from npm. It exposes 12 tools. Last commit 13 Aug 2026.

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

Installs per day peak 15 · avg 5 · +109% w/w
a month agotoday
Uptime history 40 days of history · worst day 0%
40 days agonow
0.0%
Uptime 24h
0 of 91 checks
12
Tools
read from the server
73 ms
Response time
average over 24h
36
Installs / week
npm and PyPI

Metis RWA Research does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add mcp --transport http https://metisagent.co/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://metisagent.co/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://metisagent.co/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://metisagent.co/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://metisagent.co/mcp"
    }
  }
}

This one needs environment variables set before it will start: SOLANA_RPC_URL (Solana JSON-RPC endpoint. Public nodes throttle the heavier reads, so a dedicated endpoint is recommended.), METIS_API_URL (Base URL of the Metis research API. Defaults to https://metisagent.co.), METIS_ASSETS_FILE (Path to a JSON file of extra assets to register alongside the built-in universe.), METIS_MCP_STATE_DIR (Directory for the local observation history. Set to "off" to keep history in memory only.), METIS_MCP_TIMEOUT_MS (Network timeout per outbound request, in milliseconds. Defaults to 20000.). The author declared them in the registry entry; get the values from the project itself.

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

research
get_research
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.
get_research_status
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.
list_research
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.
token
get_token_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 controls such as a permanent delegate, a transfer hook, or frozen-by-default accounts change what ownership is worth.
get_token_market
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.
get_token_supply
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.
holder
get_holder_concentration
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.
observation
get_observation_history
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.
observe
observe_asset
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.
reference
get_reference_premium
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.
rwa
list_rwa_assets
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.
sources
check_sources
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.

Endpoints

URLTransportStateLatencyChecked
https://metisagent.co/mcp streamable-http answering 73 ms 6 min ago

Alternatives to Metis RWA Research

same job, measured the same way
Realmint
by realmint-io

Agent-native scoring, search and routing for tokenized real-world assets across multi-chain.

16 tools answering
TokenBank — tokenized real-world assets
by tokenbank

4,168 tokenized real-world assets: yield, risk, and who is actually allowed to buy each one

10 tools answering
Loomdesk
by loomdesk

Tokenized stock pools on Robinhood Chain: where liquidity earns, and the transactions to provide it.

11 tools answering
Stocks On Chain
by stocksonchain

Read-only tokenized stock data: issuers, chains, contract addresses and corporate actions.

7 tools answering
APEX on X1
by apexfaucet

Is token volume real? Wash-trade and exit-liquidity checks, X1 screener. Pay per call in USDC.

90 tools answering
Agent Workspace Practice
by jimy-r

Search + patterns, maturity assessment, context pricing, redaction checks - a practice as tools.

6 tools answering
Tokenized Stocks & Agent Data (x402)
by fly-x402-accelerometer-feed

x402-paid data for agents: tokenized stocks on Base, Solana token verdicts, AI-progress readings

12 tools answering
Open Registry Poc
by nottiboy137

PoC: Open Registry supply chain — unvetted server listing (security research)

17 installs/wk local only

Metis RWA Research — questions

Answers built from our own checks of this server.

What can Metis RWA Research do?
It exposes 12 tools, read directly from the server on our last check. Among them: check_sources, get_holder_concentration, get_observation_history, get_reference_premium, get_research, get_research_status and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Metis RWA Research mostly used for?
Its tools cluster around research and token. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Metis RWA Research working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 73 ms. The bar chart above shows every period we have measured.
The registry lists Metis RWA Research as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Metis RWA Research?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Metis RWA Research need an API key?
No. Metis RWA Research completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use Metis RWA Research?
The npm package @metisagent/mcp was installed 36 times in the last week. Week over week that is +109%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Metis RWA Research open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.