Back to Home

ShadowPrice Documentation

Get up and running in under 60 seconds.

⚠ Prerequisites

Requires Node.js 18+ installed on your machine. Download Node.js

1. Get Your API Key

Subscribe at shadowprice.dev. Within 60 seconds, check your inbox for an email from support@shadowprice.dev containing your unique API key (it starts with sp_live_).

2A. Setup for Claude Desktop

ShadowPrice runs via npx. No cloning, no building — just add it to your config.

claude_desktop_config.json
{
  "mcpServers": {
    "shadowprice": {
      "command": "npx",
      "args": ["-y", "shadowprice"],
      "env": {
        "SHADOWPRICE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
Windows

If Claude fails to connect, change the command from "npx" to "npx.cmd" in your config.

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

⚠️ Important: You MUST completely quit and restart Claude Desktop for the changes to take effect.

2B. Setup for Cursor IDE

If you prefer using Cursor IDE instead of Claude Desktop, follow these steps:

  1. Go to SettingsFeaturesMCP.
  2. Click Add Custom MCP (this will open or create a .cursor/mcp.json file in your project).
  3. Paste the following configuration:
  4. Restart Cursor (or run Developer: Reload Window from the command palette) to establish the connection.
.cursor/mcp.json
{
  "mcpServers": {
    "shadowprice": {
      "command": "npx",
      "args": ["-y", "shadowprice"],
      "env": {
        "SHADOWPRICE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

3. How to Prompt

Once ShadowPrice is connected, simply ask your AI about any B2B SaaS vendor:

What is the real enterprise price for Vercel and how do I negotiate it?
We're renewing Datadog for 100 engineers. What should we actually be paying?
Compare pricing for Notion, Confluence, and Coda for a 50-person startup.
Give me a negotiation playbook for our upcoming Salesforce renewal.
What discounts are other Series B companies getting on AWS?

Need Help?

Reach out anytime at support@shadowprice.dev. We typically respond within a few hours.

© 2026 ShadowPrice.dev. All rights reserved.