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

  1. Go to the MCP Module Studio

  2. Choose Create New Module

  3. Define:

    • Module Name: β€œETH Price Fetcher”

    • Input: { "symbol": "ETHUSD" }

    • Output: { "price": 2974.23 }

  4. Paste your function logic (use Python or JS)

  5. Set monetization: Free or Pay-per-call

  6. Click Deploy

βœ… Your MCP Module is now live on the Marketplace


πŸ€– Step 3: Build Your First Agent

  1. Go to Agent Builder

  2. Click Create New Agent

  3. Select:

    • LLM: GPT-4

    • MCP Module: β€œETH Price Fetcher”

  4. Define logic:

    • If ETH > 3000 β†’ Send webhook to your Telegram

  5. Set trigger: Every 5 minutes

  6. 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