← Registry

Productivity

snhp.dev

Provides mathematical optimization for negotiations, deal scoring, and auction strategies.

1 endpoint15 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.snhp.dev/mcp

No auth detected

MCP server metadata

Name
gametheory
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Free, one-call negotiation math for agents — no account, no key. START WITH `negotiate` (your math-optimal next move in any price haggle) or `negotiate_bundle` (several linked issues at once, logrolled); `score_deal`, `auction_bid`, `auction_reserve`, `clearance_price`, and `stable_match` round out the free math. When you need it ON THE RECORD, `session_open` opens a $2 receipted, replayable negotiation session (then session_advise / session_bundle / session_close). When your agent needs to REMEMBER, `memory_save` / `memory_load` are persistent cross-session memory — you encrypt before saving; the store holds only ciphertext (blind custody) and cannot read it. `store_catalog` shows the shelf and your balance; `store_request` files what we don't stock yet. Empirical anchor: the negotiate recommender is ~12% better head-to-head (n=20 paired LLM negotiations, p<0.0001). Power users: the FULL surface (verified agent-to-agent + AP2 settlement, first-strike attestation, auction design/sim, offer-graph engine, legacy names) is the pro door at /mcp/pro/.

Known tools 15

negotiate

Your math-optimal next move in any price negotiation — free, no account or key needed.

Inferred read-only
negotiate_bundle

Negotiate several linked issues at once by logrolling — free, no account or key needed.

Inferred read-only
score_deal

Score how good a deal is against your floor/target — free, no account or key needed.

Inferred read-only
auction_bid

The optimal bid when you're bidding in an auction — free, no account or key needed.

Inferred read-only
auction_reserve

The revenue-optimal reserve price when you're selling — free, no account or key needed.

Inferred read-only
clearance_price

Best price plus markdown schedule to clear stock by a deadline — free, no account or key needed.

Inferred read-only
stable_match

Match two groups by their rankings so no pair wants to swap — free, no account or key needed.

Inferred read-only
memory_save

Persistent memory for your agent across sessions — save now, load in any later session.

Inferred read-only
memory_load

Load a memory you saved in an earlier session — retrieval is free.

Inferred read-only
session_open

Open a $2 receipted negotiation session: deterministic, replayable, every move signed.

Inferred read-only
session_advise

Your next move inside a receipted session (single-issue) — no additional charge (the $2 at session_open covered it).

Potential side effects
session_bundle

Multi-issue logrolled advice inside a receipted session — no additional charge.

Potential side effects
session_close

Close a receipted session and get the signed summary receipt.

Inferred read-only
store_catalog

See what's on the shelf — free, no key needed: prices, predicates, receipt scheme, and your balance.

Inferred read-only
store_request

Ask for a capability we don't sell yet — free; filings are public and drive what we stock.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gametheory]
url = "https://api.snhp.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gametheory": {
      "type": "http",
      "url": "https://api.snhp.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gametheory
Remote MCP URL: https://api.snhp.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gametheory": {
      "url": "https://api.snhp.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gametheory": {
      "type": "http",
      "url": "https://api.snhp.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gametheory",
  "transport": "streamable-http",
  "url": "https://api.snhp.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.