Skip to main content

Overview

There are three ways to connect ChainStream to your OpenClaw agent. Choose the method that best fits your workflow.

Method 1: Vercel Skills CLI

The Vercel Skills CLI is a cross-agent package manager that installs ChainStream skills into any supported AI agent with a single command.

Quick Install

This auto-detects your agent environment and configures the ChainStream MCP tools accordingly.

Agent-Specific Install

To target a specific agent:

Supported Agents

The Vercel Skills CLI supports 40+ agents, including: See Cross-Agent Compatibility for the full compatibility table and config file locations.
After installation, set your API key as an environment variable:

Method 2: ClawHub

ClawHub is the native skill marketplace for OpenClaw. The ChainStream skill is published as a community package.

Skill Details

Install via CLI

Install via ClawHub UI

  1. Visit clawhub.ai/chainstream/chainstream-data
  2. Click Install
  3. Follow the on-screen instructions to configure your API key

Configure API Key

After installing from ClawHub, set the API key in your OpenClaw agent configuration:
The ClawHub skill exposes 17 MCP tools (the 15 core tools plus 2 ClawHub-specific utilities). See the Tools Reference for details on the core toolset.

Method 3: Direct MCP Config

Configure the ChainStream MCP server directly in your OpenClaw agent’s configuration file. ChainStream offers two connection modes: Connect to the hosted MCP endpoint — zero installation, always up-to-date:

Local npm Package

Run the MCP server locally via the @chainstream-io/mcp npm package. The package connects to ChainStream’s API on your behalf — useful when your agent framework requires a local stdio process:
See MCP Server Setup for detailed configuration with Claude Desktop, Cursor, and other clients.

Verify Installation

After installing with any method, verify the tools are available by asking your OpenClaw agent:
The agent should list the available tools, including tokens_search, tokens_analyze, wallets_profile, and others.

Next Steps

Cross-Agent Compatibility

Full compatibility table for all supported agents and their config locations.

Security

Important security considerations for production deployments.