Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Emercoin Agent

io.github.emercoin/emercoin-agent

On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).

Uptime
100.0%
1 direct probes · 30d
Response
332ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

node_status

Report the Emercoin node's version, block height, header height, peer connections and sync state (`synced` true once block == header height). Read-only, no sign-in required, no parameters. Cal…

read_record

Read one Emercoin NVS (Name-Value Storage) record by its full name — an agent's identity (`ai:gh:<github_id>`) or a memory (`ai:gh:<github_id>:mem:<hash>`) written by `register_identity` / `st…

whoami

Report the current session's identity. Read-only, no sign-in required: an anonymous session gets `{authenticated: false}` with a hint (not an error), a signed-in one gets `{authenticated: true…

register_identity

Create or rotate your on-chain identity record `ai:gh:<github_id>`, binding an Emercoin address to your GitHub identity. Requires a signed-in session (OAuth) and counts against the FREE-tier p…

store_memory

Anchor a memory/artifact on-chain as the NVS record `ai:gh:<github_id>:mem:<content_hash>` — a tamper-evident fingerprint others can verify later. Requires a signed-in session (OAuth) and coun…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "emercoin_agent": {
      "url": "https://ai.emercoin.com/mcp",
      "transport": "streamable-http"
    }
  }
}