Overview
OpenClaw is an open-source AI agent framework with 300K+ GitHub stars, widely used for building autonomous agents that interact with tools, APIs, and external systems. ChainStream integrates with OpenClaw as an on-chain intelligence layer, giving agents the ability to query blockchain data, analyze tokens, profile wallets, execute trades, and receive real-time alerts — all through the standard MCP protocol.What Agents Can Do
With ChainStream connected, OpenClaw agents gain access to the full on-chain toolkit:| Capability | Description | Example Tools |
|---|---|---|
| Token Analysis | Search, analyze, and compare tokens across 10 chains | tokens_search, tokens_analyze, tokens_compare |
| Wallet Profiling | Profile wallet holdings, PnL, and transaction history | wallets_profile, wallets_activity |
| DEX Execution | Get quotes and execute swaps on decentralized exchanges | dex_quote, dex_swap |
| Compliance Screening | Check token security flags, honeypot detection, authority risks | tokens_analyze (security fields) |
| Real-Time Alerts | Set up webhook-based notifications for on-chain events | webhooks_manage |
| Market Discovery | Find trending, new, and graduating tokens | market_trending, tokens_discover |
Integration Paths
There are two ways to connect ChainStream to your OpenClaw agents:ClawHub Skill
Install the ChainStream skill from ClawHub or via the cross-agent Vercel Skills CLI. Fastest setup — works in under a minute.
Direct MCP Config
Connect via the cloud MCP endpoint or the local npm package. Best for custom agent configurations.
Architecture
Prerequisites
Before setting up the integration:- ChainStream API Key — Sign up at app.chainstream.io and create an API key
- OpenClaw — An existing OpenClaw agent or project (OpenClaw docs)
- Node.js 18+ — Required for the MCP server and CLI tools
Next Steps
Installation Methods
Three ways to install: Vercel Skills CLI, ClawHub, or direct MCP config.
Security
Security considerations and best practices for production use.

