Quick Start Guide
Get Started in Minutes
This guide walks you through setting up your first MCP Module and deploying your first MCP-powered Agent using MindCore — all in under 10 minutes.
🔧 Step 1: Connect Your Wallet
Visit MindCore App
Click Connect Wallet
Supported wallets: MetaMask, WalletConnect, Coinbase Wallet
🧱 Step 2: Deploy a Basic MCP Module
Go to the MCP Module Studio
Choose Create New Module
Define:
Module Name: “ETH Price Fetcher”
Input:
{ "symbol": "ETHUSD" }
Output:
{ "price": 2974.23 }
Paste your function logic (use Python or JS)
Set monetization: Free or Pay-per-call
Click Deploy
✅ Your MCP Module is now live on the Marketplace
🤖 Step 3: Build Your First Agent
Go to Agent Builder
Click Create New Agent
Select:
LLM: GPT-4
MCP Module: “ETH Price Fetcher”
Define logic:
If ETH > 3000 → Send webhook to your Telegram
Set trigger: Every 5 minutes
Click Deploy
✅ Your Agent is now live and monitoring in real-time
🔁 Step 4: Test & Monitor
Go to the Agent Dashboard
See output logs, execution history, and module usage
Make edits any time and re-deploy instantly
🤑 Step 5: Start Earning
Share your module or agent link
Get usage from other users
Monitor revenue from the Earnings Tab
You're Ready
You’ve officially launched on MindCore.
→ Want to explore more? Browse the Marketplace, remix community agents, or dive into the No-Code Builder.
Let your context run the logic.
Last updated