research-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPC_URL | No | EVM JSON-RPC endpoint for on-chain reads | public testnet RPC |
| CHAIN_NAME | No | Display name used in tool output | Robinhood Chain |
| ATLAS_API_URL | No | Base URL of an ATLAS deployment, enables research feed tools | |
| BLOCKSCOUT_URL | No | Blockscout instance for token index and holders | public testnet explorer |
| DEFILLAMA_CHAIN | No | DefiLlama chain name | Robinhood Chain |
| GECKOTERMINAL_NETWORK | No | GeckoTerminal network slug | robinhood |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_marketsA | The tokenized stocks that exist on Robinhood Chain, discovered from the chain's trading pools rather than a hand written list. Returns ticker, contract address, liquidity, and why each was classified as an equity or not. Call this first to learn what is available to research. |
| get_token_marketA | Market view of a tokenized stock on Robinhood Chain: price, 1h/24h price change, market cap, pool liquidity, and 24h volume, via GeckoTerminal. Accepts a ticker (TSLA finds TSLAx) or an ERC-20 contract address. |
| get_token_supplyA | Source of truth: read an ERC-20's total supply directly from Robinhood Chain JSON-RPC at the current block. Use to verify issuance and redemption of a tokenized stock. Accepts a ticker or contract address. |
| verify_token_contractA | Source of truth: verify an ERC-20 contract on Robinhood Chain: whether bytecode is deployed at the address, its on-chain name/symbol/decimals, the current block, and the chain id the RPC reports. Use before trusting a market quote. |
| get_token_holdersA | Holder count and top-10 holder concentration for an ERC-20 on Robinhood Chain, from the Blockscout index. Use to analyze how concentrated ownership of a tokenized asset is. Accepts a ticker or contract address. |
| chain_tvlA | Where capital sits on Robinhood Chain, from DefiLlama: total TVL, the largest protocols with 1d/7d change, the DEX venues where tokenized stocks actually trade, and the RWA-category subset. Use for market structure, venue depth, and trend analysis. |
| list_research_atlasesA | The ATLAS agent's published research atlases: autonomous analyses of tokenized stocks and the RWA ecosystem, one per cycle, newest first. Each records the current conclusion, what changed since the previous atlas, and the evidence behind it. Requires ATLAS_API_URL. |
| get_observation_historyA | The ATLAS agent's recorded observation time series, for trend detection and day-over-day comparison. Keys: a ticker like 'TSLA' (price snapshots), 'chain-tvl' (TVL), or a contract address (on-chain supply and holders). Requires ATLAS_API_URL. |
| get_agent_statusA | Status of the ATLAS research agent: model, chain configuration, publish interval, atlas count, and memory stats. Requires ATLAS_API_URL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atlas-rwa/research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server