General Tools
emem.dev
A unified interface for geolocation addressing, spatial queries, and persistent memory tokens for real-world locations.
ENDPOINT 1
https://emem.dev/mcp
Known tools 15
emem_toolsThe map of emem's tool surface, and the only tool you need to find the rest.
emem_locateMint 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_askSingle-shot free-text answer about a real-world location, backed by signed satellite/elevation/water/built-up receipts.
emem_memory_tokenMint 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_resolveParse a `emem:fact:<cell64>:<fact_cid>` citation handle and return the signed fact body the cid binds.
emem_echo_verifyGrade a value you are about to emit against the signed fact your citation points at.
emem_memory_bundleCompose N (cell, band, tslot?) triples into ONE signed envelope.
emem_entityGive 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_resolveConverge 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_linkRecord 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_recallRead the signed facts at a canonical address (cell64); auto-materializes on a miss for any band with a registered materializer.
emem_find_similark-NN over the corpus by cell embedding or inline vector.
emem_memory_contradictionsSurface where the corpus DISAGREES with itself (algebra: competing evidence).
emem_verify_receiptVerify 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_intentSubmit a typed Intent; receive a plan or executed result.