Nimiq MCP Server

A Model Context Protocol server for Nimiq blockchain interactions

MCP Compatible Nimiq Blockchain Cloudflare Workers

Available Endpoints

🔗 MCP Connection

POST /sse

Main MCP endpoint using Server-Sent Events transport for real-time communication with MCP clients.

💓 Health Check

GET /health

Returns server health status and basic information.

â„šī¸ Server Info

GET /info

Returns detailed server information including capabilities and configuration.

MCP Client Configuration

Add this server to your MCP client configuration:

{
  "mcpServers": {
    "nimiq-remote": {
      "command": "npx",
      "args": ["@modelcontextprotocol/server-everything"],
      "transport": "sse",
      "url": "https://nimiq-mcp.je-cf9.workers.dev/sse"
    }
  }
}

Available Tools & Resources

This server provides comprehensive tools for Nimiq blockchain interactions:

View detailed capabilities →


Powered by Nimiq â€ĸ Model Context Protocol â€ĸ Cloudflare Workers