New:Socket for Asana Is Now Available.Learn more
Get Started

@priceof/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@priceof/mcp-server

MCP server for PriceOf — structured, verified pricing data for SaaS products. Works with Claude Desktop, Cursor, and any MCP-compatible agent.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
22
-42.11%
Maintainers
1
Weekly downloads
 
Created
Source

PriceOf MCP Server

Query structured SaaS pricing data from any MCP-compatible agent (Claude Desktop, Cursor, Windsurf, etc).

What it does

Gives your AI agent access to verified pricing for 50+ SaaS products — Notion, Slack, GitHub, Figma, Linear, Vercel, and more. Backed by the PriceOf API, which re-verifies pricing every 3-14 days.

Tools

  • get_pricing — Full pricing breakdown for a product (all plans, features, prices)
  • compare_products — Side-by-side comparison across 2-5 products, with team-size cost calculation
  • search_products — Find products by name, category, or description
  • report_incorrect_pricing — Flag bad data to help keep the database accurate
  • request_product — Request a new product be added to the database

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "priceof": {
      "command": "npx",
      "args": ["-y", "@priceof/mcp-server"]
    }
  }
}

Cursor / Windsurf / other MCP clients

{
  "mcp": {
    "servers": {
      "priceof": {
        "command": "npx",
        "args": ["-y", "@priceof/mcp-server"]
      }
    }
  }
}

Access tiers

  • Anonymous (default): 20 queries/day per IP. No signup needed.
  • Free: 100 queries/month with email signup. Set PRICEOF_API_KEY env var.
  • Paid: $29+/month for more. See getthepriceof.com/pricing.

Example queries

What does Notion cost for a team of 10?
Compare Linear, Jira, and Asana pricing.
What's the cheapest CRM with SSO?
Which project management tools have a free tier?

Keywords

mcp

FAQs

Package last updated on 23 Apr 2026

Related posts