@creatorfusion/saas-pricing-mcp
v1.0.1
Published
MCP server for SaaS Pricing Intelligence - Extract and compare software pricing data via AI agents
Downloads
19
Maintainers
Readme
SaaS Pricing MCP Server
Model Context Protocol server for extracting and comparing SaaS pricing data via AI agents.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"saas-pricing": {
"command": "npx",
"args": ["-y", "@creatorfusion/saas-pricing-mcp"],
"env": {
"APIFY_TOKEN": "your-apify-token-here"
}
}
}
}OpenClaw
Add to your OpenClaw config:
mcp:
servers:
saas-pricing:
command: npx
args: ["-y", "@creatorfusion/saas-pricing-mcp"]
env:
APIFY_TOKEN: your-apify-token-hereAvailable Tools
extract_saas_pricing
Extract pricing data from any SaaS website. Returns structured JSON with tiers, prices, features.
Example prompt:
"Extract pricing from https://notion.so/pricing"
Returns:
{
"productName": "Notion",
"tiers": [
{ "name": "Free", "price": "$0", "features": [...] },
{ "name": "Plus", "price": "$10/mo", "features": [...] },
{ "name": "Business", "price": "$18/mo", "features": [...] }
]
}compare_saas_pricing
Compare pricing across multiple SaaS products.
Example prompt:
"Compare pricing for Notion, Coda, and Obsidian for a team of 5"
Returns:
- Side-by-side comparison
- Cheapest option
- Team cost estimates
discover_pricing_page
Find the pricing page URL from any page on a SaaS website.
Example prompt:
"Find the pricing page for linear.app"
Requirements
- Node.js 18+
- Apify account with API token (get one at apify.com)
Pricing
This MCP server uses the SaaS Pricing Intelligence Apify Actor.
- ~$0.005/page with datacenter proxy
- ~$0.015/page with residential proxy
License
MIT
Built by Creator Fusion
