What is septemhill etherscan mcp
Etherscan MCP Tool
This tool provides functionality to interact with blockchain data, specifically to retrieve the total supply of a token on a given chain, retrieve the chain ID for a given chain name, and retrieve a filtered list of RPC endpoints for a given chain ID.
Usage
The tool exposes the following functionalities:
- Get Total Supply: Retrieves the total supply of a token given its address and chain ID.
- Get Chain ID: Retrieves the chain ID for a given chain name.
- Get Filtered RPC List: Retrieves a filtered list of RPC endpoints for a given chain ID.
Get Total Supply
To get the total supply of a token, you need to provide the chain ID and the token address.
Parameters:
chain_id
: The ID of the blockchain network.token_address
: The address of the token.
Example:
To find the total supply of token 0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a
on chain 56
, you would use the following:
{
"chain_id": 56,
"token_address": "0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a"
}
The tool would then return the total supply of the token, such as:
46141292590
Get Chain ID
To get the chain ID, you need to provide the chain name.
Parameters:
chain_name
: The name of the blockchain network.
Example:
To find the chain ID for BNB Smart Chain Mainnet
, you would use the following:
{
"chain_name": "BNB Smart Chain Mainnet"
}
The tool would then return the chain ID, such as:
56
Get Filtered RPC List
To get a filtered list of RPC endpoints, you need to provide the chain ID. You can also filter by isOpenSource
and tracking
.
Parameters:
chain_id
: The ID of the blockchain network.isOpenSource
(optional): Filter by isOpenSource.tracking
(optional): Filter by tracking (none, yes, limited, unspecified).
Example:
To find the RPC list for chain ID 1
, you would use the following:
{
"chain_id": "1"
}
The tool would then return the RPC list for chain ID 1.
Leave a Comment
Frequently Asked Questions
What is MCP?
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications, providing a standardized way to connect AI models to different data sources and tools.
What are MCP Servers?
MCP Servers are lightweight programs that expose specific capabilities through the standardized Model Context Protocol. They act as bridges between LLMs like Claude and various data sources or services, allowing secure access to files, databases, APIs, and other resources.
How do MCP Servers work?
MCP Servers follow a client-server architecture where a host application (like Claude Desktop) connects to multiple servers. Each server provides specific functionality through standardized endpoints and protocols, enabling Claude to access data and perform actions through the standardized protocol.
Are MCP Servers secure?
Yes, MCP Servers are designed with security in mind. They run locally with explicit configuration and permissions, require user approval for actions, and include built-in security features to prevent unauthorized access and ensure data privacy.
Related MCP Servers
chrisdoc hevy mcp
sylphlab pdf reader mcp
An MCP server built with Node.js/TypeScript that allows AI agents to securely read PDF files (local or URL) and extract text, metadata, or page counts. Uses pdf-parse.
aashari mcp server atlassian bitbucket
Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
aashari mcp server atlassian confluence
Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.
prisma prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
Zzzccs123 mcp sentry
mcp sentry for typescript sdk
zhuzhoulin dify mcp server
zhongmingyuan mcp my mac
zhixiaoqiang desktop image manager mcp
MCP 服务器,用于管理桌面图片、查看详情、压缩、移动等(完全让Trae实现)
zhixiaoqiang antd components mcp
An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询
Submit Your MCP Server
Share your MCP server with the community
Submit Now