Quickstart — Web
Get started with RickyData through the marketplace web interface and Claude.ai. No CLI installation required.
Browse the marketplace
Visit marketplace.rickydata.org to browse available MCP servers. You can:
- Search servers by name or category
- View tool descriptions and documentation
- Check server verification status (
tools_listedortool_smoke_passed)
Browsing is free and does not require authentication.
Connect your wallet
To enable servers and chat with agents, connect your wallet:
- Click Connect Wallet in the marketplace header
- Sign in via Privy (email, Google, GitHub, Discord, or Web3 wallet)
- Your wallet address becomes your identity across all RickyData services
Connect to Claude.ai
You can add the MCP Gateway to Claude Desktop or any MCP-compatible client with a single configuration entry.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-gateway": {
"transport": "http",
"url": "https://mcp.rickydata.org/mcp"
}
}
}
Cursor
Add to your MCP settings:
{
"mcp-gateway": {
"transport": "http",
"url": "https://mcp.rickydata.org/mcp"
}
}
Once connected, your AI client has access to gateway meta-tools:
| Meta-tool | What it does |
|---|---|
gateway__search_servers | Search the marketplace by name or category |
gateway__enable_server | Enable a server to access its tools |
gateway__disable_server | Disable a server |
gateway__list_enabled | See your currently enabled servers |
gateway__server_info | Get details about a specific server |
Try a search
Ask your AI client:
"Search for a Brave search MCP server and enable it"
The client will use gateway__search_servers to find matching servers, then gateway__enable_server to activate one. Once enabled, the server's tools appear and the client can call them directly.
Chat with an agent
The marketplace also hosts AI agents at marketplace.rickydata.org/agents. To chat:
- Pick an agent (research, crypto, coding, security, etc.)
- Connect your wallet if not already connected
- Store your Anthropic API key (BYOK) or use the free tier
- Start chatting — the agent calls MCP tools on your behalf
The default agent is erc8004-expert at https://rickydata.org/agents/erc8004-expert.
Costs
| Action | Cost |
|---|---|
Browsing, searching, tools/list | Free |
| MCP tool call | $0.0005 USDC (0.25 of a free-tier request) |
| Agent chat (BYOK) | 10% markup on LLM cost + $0.0005 per tool call |
| Free tier | 100 requests/day (400 tool calls) |
All payments use USDC on Base mainnet (chain ID 8453).
Next steps
- Quickstart (CLI) — install the CLI for full local control
- First Prompt — your first successful agent interaction