Negotiate prices at any negotiate.v1 store. AI shopper tools for Claude.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Model Context Protocol (MCP) server for the negotiate.v1 protocol. Once installed in Claude Desktop, Cowork, Claude Code, or any other MCP-aware client, your Claude gains five native tools for negotiating with any negotiate.v1-compliant store.
| Tool | Purpose |
|---|---|
discover_store(domain) | Probe a domain to check if it's negotiable. Returns the protocol descriptor. |
list_products(domain) | Enumerate negotiable products at the store. |
start_negotiation(domain, product_id) | Open a chat session with the merchant agent. |
send_message(next_url, message) | Send one shopper turn. |
read_history(history_url) | Read the running history of a session. |
The agent uses these like a human would use a browser: discover the store, pick a product, start a chat, send turns until the deal closes.
mcp-name: io.github.sanjana-pier39/negotiate-mcp
The recommended path uses uv β no virtualenv plumbing, picks the right Python automatically.
If you'd rather use plain pip:
Open your Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd this entry under mcpServers (creating the file if it doesn't exist):
Quit and re-open Claude Desktop. The five tools should appear in any new conversation.
If you installed with plain pip instead of uv, replace the command/args block with:
Same negotiate-mcp command. Add it to the corresponding MCP config in those clients (consult their docs for exact paths). The tool surface is identical.
Once installed, in a fresh chat:
Negotiate for a Dyson HP07 at negotiate.pier39.ai. Try to get it under $500. Bonus points for the engraved gift box.
Claude will call discover_store("negotiate.pier39.ai"), find the HP07 in the product list, call start_negotiation, then drive the conversation through send_message until closed: true. No prompt acrobatics needed.
Most useful when paired with the mcp CLI to inspect tool definitions and exercise them by hand.
The connector works against any negotiate.v1-compliant store, not just the Atlas reference (negotiate.pier39.ai). As stores adopt the protocol, just point your shopper agent at their domain β the same five tools work everywhere.
See PROTOCOL.md for the full spec.
To publish a new version, see PUBLISH.md.
MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/negotiate-mcp)<a href="https://allmcps.com/mcp/negotiate-mcp"><img src="https://allmcps.com/api/badge/negotiate-mcp?style=directory" alt="Negotiate MCP on AllMCPs" /></a>