TTeckel Ethereum ToolkitThis 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). 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?”
mcp-so:teckel-ethereum-toolkit_teckel-mcp-servers
View sourceA
100/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
100/100
LOW 1
Findings (1)
LOW
Non-localhost remote MCP server URL
L60 Detects MCP server configurations connecting to non-localhost remote URLs
"url": "https://mcp-servers.bh.tkllabs.io:9780/ethereum-mcp" FIX
Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.
FP?
Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).