Agent Tools
Back to MCP servers

Negotiation Copilot for Agents (SNHP)

https://snhp.dev
● degraded

skills: {'id': 'negotiate_turn', 'name': 'Price negotiation (plain dollars)', 'description': "Use when haggling over a price across multiple rounds. Input your side, walk-away $, target $, and the other side's offers in $; get back the dollar counter to send, a message, and accept/walk advice. Don't use for one-shot fixed prices or non-price decisions; for multi-issue deals use the negotiate_bundle skill. Endpoint: https://snhp.dev/v1/negotiate/turn. Example: sell, walk_away=4000, target=6000, counterparty_offers=[4200,4500] -> counter ~$5,387.", 'tags': ['negotiation', 'bargaining', 'pricing', 'haggling', 'deals'], 'examples': [], 'input_modes': None, 'output_modes': None}, {'id': 'negotiate_bundle', 'name': 'Multi-issue negotiation (logrolling)', 'description': 'Use when a deal has several linked issues at once (a job offer = base + equity + signing; a SaaS contract = price + seats + term + SLA). Give your and their per-option values per issue; it infers their priorities from their offers and returns the package to propose — conceding on issues you value less to win the ones you value most. Endpoint: https://snhp.dev/v1/negotiate/bundle.', 'tags': ['negotiation', 'multi-issue', 'logrolling', 'contract', 'bundle'], 'examples': [], 'input_modes': None, 'output_modes': None}, {'id': 'settle', 'name': 'AP2 settlement (advanced)', 'description': 'Emit signed AP2 Intent/Cart mandates for an agreed deal between two verified SNHP agents.', 'tags': ['payments', 'ap2'], 'examples': [], 'input_modes': None, 'output_modes': None}; conformance: fail

Transport
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://snhp.dev
JSON-RPC initialize probe
curl -X POST https://snhp.dev \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://snhp.dev
Listed at (chiark)
https://chiark.ai/agents/3fbb4304-a814-42ce-b85e-870fbdff63b8