INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://metisagent.co/mcp
Connect to this endpoint to inspect the live schema for observe_asset and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
list_rwa_assets— List the tokenized real-world assets this agent tracks, with the Solana mint and the security each one follows.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.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.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.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.get_reference_premium— Compare a tokenized asset's on-chain price against the price of the security it tracks, reported in basis points.get_observation_history— Read the observation history this agent has stored for an asset, oldest first, with the change across the window.list_research— List research objects this agent has published, newest first, each with its confidence band, impact, and content hash.