MoralisWeb3/moralis-mcp-server
If you are the rightful owner of moralis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Moralis MCP Server is a TypeScript-based server that connects natural language prompts to blockchain insights using the Model Context Protocol.
The Moralis MCP Server is a versatile engine designed to bridge the gap between natural language processing and blockchain data. It allows AI models to query real-time blockchain insights such as wallet activity, token metrics, and dapp usage without the need for custom code or SQL. Built on the Model Context Protocol, this server provides a consistent, explainable, and extensible interface for interacting with Moralis APIs. It is fully pluggable, allowing users to swap LLMs, customize retrieval logic, or extend functionality with additional tools. Compatible with OpenAI, Claude, and other open-source models, the server is ideal for powering AI agents, devtools, bots, and dashboards. By leveraging the Moralis MCP Server, developers can create sophisticated applications that require real blockchain grounding, such as AI-driven trading bots, on-chain QA tools, and monitoring systems.
Features
- Fully pluggable architecture for easy customization and extension.
- Compatible with OpenAI, Claude, and open-source models.
- Facilitates natural language queries to blockchain data.
- Supports multiple transport types including stdio and HTTP.
- Ideal for AI agents, devtools, dashboards, and trading bots.
Usages
usage with Claude Desktop
{ "mcpServers": { "serverName": { "command": "npx @moralisweb3/api-mcp-server", "args": [], "env": { "MORALIS_API_KEY": "<YOUR_API_KEY>" } } } }
usage with VS Code
{ "mcpServers": { "serverName": { "command": "npx @moralisweb3/api-mcp-server", "args": [], "env": { "MORALIS_API_KEY": "<YOUR_API_KEY>" } } } }
usage with Smithery
bash npx -y @smithery/cli install @MoralisWeb3/moralis-mcp-server --client claude