Back to MCP directory
publicPublicdnsLocal runtime

Recoupable

一个用于读取Mantle Network顶级协议统计数据的MCP服务器,帮助用户做出更明智的投资决策。

article

README

🚀 大脑网络统计服务器(Big Brain MCP)

本项目提供了一个MCP服务器,可从Mantle网络中的顶级协议读取统计数据。借助该工具,用户能够依据更明智的投资策略做出决策。

🚀 快速开始

使用说明

更新api/server.ts文件,添加您的工具、提示和资源,具体操作可参考MCP TypeScript SDK文档

Vercel运行注意事项

  • 需要将Redis实例附加到项目下,路径为process.env.REDIS_URL
  • 确保启用了Fluid compute,以实现高效执行。
  • 启用Fluid compute后,请打开vercel.json文件,并将最大时长调整为800(如果您使用的是Vercel Pro或Enterprise账户)。
  • 部署MCP模板

💻 使用示例

基础用法

您可使用位于script/test-client.mjs的示例客户端来测试调用。

node scripts/test-client.mjs
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client