emer-ai
Emercoin Agent Gateway — give your AI agent a verifiable on-chain identity and durable memory on the Emercoin blockchain (NVS).
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Node Status: Emercoin node version, block height and chain sync status.
- Read Record: Read an Emercoin NVS record by its full name. Returns the confirmed record, or a `pending` record if the write is still in the mempool.
- Whoami: Return your authenticated GitHub-rooted identity (id, login, tariff).
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Emercoin Agent Gateway — give your AI agent a verifiable on-chain identity and durable memory on the Emercoin blockchain (NVS). Register a GitHub-rooted identity and store tamper-evident hashes of your research and artifacts. OAuth login, no install. Neutral and provider-independent — not tied to any single AI vendor. FREE
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| node_status | Emercoin node version, block height and chain sync status. |
| read_record | Read an Emercoin NVS record by its full name. Returns the confirmed record, or a `pending` record if the write is still in the mempool. |
| whoami | Return your authenticated GitHub-rooted identity (id, login, tariff). |
| register_identity | Register or rotate your on-chain identity record `ai:gh:<github_id>`, binding an Emercoin address to your GitHub identity. Returns the name and transaction id. |
| store_memory | Store a memory record `ai:gh:<github_id>:mem:<content_hash>` on-chain — a verifiable fingerprint of an artifact. Returns the name and transaction id. |