Teckel Ethereum Toolkit
About
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).
Details
- Author
- teckel-mcp-servers
- Downloads
- 328
- Categories
- Developer Tools
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Teckel Ethereum ToolkitCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"teckel ethereum toolkit": {
"teckel-ethereum-toolkit": {
"url": "https://mcp-servers.bh.tkllabs.io:9780/ethereum-mcp",
"headers": {
"Authorization": "Bearer <MY APIKEY>"
}
}
}
}
}
McpServers
{
"teckel-ethereum-toolkit": {
"url": "https://mcp-servers.bh.tkllabs.io:9780/ethereum-mcp",
"headers": {
"Authorization": "Bearer <MY APIKEY>"
}
}
}
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?”
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





