MCP Server
MCP
Metis RWA Research
Research tokenized real-world assets on Solana: issuer controls, supply, liquidity, premiums
Install
npx -y @metisagent/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://metisagent.co/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@metisagent/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Solana JSON-RPC endpoint. Public nodes throttle the heavier reads, so a dedicated endpoint is recommended.",
"isSecret": true,
"name": "SOLANA_RPC_URL"
},
{
"description": "Base URL of the Metis research API. Defaults to https://metisagent.co.",
"name": "METIS_API_URL"
},
{
"description": "Path to a JSON file of extra assets to register alongside the built-in universe.",
"name": "METIS_ASSETS_FILE"
},
{
"description": "Directory for the local observation history. Set to \"off\" to keep history in memory only.",
"name": "METIS_MCP_STATE_DIR"
},
{
"description": "Network timeout per outbound request, in milliseconds. Defaults to 20000.",
"name": "METIS_MCP_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment