Shadowprice
БесплатноНе проверенInject real-time leaked B2B SaaS pricing, historical discounts, and aggressive negotiation playbooks directly into AI agents.
Описание
Inject real-time leaked B2B SaaS pricing, historical discounts, and aggressive negotiation playbooks directly into AI agents.
README
ShadowPrice MCP Server
Inject real B2B SaaS pricing intel directly into Claude, Cursor, and any MCP-compatible AI Agent.
What is ShadowPrice?
ShadowPrice connects your AI assistant — Claude, Cursor, or any MCP-compatible LLM — to a curated database of leaked B2B SaaS contracts, historical discount data, and negotiation playbooks.
Ask a simple question like "How much should I pay for HubSpot Enterprise?" and get back real pricing benchmarks sourced from actual contracts — not vendor list prices.
Key Capabilities
- 🔍 Contract Pricing Intelligence — Access leaked pricing from real SaaS deals.
- 📉 Historical Discount Data — See what discounts others have negotiated over time.
- 🤝 Negotiation Tactics — AI-generated strategies tailored to each vendor.
- ⚡ Zero Setup — Runs instantly via
npx -y shadowprice. No cloning, no building.
Installation
Prerequisites
- Claude Desktop, Cursor, or any MCP-compatible client installed.
- A ShadowPrice API key — get yours at shadowprice.dev.
Connect to Claude Desktop
Open your Claude Desktop config file:
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
Add the following configuration:
{
"mcpServers": {
"shadowprice": {
"command": "npx",
"args": ["-y", "shadowprice"],
"env": {
"SHADOWPRICE_API_KEY": "your_api_key_here"
}
}
}
}
[!IMPORTANT] Replace
your_api_key_herewith the API key from your shadowprice.dev dashboard.
Save the file, then quit and reopen Claude Desktop. The ShadowPrice tools will appear in the 🔨 tools menu.
Connect to Cursor IDE
- Open Cursor Settings → Features → MCP.
- Click "+ Add New MCP Server".
- Fill in the fields:
- Type:
command - Name:
ShadowPrice - Command:
npx -y shadowprice
- Type:
- Add your API key as an environment variable:
{
"SHADOWPRICE_API_KEY": "your_api_key_here"
}
[!IMPORTANT] Replace
your_api_key_herewith the API key from your shadowprice.dev dashboard.
Save the settings and restart Cursor. ShadowPrice will be available to your AI in Cursor.
Universal MCP Clients
ShadowPrice works with any MCP-compatible client — including LangChain, Dify, Flowise, and others. Configure your client to use the command transport type with the following settings:
| Field | Value |
|---|---|
| Type | command |
| Command | npx |
| Args | ["-y", "shadowprice"] |
| Env | SHADOWPRICE_API_KEY=your_api_key_here |
Most clients accept this as a JSON block:
{
"command": "npx",
"args": ["-y", "shadowprice"],
"env": {
"SHADOWPRICE_API_KEY": "your_api_key_here"
}
}
[!TIP] Pass
SHADOWPRICE_API_KEYvia your client's environment variable configuration to keep your key secure and out of version control.
Usage
Once connected, just ask your AI naturally:
| Prompt | What you get |
|---|---|
| "What's the typical pricing for HubSpot Enterprise?" | Contract benchmarks, seat pricing, tier breakdown |
| "Give me negotiation tactics for renewing our Datadog contract" | Discount ranges, leverage points, timing advice |
| "How much discount can I get on Slack Business+?" | Historical discount data from real deals |
Available Tool
get_saas_pricing_intel
Retrieve leaked B2B SaaS pricing, historical discounts, and negotiation tactics.
| Parameter | Type | Required | Description |
|---|---|---|---|
saas_name |
string | ✅ | Name of the SaaS product to look up |
License
MIT — see LICENSE for details.
Установка Shadowprice
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Limzen/shadowprice-mcpFAQ
Shadowprice MCP бесплатный?
Да, Shadowprice MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Shadowprice?
Нет, Shadowprice работает без API-ключей и переменных окружения.
Shadowprice — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Shadowprice в Claude Desktop, Claude Code или Cursor?
Открой Shadowprice на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Shadowprice with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
