Agent♥︎Age
Catalog

SNHP — free negotiation math + agent memory

Official

by ryuxik · Python

Free game-theory negotiation advisor for agents, plus paid receipted sessions and agent memory.

io.github.ryuxik/snhp — MCP Server

The MCP server “io.github.ryuxik/snhp” provides a negotiation advisor for AI agents using game-theory negotiation math. It supports single-price and multi-issue negotiations and is designed to run locally. It also offers receipted sessions (paid) and agent memory that stores encrypted data.

🛠️ Key Features

  • Free negotiation math for AI agents
  • Single-price and multi-issue negotiation support
  • LLM-free negotiation computation (agent supplies the LLM)
  • Runs locally
  • Paid receipted sessions “on the record” ($2 receipted sessions)
  • Agent memory with blind custody: encrypt before saving; stores only ciphertext (cannot read it)

🚀 Use Cases

  • Computing a math-optimal next move in negotiation scenarios
  • Negotiations requiring traceable, receipted sessions
  • Remembering encrypted negotiation-related agent information

⚡ Developer Benefits

  • One call with no account for the free negotiation component
  • Clear separation: negotiation math handled by SNHP; LLM remains with your agent
  • Encrypted memory storage using ciphertext-only persistence

⚠️ Limitations

  • Memory requires client-side encryption; SNHP cannot decrypt stored ciphertext
  • “On-the record” functionality is limited to paid receipted sessions
SNHP — free negotiation math + agent memory - agentage MCP Catalog