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.
{
"mcpServers": {
"shadowprice": {
"command": "npx",
"args": ["-y", "shadowprice"],
"env": {
"SHADOWPRICE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}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:
- Go to Settings → Features → MCP.
- Click Add Custom MCP (this will open or create a
.cursor/mcp.jsonfile in your project). - Paste the following configuration:
- Restart Cursor (or run
Developer: Reload Windowfrom the command palette) to establish the connection.
{
"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:
Need Help?
Reach out anytime at support@shadowprice.dev. We typically respond within a few hours.