A Model Context Protocol server for Nimiq blockchain interactions
POST /sse
Main MCP endpoint using Server-Sent Events transport for real-time communication with MCP clients.
GET /health
Returns server health status and basic information.
GET /info
Returns detailed server information including capabilities and 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"
}
}
}
This server provides comprehensive tools for Nimiq blockchain interactions:
View detailed capabilities â
Powered by Nimiq âĸ Model Context Protocol âĸ Cloudflare Workers