MCP.so
登录

Teckel Ethereum Toolkit

@teckel-mcp-servers

关于 Teckel Ethereum Toolkit

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).

基本信息

分类

开发工具

传输方式

stdio

发布者

teckel-mcp-servers

提交者

teckel

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "teckel-ethereum-toolkit": {
      "url": "https://mcp-servers.bh.tkllabs.io:9780/ethereum-mcp",
      "headers": {
        "Authorization": "Bearer <MY APIKEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Teckel Ethereum Toolkit?

Teckel Ethereum Toolkit is an MCP server that gives LLMs, AI agents, and other tools real-time access to basic Ethereum blockchain information. It is designed for use with any MCP‑compatible client and provides a suite of tools that let an LLM answer queries about Ethereum mainnet and Sepolia testnet.

How to use Teckel Ethereum Toolkit?

Connect the server to your MCP client of choice (for example, Claude Desktop or any MCP‑enabled application). Once connected, the LLM can automatically invoke the toolkit’s tools to answer prompts about Ethereum prices, gas fees, account balances, and recent blocks.

Key features of Teckel Ethereum Toolkit

  • Real‑time access to Ethereum price in USD
  • Live Ethereum gas price queries
  • Account balance lookup for any Ethereum address
  • Latest block transaction data retrieval
  • Support for both Ethereum mainnet and Sepolia testnet

Use cases of Teckel Ethereum Toolkit

  • An AI assistant answers “What is the current Ethereum price on mainnet and Sepolia?”
  • A developer’s agent checks the gas price before suggesting transaction parameters.
  • A portfolio tracker bot queries the balance of a given Ethereum account on both networks.
  • A block explorer chatbot retrieves the transactions contained in the latest block on mainnet.

FAQ from Teckel Ethereum Toolkit

What blockchain data can the toolkit access?

It provides real‑time access to Ethereum price in USD, gas price, account balances, and the latest block’s transactions. Both mainnet and Sepolia testnet are supported.

Does the toolkit need its own Ethereum node?

The README does not specify how data is fetched. It only describes the toolkit as providing real‑time access; no local node requirement is mentioned.

Can I use it with any LLM?

Yes. The server is designed to work with any MCP‑compatible client, so it can be paired with any LLM that supports the Model Context Protocol.

What transport or authentication does the server use?

The README does not describe the transport mechanism or any authentication requirements. Typical MCP servers use stdio transport; no auth details are given.

Does the toolkit support writing transactions or smart contracts?

No. The examples and description only cover read‑only operations: price, gas, balance, and block data. No write capabilities are mentioned.

评论

开发工具 分类下的更多 MCP 服务器