← Registry

General Tools

emem.dev

A unified interface for geolocation addressing, spatial queries, and persistent memory tokens for real-world locations.

1 endpoint15 known toolsFirst detected May 11, 2026Last detected July 21, 2026

ENDPOINT 1

https://emem.dev/mcp

No auth detected

Known tools 15

emem_tools

The map of emem's tool surface, and the only tool you need to find the rest.

emem_locate

Mint the canonical, vendor-neutral address (cell64) for a real-world place: the shared spatial identity every agent resolves to identically, so two models refer to the same ground instead of two descriptions of it.

emem_ask

Single-shot free-text answer about a real-world location, backed by signed satellite/elevation/water/built-up receipts.

emem_memory_token

Mint a citation handle, `emem:fact:<cell64>:<fact_cid>` (or `:<state_cid>`), that any agent or LLM resolves to the byte-identical signed object.

emem_memory_token_resolve

Parse a `emem:fact:<cell64>:<fact_cid>` citation handle and return the signed fact body the cid binds.

emem_echo_verify

Grade a value you are about to emit against the signed fact your citation points at.

emem_memory_bundle

Compose N (cell, band, tslot?) triples into ONE signed envelope.

emem_entity

Give a real-world object (a bridge, a farm plot, a river, a named place) a single, shared, content-addressed identity that any agent resolves the same way.

emem_entity_resolve

Converge a fuzzy phrasing onto the canonical object other agents already minted, so everyone co-refers to the same identity instead of re-minting divergent ones.

emem_entity_link

Record a signed equivalence: bind an alternate label or a stable external id (GERS / OSM / Wikidata) to an existing canonical object so future `emem_entity_resolve` calls on that phrasing converge to the same entity_cid.

emem_recall

Read the signed facts at a canonical address (cell64); auto-materializes on a miss for any band with a registered materializer.

emem_find_similar

k-NN over the corpus by cell embedding or inline vector.

emem_memory_contradictions

Surface where the corpus DISAGREES with itself (algebra: competing evidence).

emem_verify_receipt

Verify a signed receipt envelope server-side: recomputes the canonical preimage (preimage v1: tagged, length-prefixed segments; receipts without `preimage_version` verify under the legacy `request_id | served_at | primitive | cells, | fact_cids,` concatenation), runs ed25519 over the embedded pubkey + signature, and returns `{valid, reason, pubkey_b32}`.

emem_intent

Submit a typed Intent; receive a plan or executed result.