Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A TypeScript-based MCP server that connects natural language prompts to Moralis blockchain APIs, enabling AI models to query wallet activity, token metrics, and other blockchain data.
Add this to your MCP client configuration:
{
"mcpServers": {
"moralisweb3-moralis-mcp-server": {
"command": "npx",
"args": [
"@moralisweb3/api-mcp-server"
],
"env": {
"MORALIS_API_KEY": "<Your Moralis API key>"
}
}
}
}{
"id": "moralisweb3-moralis-mcp-server",
"name": "Moralis",
"description": "A TypeScript-based MCP server that connects natural language prompts to Moralis blockchain APIs, enabling AI models to query wallet activity, token metrics, and other blockchain data.",
"source_url": "https://github.com/moralisweb3/moralis-mcp-server",
"publisher_name": "moralisweb3",
"publisher_url": "https://github.com/moralisweb3",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 20940,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@moralisweb3/api-mcp-server"
},
"tools_count": 80
}