research-mcp
MCP server exposing ATLAS research capabilities: live tokenized stock market data, on-chain source-of-truth reads, and published research atlases. Connects to MCP clients over stdio with no API keys required for public testnet endpoints.
README
research-mcp
MCP server that exposes ATLAS research capability to other agents: live tokenized stock data on Robinhood Chain, on-chain source-of-truth reads, and the research atlases published by the autonomous ATLAS agent. Any MCP capable client (Claude Code, Claude Desktop, custom agents) connects over stdio.
Works out of the box against the public Robinhood Chain testnet endpoints, no API keys needed.
Tools
Market data:
list_markets: the tokenized stocks on the chain, discovered by merging the Blockscout ERC-20 index (ranked by holders) with GeckoTerminal's trading pools (ranked by liquidity), each classified as equity or notget_token_market: price, 1h/24h change, market cap, liquidity, and volume for a ticker or contract address, via GeckoTerminalchain_tvl: the chain's TVL landscape from DefiLlama, with DEX venues and the RWA category called out
On-chain source of truth:
get_token_supply: ERC-20 total supply read directly from chain JSON-RPC at the current blockverify_token_contract: bytecode, on-chain name/symbol/decimals, block, and chain id for an addressget_token_holders: holder count and top-10 concentration from the Blockscout index
Published research (set ATLAS_API_URL to a running ATLAS deployment):
list_research_atlases: the agent's published research atlases, newest firstget_observation_history: the agent's recorded time series for a ticker,chain-tvl, or a contract addressget_agent_status: model, chain config, publish interval, and memory stats
Tickers resolve through discovery, so TSLA finds the tokenized Tesla contract without a hand written registry. Classification is a heuristic over symbol and name (issuer suffixes, tokenized-equity wording, and company-name corroboration for plain names like "Tesla"), so anything surprising can be verified on chain with verify_token_contract.
Setup
npm install
npm run build
Configuration
All optional, via environment variables:
| Variable | Default | Purpose |
|---|---|---|
CHAIN_NAME |
Robinhood Chain |
Display name used in tool output |
GECKOTERMINAL_NETWORK |
robinhood |
GeckoTerminal network slug |
DEFILLAMA_CHAIN |
Robinhood Chain |
DefiLlama chain name |
RPC_URL |
public testnet RPC | EVM JSON-RPC endpoint for on-chain reads |
BLOCKSCOUT_URL |
public testnet explorer | Blockscout instance for token index and holders |
ATLAS_API_URL |
unset | Base URL of an ATLAS deployment, enables research feed tools |
Connect a client
Claude Code:
claude mcp add atlas-research -- node /path/to/research-mcp/dist/index.js
Or in any MCP client config:
{
"mcpServers": {
"atlas-research": {
"command": "node",
"args": ["/path/to/research-mcp/dist/index.js"],
"env": {
"ATLAS_API_URL": "https://your-atlas-deployment"
}
}
}
}
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。