Big Brain MCP
Provides storage functionality for the MCP server, required for maintaining state and storing data when deployed on Vercel.
Serves as the development framework for creating and customizing the MCP server through the MCP TypeScript SDK.
Enables deployment of the MCP server with specific configuration requirements including Fluid compute support and customizable max duration settings for Pro/Enterprise accounts.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Big Brain MCPshow me the top 5 protocols by TVL on Mantle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Big Brain MCP - Mantle Network Stats Server
This repository contains an MCP server designed to read statistics from the top protocols in the Mantle Network. Use this tool to make more informed decisions about your investment strategies.
Usage
Update api/server.ts with your tools, prompts, and resources following the MCP TypeScript SDK documentation.
Related MCP server: liquidity-pools-mcp
Notes for Running on Vercel
Requires a Redis instance attached to the project under
process.env.REDIS_URL.Ensure you have Fluid compute enabled for efficient execution.
After enabling Fluid compute, open
vercel.jsonand adjust the max duration to 800 if you are using a Vercel Pro or Enterprise account.
Sample Client
You can use the sample client located at script/test-client.mjs to test invocations.
node scripts/test-client.mjsThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for Renzo protocol data, including chains, vaults, operators, and ezETH metrics.
DefiLlama MCP — TVL, yields, volumes, fees, and protocol analytics for DeFi.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.1729MIT
- AlicenseAqualityDmaintenanceAn MCP server that tracks and analyzes DEX liquidity pools to power intelligent DeFi agents and automated strategies.12MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides AI agents with real-time access to DEX liquidity pool data, enabling smarter trading, analytics, and automated strategies.101MIT
- FlicenseNot gradedqualityCmaintenanceCross-chain MCP server that coordinates operations between Casper and Mantle networks, enabling yield scanning, portfolio aggregation, and intent-based strategy generation.-