MySuperAgent
October 7, 2025 ยท View on GitHub

MySuperAgent
A Platform for Building, Deploying, and Leveraging AI Agents
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.

Available Agents & Features
Document Analysis ๐
- Upload and analyze documents with natural language querying
- Example: "Summarize the uploaded document"
- Example: "What are the key points in this uploaded document?"
Crypto Market Data ๐
- Real-time price, market cap and TVL data
- Example: "What's the price of ETH?"
- Example: "What's the FDV of USDC?"
Tweet Generator ๐ฅ
- AI-powered viral tweet generation
- Example: "Create a viral tweet about Web3"
- Example: "Create a spicy crypto market tweet about Gary Gensler"
Base Transactions โก
- Send and swap tokens on Base
- Example: "Send USDC on Base"
- Example: "Swap USDC for ETH on Base"
MOR Rewards Tracking ๐
- Track and analyze MOR rewards
- Example: "Show my MOR rewards balance"
- Example: "Calculate my pending MOR rewards"
Crypto News Analysis ๐ฐ
- Get latest crypto market news and analysis
- Example: "Analyze recent crypto market news for ETH"
- Example: "What's the latest news impact on BTC?"
DexScreener ๐
- 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"
Elfa Social Search ๐
- 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?"
Solana Token Safety ๐ก๏ธ
- Check token safety and rugpull risks
- Example: "Check token safety for SAMO"
- Example: "Show me the most viewed tokens on rugcheck"
Codex Agent ๐๏ธ
- Advanced token analytics and insights
- Example: "What are the top trending tokens on Ethereum?"
- Example: "Who are the top holders of $TRUMP on Solana?"
Getting Started
Using the Platform
Visit https://mysuperagent.io to access the hosted platform.
Requirements
- Modern web browser (Chrome, Firefox, Safari)
- Web3 wallet for blockchain interactions
- API keys for specific agent integrations (Coinbase, X, etc)
Local Development
To run MySuperAgent locally, follow these comprehensive setup instructions:
Prerequisites
- Node.js 18+ and pnpm
- Modern web browser
Local Development
-
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
Developer Documentation
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
External Integration
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
Contributing
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.