PluginBench
MCP Server
Active
Apache-2.0

SNHP — free negotiation math + agent memory MCP Server

io.github.ryuxik/snhp

What is the SNHP — free negotiation math + agent memory MCP server?

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

How to install SNHP — free negotiation math + agent memory

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "snhp": {
      "url": "https://api.snhp.dev/mcp/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "snhp": {
      "serverUrl": "https://api.snhp.dev/mcp/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "snhp": {
      "type": "http",
      "url": "https://api.snhp.dev/mcp/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "snhp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.snhp.dev/mcp/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http snhp https://api.snhp.dev/mcp/

Related MCP servers

Equilibrium-aware primitives for AI agents — negotiation, auctions, mechanism design.

0
Python
Apache-2.0
View repository →

Math-optimal negotiation moves for AI agents, in plain dollars (single + multi-issue).

0
Python
Apache-2.0
View repository →