MCP Server Demo
@josheleonard
关于 MCP Server Demo
An MCP server for Ethereum Name Service resolutions
基本信息
配置
工具
4Ethereum address (format: 0x...)
ENS name or "No ENS name found"
ENS name (e.g., "vitalik.eth")
Ethereum address or "No ENS address found"
概览
What is MCP Server Demo?
MCP Server Demo is a Model Context Protocol server implementation that provides Ethereum Name Service (ENS) lookup functionality. Built with the MCP SDK and Express.js, it offers two tools for resolving Ethereum addresses to ENS names and vice versa, using Server-Sent Events (SSE) for real-time communication.
How to use MCP Server Demo?
Install dependencies (npm install), build the server (npm run build), then start it (npm run start). The server listens on port 8080 and exposes two tools: get-ens-name (address → ENS name) and get-ens-address (ENS name → address), accessible via an SSE endpoint and a messages endpoint.
Key features of MCP Server Demo?
- ENS name resolution (address to name)
- ENS address lookup (name to address)
- Server-Sent Events (SSE) for real-time communication
- Express.js HTTP server
- Built with MCP SDK and Zod validation
Use cases of MCP Server Demo?
- Resolve an Ethereum address to its associated ENS name
- Look up the Ethereum address for a given ENS name (e.g., "vitalik.eth")
- Demonstrate a working MCP
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论