The main purpose of the ethereum toolkit is to give LLM/AI/Agents real-time access to Ethereum blockchain basic information. Once connected to an LLM via your MCP-client-of-choice, the LLM can use the suite of tools in the toolkit to provide answers to prompts such as:\ \ \ \ *“What is the current Ethereum price in USD on the mainnet and the sepolia testnet?”*\ \ \ \ *“What is the current Ethereum gas price on the mainnet and the sepolia testnet?”*\ \ \ \ *“What is the balance of my Ethereum Account on the mainnet and the sepolia testnet?”*\ \ \ \ *“What transactions have been processed in the latest block on the mainnet and the sepolia testnet?”*

Teckel Ethereum Toolkit
MCP Server
mcp-remote
This MCP server provides access to a subset of the teckel web3 Ethereum JSON-RPC services—namely those that require read only access to the blockchain (Mainnet and Sepolia).\\r\\n\\r\\nThe main purpose of the ethereum toolkit is to give LLM/AI/Agents real-time access to Ethereum blockchain basic information. Once connected to an LLM via your MCP-client-of-choice, the LLM can use the suite of tools in the toolkit to provide answers to prompts such as:\\r\\n\\r\\n“What is the current Ethereum price in USD on the mainnet and the sepolia testnet?”\\r\\n\\r\\n“What is the current Ethereum gas price on the mainnet and the sepolia testnet?”\\r\\n\\r\\n“What is the balance of my Ethereum Account on the mainnet and the sepolia testnet?”\\r\\n\\r\\n“What transactions have been processed in the latest block on the mainnet and the sepolia testnet?”
工具数
安装说明
本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。
作者 / 组织
teckel-mcp-servers
提供方
teckel-mcp-servers
最后核验
2026/5/18 03:27
运行时
Node.js
快速接入
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
命令预览
npx mcp-remote https://mcp-servers.bh.tkllabs.io:9780/ethereum-mcp [object Object]
详细介绍
目录标签
目录标签
接入字段
传输方式(transport,传输协议)
HTTP
鉴权方式(authType,认证方式)
token
运行时(runtime,运行环境)
Node.js
来源包(packageName,安装包名)
mcp-remote
权限和风险
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。