@priceof/mcp-server
v0.1.2
Published
MCP server for PriceOf — structured, verified pricing data for SaaS products. Works with Claude Desktop, Cursor, and any MCP-compatible agent.
Maintainers
Readme
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 calculationsearch_products— Find products by name, category, or descriptionreport_incorrect_pricing— Flag bad data to help keep the database accuraterequest_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_KEYenv 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?Links
- Website: https://getthepriceof.com
- Documentation: https://getthepriceof.com/docs
- API OpenAPI spec: https://getthepriceof.com/openapi.json
- Source: https://github.com/benswork-space/priceof
