FAQs
Frequently asked questions about Moralis Cortex, MCP servers, and blockchain AI integrations.
General Questions
What is Moralis Cortex?
Moralis Cortex is an AI-powered Web3 intelligence platform that lets you query blockchain data using natural language. It's available as a hosted API or self-hosted MCP server.
What's the difference between Cortex API and MCP Server?
- Cortex API: Hosted solution, no setup required, great for production apps
- MCP Server: Self-hosted, full control, custom LLM models, privacy-focused
Which blockchains are supported?
All the chains supported by Web3 Data API. See the Supported Chains for the full list.
Setup & Installation
Do I need a Moralis API key?
Yes, you need a Moralis API key for both the Cortex API and MCP Server. Get one from admin.moralis.com.
How do I install the MCP Server?
npm install -g @moralisweb3/api-mcp-server
Or use npx without installation. See the MCP Server setup guide.
Can I use this with Claude Desktop?
Yes! Use Smithery for automatic setup:
npx -y @smithery/cli install @MoralisWeb3/moralis-mcp-server --client claude
See the Claude Desktop integration guide.
Technical Questions
What is MCP (Model Context Protocol)?
MCP is an open standard that connects AI models to external tools and data sources. It's like a universal adapter for AI applications. Learn more in Understanding MCP.
Which AI tools support MCP?
- AI IDEs: Cursor, Windsurf
- Desktop Apps: Claude Desktop
- APIs: ChatGPT API, Claude API
Can I use my own LLM models?
Yes, with the MCP Server you can use OpenAI, Claude, or open-source models. The Cortex API uses enterprise-grade models managed by Moralis.
Troubleshooting
MCP Server not connecting?
- Check your
MORALIS_API_KEY
is set correctly - Verify Node.js is installed (version 16+)
- Restart your AI client after configuration
- See MCP Server troubleshooting
"Authentication failed" error?
Verify your Moralis API key is valid and active. Some features require a paid Moralis plan.
AI client not showing MCP tools?
- Ensure MCP server is properly configured
- Check config file syntax (JSON must be valid)
- Restart your AI client completely
- Look for server status indicators
Use Cases
What can I build with Cortex?
- Portfolio dashboards with AI insights
- Trading bots with market intelligence
- Customer support chatbots for crypto apps
- Developer tools with blockchain queries
- DeFi apps with risk assessment
See Use Cases for detailed examples.
Can this replace traditional blockchain APIs?
Cortex complements traditional APIs by adding AI-powered natural language querying. For complex queries, use Cortex. For simple data fetching, traditional APIs might be more efficient.
Support
Where can I get help?
- Documentation: Complete guides and references here
- GitHub: Issues and discussions
- Support: Contact Moralis support
How do I report bugs?
- MCP Server issues: GitHub Issues
- Cortex API issues: Moralis Support
- Integration issues: Check the specific integration docs first
Can I contribute?
Yes! The MCP Server is open source. See the Development guide for contributing guidelines.
Still have questions?
- Browse the complete documentation
- Check Getting Started for setup help
- Visit our GitHub repository
- Join the Moralis community