Analytics
metisagent.co
Provides on-chain analytics for tokenized real-world assets on Solana, including supply, holder concentration, market metrics, and issuer controls.
ENDPOINT 1
https://metisagent.co/mcp
MCP server metadata
- Name
- metis-rwa
- Version
- 0.1.0
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_assetsList the tokenized real-world assets this agent tracks, with the Solana mint and the security each one follows.
Inferred read-onlyget_token_controlsInspect 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-onlyget_token_supplyRead 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-onlyget_holder_concentrationList the largest token accounts for an asset with each one's share of supply, plus the number of wallets holding it.
Inferred read-onlyget_token_marketRead aggregated on-chain market state for a tokenized asset: pooled liquidity, 24h volume, transaction counts, and the pools behind those totals.
Inferred read-onlyget_reference_premiumCompare a tokenized asset's on-chain price against the price of the security it tracks, reported in basis points.
Inferred read-onlyobserve_assetRun 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-onlyget_observation_historyRead the observation history this agent has stored for an asset, oldest first, with the change across the window.
Inferred read-onlylist_researchList research objects this agent has published, newest first, each with its confidence band, impact, and content hash.
Inferred read-onlyget_researchFetch 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-onlyget_research_statusRead 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-onlycheck_sourcesReport 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.