
Big Brain MCP - Mantle Network Stats Server
free MCP server hosting using vercel
What is Big Brain MCP?
Big Brain MCP is a server designed to read and analyze statistics from the top protocols in the Mantle Network, helping users make informed investment decisions.
How to use Big Brain MCP?
To use Big Brain MCP, update the api/server.ts
file with your tools, prompts, and resources as per the MCP TypeScript SDK documentation. Ensure you have a Redis instance attached to your project and deploy the MCP template on Vercel.
Key features of Big Brain MCP?
- Reads and analyzes statistics from Mantle Network protocols.
- Customizable server setup through TypeScript SDK.
- Integration with Vercel for efficient hosting and execution.
Use cases of Big Brain MCP?
- Analyzing investment strategies based on real-time data from Mantle Network.
- Customizing server responses for specific investment tools.
- Testing and deploying investment-related applications using the sample client.
FAQ from Big Brain MCP?
- What is required to run Big Brain MCP?
You need a Redis instance and Vercel account with Fluid compute enabled for optimal performance.
- Can I customize the server?
Yes! You can update the
api/server.ts
file to tailor the server to your needs.
- Is there a sample client available?
Yes! A sample client is provided in the repository to test invocations.
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.
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.json
and adjust the max duration to 800 if you are using a Vercel Pro or Enterprise account. - Deploy the MCP template.
Sample Client
You can use the sample client located at script/test-client.mjs
to test invocations.
node scripts/test-client.mjs
