A developer-focused platform that enables building, testing, and deploying AI agents. Powered by React and Next.js, with seamless integration of LLMs and Web3 capabilities.
Note: MySuperAgent serves as both a development sandbox and production platform for AI agent builders. The platform enables rapid prototyping and deployment of agents that can be automatically invoked based on user intent.
- Upload and analyze documents with natural language querying
- Example: "Summarize the uploaded document"
- Example: "What are the key points in this uploaded document?"
- Real-time price, market cap and TVL data
- Example: "What's the price of ETH?"
- Example: "What's the FDV of USDC?"
- AI-powered viral tweet generation
- Example: "Create a viral tweet about Web3"
- Example: "Create a spicy crypto market tweet about Gary Gensler"
- Send and swap tokens on Base
- Example: "Send USDC on Base"
- Example: "Swap USDC for ETH on Base"
- Track and analyze MOR rewards
- Example: "Show my MOR rewards balance"
- Example: "Calculate my pending MOR rewards"
- Get latest crypto market news and analysis
- Example: "Analyze recent crypto market news for ETH"
- Example: "What's the latest news impact on BTC?"
- Monitor DEX activity and token metrics
- Example: "Scan Dexscreener for the most active tokens on solana"
- Example: "Show me DEX activity for ETH as reported by Dexscreener"
- Search social media for crypto mentions
- Example: "Search for mentions of MOR on social media"
- Example: "What are the top trending tokens on social media?"
- Check token safety and rugpull risks
- Example: "Check token safety for SAMO"
- Example: "Show me the most viewed tokens on rugcheck"
- Advanced token analytics and insights
- Example: "What are the top trending tokens on Ethereum?"
- Example: "Who are the top holders of $TRUMP on Solana?"
Visit https://mysuperagent.io to access the hosted platform.
- Modern web browser (Chrome, Firefox, Safari)
- Web3 wallet for blockchain interactions
- API keys for specific agent integrations (Coinbase, X, etc)
To run MySuperAgent locally, follow these comprehensive setup instructions:
- Node.js 18+ and pnpm
- Modern web browser
-
Clone the repository:
git clone https://github.com/MorpheusAIs/mysuperagent.git cd mysuperagent -
Install dependencies and run:
cd app pnpm install pnpm run dev -
Access the application:
- Frontend: http://localhost:3000
For developers looking to build and deploy their own agents:
- Agent Development Guide
- API Documentation
- Testing Framework
- Deployment Guide
- External Prompt API - Link to MySuperAgent with pre-filled prompts
Quick start link to MySuperAgent from external app with a pre-filled prompt?
<a href="https://mysuperagent.io/?prompt=What%20is%20the%20price%20of%20Bitcoin%3F">
Check Bitcoin Price on MySuperAgent
</a>Read External Prompt API documentation on how to more help
See CONTRIBUTING.md for guidelines on adding new agents and contributing to the platform.
Your agents will be automatically invoked based on user intent through our advanced routing system.

