Skip to main content
Glama

Mesh Agent MCP Server

网格代理 MCP 服务器

网格-2

连接到Heurist Mesh API 的模型上下文协议 (MCP) 服务器,为 Claude 提供对各种区块链和 web3 工具的访问权限。

Heurist Mesh 是一个由专用 AI 代理和工具组成的开放网络,每个代理和工具都专注于特定的 Web3 领域,例如区块链数据分析、智能合约安全、代币指标和区块链交互。我们正在积极拓展 Heurist Mesh 生态系统,持续集成更多工具以扩展其功能。

特征

  • 连接到 Heurist Mesh API

  • 加载加密货币数据和 Web3 用例的工具

  • 支持 SSE 和 stdio 传输

  • 与 Cursor、Claude Desktop 和其他 MCP 兼容接口中的 Claude 配合使用

  • 使用一个 API 密钥访问多项服务(例如 CoinGecko 加密市场数据、GoPlus 代币安全审查)

🔥 新品速递:自定义您的代理并按需创建托管 MCP 服务器

您可以使用Heurist Mesh MCP 门户创建 SSE MCP 服务器。选择您的代理,并为您的任务组建个性化集群!

托管 SSE 端点

我们在https://sequencer-v2.heurist.xyz/mcp/sse提供了一个托管的 SSE 端点。它包含以下常用代理的所有工具: CoingeckoTokenInfoAgentElfaTwitterIntelligenceAgentExaSearchAgentDexScreenerTokenInfoAgentZerionWalletAnalysisAgent 。这是一个共享服务器,性能可能不稳定。

Cursor 可以直接访问 SSE 服务器。对于 Claude Desktop 用户,我们建议安装mcp-proxy来连接 SSE 服务器。

先决条件

安装

使用紫外线(推荐)

# Clone the repository git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git cd heurist-mesh-mcp-server # Install the package uv pip install -e .

使用 Docker

# Clone the repository git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git cd heurist-mesh-mcp-server # Build the Docker image docker build -t mesh-tool-server .

用法

选项 1:使用 stdio Transport 运行(适用于 Claude Desktop)

使用紫外线

要将其与 Claude Desktop 一起使用,请将以下内容添加到您的claude_desktop_config.json中:

{ "mcpServers": { "heurist-mesh-agent": { "command": "uv", "args": [ "--directory", "/path/to/heurist-mesh-mcp-server/mesh_mcp_server", // Update this path "run", "mesh-tool-server" ], "env": { "HEURIST_API_KEY": "your-api-key-here" // Update this key } } } }

使用 Docker

或者,您可以通过将其添加到claude_desktop_config.json中来将 Docker 与 Claude Desktop 一起使用:

{ "mcpServers": { "mesh-agent": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "TRANSPORT=stdio", "-e", "HEURIST_API_KEY=your-api-key-here", // Update this key "mesh-tool-server" ] } } }

/path/to/heurist-mesh-mcp-server替换为存储库的实际路径,并将your-api-key-here替换为您的 Heurist API 密钥。

选项 2:使用 SSE Transport 运行(用于 Cursor)

.env中设置环境变量

cp .env.example .env HEURIST_API_KEY=your-api-key-here

使用紫外线:

uv run mesh-tool-server --transport sse --port 8000

使用 Docker:

docker run -p 8000:8000 -e PORT=8000 mesh-tool-server

然后,在 Cursor 中添加 MCP 服务器 URL: http://0.0.0.0: 8000/sse

可用工具

访问https://mesh.heurist.ai/metadata.jsonhttps://mcp.heurist.ai/查看所有可用工具。

特色工具

工具名称

描述

代理人

参数

必需参数

获取_coingecko_id

通过名称搜索代币以获取其 CoinGecko ID

CoinGeckoTokenInfoAgent

token_name

(字符串):要搜索的令牌名称

令牌名称

获取令牌信息

使用 CoinGecko ID 获取详细的代币信息和市场数据(不能使用代币地址、名称或符号)

CoinGeckoTokenInfoAgent

coingecko_id

(字符串):代币的 CoinGecko ID

coingecko_id

获取趋势币

获取 CoinGecko 上当前最热门的加密货币

CoinGeckoTokenInfoAgent

-

没有任何

获取特定对信息

在 DexScreener 上通过链和交易对地址获取交易对信息

DexScreenerTokenInfoAgent

chain

(字符串):链标识符(例如,solana、bsc、ethereum、base)

pair_address

(字符串):要查找的合约地址

链,pair_address

获取令牌对

在 DexScreener 上通过链和代币地址获取交易对

DexScreenerTokenInfoAgent

chain

(字符串):链标识符(例如,solana、bsc、ethereum、base)

token_address

(字符串):用于查找所有对的代币合约地址

链,token_address

获取令牌配置文件

从 DexScreener 获取最新代币的基本信息

DexScreenerTokenInfoAgent

-

没有任何

搜索对

通过代币名称、符号或地址在 DexScreener 上搜索交易对

DexScreenerTokenInfoAgent

search_term

(字符串):搜索词(代币名称、符号或地址)

搜索词

获取趋势代币

获取 Twitter 上当前流行的代币

ElfaTwitterIntelligence Agent

time_window

(字符串):要分析的时间窗口

没有任何

搜索账户

通过提及搜索和帐户统计信息分析 Twitter 帐户

ElfaTwitterIntelligence Agent

username

(字符串):要分析的 Twitter 用户名(不带 @)

days_ago

(整数):回顾提及的天数

limit

(整数):提及结果的最大数量

用户名

搜索提及

在 Twitter 上搜索特定代币或主题的提及

ElfaTwitterIntelligence Agent

关键词

(数组):要搜索的关键词列表

days_ago

(整数):回顾的天数

limit

(整数):最大结果数(最小值:20)

关键词

回答

使用 Exa 的答案 API 直接获取问题的答案

ExaSearchAgent

问题

(字符串):要回答的问题

问题

搜索

搜索与查询相关的网页

ExaSearchAgent

search_term

(字符串):搜索词

限制

(整数):返回的最大结果数(默认值:10)

搜索词

搜索和答案

对查询执行搜索和回答操作

ExaSearchAgent

topic

(字符串):要搜索和回答的主题

话题

执行搜索

通过阅读网页执行网络搜索查询

Firecrawl搜索代理

search_term

(字符串):要执行的搜索词

搜索词

生成查询

生成可以扩展研究的主题的相关搜索查询

Firecrawl搜索代理

topic

(字符串):要研究的主要主题

num_queries

(整数):要生成的查询数量

话题

获取安全详细信息

获取区块链代币合约的安全详细信息

Goplus分析代理

contract_address

(字符串):代币合约地址

chain_id

(['integer','string']):Solana 代币的区块链链 ID 或“solana”。支持的链:以太坊 (1)、Optimism (10)、Cronos (25)、BSC (56)、Gnosis (100)、HECO (128)、Polygon (137)、Fantom (250)、KCC (321)、zkSync Era (324)、ETHW (10001)、FON (201022)、Arbitrum (42161)、Avalanche (43114)、Linea Mainnet (59144)、Base (8453)、Tron (tron)、Scroll (534352)、opBNB (204)、Mantle (5000)、ZKFair (42766)、Blast (81457)、Manta Pacific (169)、Berachain Artio Testnet (80085)、Merlin (4200)、Bitlayer Mainnet (200901)、zkLink Nova (810180)、X Layer Mainnet (196)索拉纳(solana)

合约地址

自定义支持的代理

服务器自带一组默认代理。要修改可用的代理,请执行以下操作:

  1. 打开server.py文件并找到Config类。

  2. 编辑DEFAULT_AGENTS列表以添加或删除Heurist Metadata 中列出的代理

DEFAULT_AGENTS = [ "CoinGeckoTokenInfoAgent", "DexScreenerTokenInfoAgent", "ElfaTwitterIntelligenceAgent", "ExaSearchAgent", "FirecrawlSearchAgent", "GoplusAnalysisAgent", # Add agents here "NewAgent" ]

执照

此 MCP 服务器遵循 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides Claude with comprehensive access to Solana blockchain data via the Helius API, enabling operations like checking wallet balances, retrieving blockchain information, and interacting with tokens and NFTs.
    Last updated -
    38
    3
    13
    MIT License
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
    Last updated -
    10
    2
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
    Last updated -
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
    Last updated -
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/heurist-network/heurist-mesh-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server