Developer Tools
emercoin.com
Provides tools to interact with the Emercoin blockchain for identity registration, memory anchoring, and node status reporting.
ENDPOINT 1
https://ai.emercoin.com/mcp
MCP server metadata
- Name
- emercoin-agent
- Version
- 1.27.2
Use the Emercoin blockchain as an identity + memory layer for AI agents. Read tools (node_status, read_record, whoami) are open to everyone — no sign-in. Write tools (register_identity, store_memory) require a GitHub sign-in via OAuth, which your MCP client performs; on the FREE tier writes are rate-limited per minute. Typical flow: whoami → register_identity(address) → store_memory(hash) → read_record(name). Records read back as `pending` and become `confirmed` after the next block (~10 min).
Known tools 5
node_statusReport the Emercoin node's version, block height, header height, peer connections and sync state (`synced` true once block == header height).
Inferred read-onlyread_recordRead 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` / `store_memory`.
Inferred read-onlyregister_identityCreate or rotate your on-chain identity record `ai:gh:<github_id>`, binding an Emercoin address to your GitHub identity.
Potential side effectsstore_memoryAnchor a memory/artifact on-chain as the NVS record `ai:gh:<github_id>:mem:<content_hash>` — a tamper-evident fingerprint others can verify later.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.emercoin-agent]
url = "https://ai.emercoin.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"emercoin-agent": {
"type": "http",
"url": "https://ai.emercoin.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: emercoin-agent
Remote MCP URL: https://ai.emercoin.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"emercoin-agent": {
"url": "https://ai.emercoin.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"emercoin-agent": {
"type": "http",
"url": "https://ai.emercoin.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "emercoin-agent",
"transport": "streamable-http",
"url": "https://ai.emercoin.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for emercoin.com was fetched 2026-07-26T18:21:11.906Z and is being refreshed.
emercoin.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.