MCP Ethereum Address Info Server logo

MCP Ethereum Address Info Server

by doronaviguy

This server provides information about Ethereum addresses across multiple chains using the Model Context Protocol (MCP). It includes a Server-Sent Events (SSE) endpoint for real-time updates.

View on GitHub

Last updated: N/A

What is MCP Ethereum Address Info Server?

The MCP Ethereum Address Info Server is a server that provides information about Ethereum addresses across multiple chains using the Model Context Protocol (MCP). It offers a Server-Sent Events (SSE) endpoint for real-time updates on address information.

How to use MCP Ethereum Address Info Server?

To use the server, clone the repository, install dependencies, configure the .env file, and start the server using npm run start:http. You can then access the available endpoints, including the SSE endpoint for real-time updates. Use curl commands to test the endpoints and subscribe to address updates.

Key features of MCP Ethereum Address Info Server

  • Real-time updates via SSE

  • MCP endpoint for tool calls

  • Health check endpoint

  • Subscription management for address updates

  • Multi-chain address information

Use cases of MCP Ethereum Address Info Server

  • Monitoring Ethereum address activity

  • Integrating real-time address updates into applications

  • Building tools that require address information across multiple chains

  • Tracking address balances and transactions

  • Alerting on address changes

FAQ from MCP Ethereum Address Info Server

What is MCP?

MCP stands for Model Context Protocol. It's used here to provide context and information about Ethereum addresses.

What is SSE?

SSE stands for Server-Sent Events. It's a protocol that allows the server to push real-time updates to clients.

How do I get a client ID for the SSE endpoint?

When you connect to the /sse endpoint, the server will return a client ID in the connection response.

What kind of updates can I receive via the SSE endpoint?

You can receive real-time updates for Ethereum addresses that you subscribe to.

How do I trigger an address update?

You can trigger an address update by calling the get-address-info tool via the /mcp endpoint.