← Registry

Analytics

metisagent.co

Provides on-chain analytics for tokenized real-world assets on Solana, including supply, holder concentration, market metrics, and issuer controls.

1 endpoint12 known toolsFirst detected August 13, 2026Last detected September 6, 2026

ENDPOINT 1

https://metisagent.co/mcp

No auth detected

MCP server metadata

Name
metis-rwa
Version
0.1.0
Capabilities
toolsresourcesprompts
Server instructions

Research tools for tokenized real-world assets on Solana. Start with get_token_controls when the question is whether a token is safe to hold: it reports the powers the issuer keeps over holder positions. Use observe_asset for a live cycle across chain state, market state, and price, compared against the observation history this agent has stored for the asset. Use list_research and get_research to read what has already been published, and get_research_status to see what the agent is working on right now. Every tool accepts either a registry symbol such as TSLAx or a raw Solana mint address. Read the metis://methodology resource before presenting figures as conclusions.

Known tools 12

list_rwa_assets

List the tokenized real-world assets this agent tracks, with the Solana mint and the security each one follows.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_reference_premium

Compare a tokenized asset's on-chain price against the price of the security it tracks, reported in basis points.

Inferred read-only
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.

Inferred read-only
get_observation_history

Read the observation history this agent has stored for an asset, oldest first, with the change across the window.

Inferred read-only
list_research

List research objects this agent has published, newest first, each with its confidence band, impact, and content hash.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.metis-rwa]
url = "https://metisagent.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "metis-rwa": {
      "type": "http",
      "url": "https://metisagent.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: metis-rwa
Remote MCP URL: https://metisagent.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "metis-rwa": {
      "url": "https://metisagent.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "metis-rwa": {
      "type": "http",
      "url": "https://metisagent.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "metis-rwa",
  "transport": "streamable-http",
  "url": "https://metisagent.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.