Productivity
snhp.dev
Provides mathematical optimization for negotiations, deal scoring, and auction strategies.
ENDPOINT 1
https://api.snhp.dev/mcp
MCP server metadata
- Name
- gametheory
- Version
- 1.28.1
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
negotiateYour math-optimal next move in any price negotiation — free, no account or key needed.
Inferred read-onlynegotiate_bundleNegotiate several linked issues at once by logrolling — free, no account or key needed.
Inferred read-onlyscore_dealScore how good a deal is against your floor/target — free, no account or key needed.
Inferred read-onlyauction_bidThe optimal bid when you're bidding in an auction — free, no account or key needed.
Inferred read-onlyauction_reserveThe revenue-optimal reserve price when you're selling — free, no account or key needed.
Inferred read-onlyclearance_priceBest price plus markdown schedule to clear stock by a deadline — free, no account or key needed.
Inferred read-onlystable_matchMatch two groups by their rankings so no pair wants to swap — free, no account or key needed.
Inferred read-onlymemory_savePersistent memory for your agent across sessions — save now, load in any later session.
Inferred read-onlysession_openOpen a $2 receipted negotiation session: deterministic, replayable, every move signed.
Inferred read-onlysession_adviseYour next move inside a receipted session (single-issue) — no additional charge (the $2 at session_open covered it).
Potential side effectssession_bundleMulti-issue logrolled advice inside a receipted session — no additional charge.
Potential side effectsstore_catalogSee what's on the shelf — free, no key needed: prices, predicates, receipt scheme, and your balance.
Inferred read-onlystore_requestAsk for a capability we don't sell yet — free; filings are public and drive what we stock.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.