← snhp.dev

INDIVIDUAL MCP TOOL

auction_bid

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

snhp.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

snhp.dev

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.

Related tools

  • negotiate — Your math-optimal next move in any price negotiation — free, no account or key needed.
  • negotiate_bundle — Negotiate several linked issues at once by logrolling — free, no account or key needed.
  • score_deal — Score how good a deal is against your floor/target — free, no account or key needed.
  • auction_reserve — The revenue-optimal reserve price when you're selling — free, no account or key needed.
  • clearance_price — Best price plus markdown schedule to clear stock by a deadline — free, no account or key needed.
  • stable_match — Match two groups by their rankings so no pair wants to swap — free, no account or key needed.
  • memory_save — Persistent memory for your agent across sessions — save now, load in any later session.
  • memory_load — Load a memory you saved in an earlier session — retrieval is free.