PluginBench
MCP Server

Negotiation Copilot for Agents (SNHP) MCP Server

io.github.ryuxik/snhp-negotiation

What is the Negotiation Copilot for Agents (SNHP) MCP server?

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

How to install Negotiation Copilot for Agents (SNHP)

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-negotiation": {
      "url": "https://snhp.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "snhp-negotiation": {
      "serverUrl": "https://snhp.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "snhp-negotiation": {
      "type": "http",
      "url": "https://snhp.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "snhp-negotiation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://snhp.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http snhp-negotiation https://snhp.dev/mcp

Related MCP servers

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

View repository →