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