This is a remote MCP server that scrapes SaaS pricing pages and returns structured JSON. It exposes one tool, extract_pricing, which takes a URL and returns tiers, prices, features, limits, and addons in a consistent schema. The service handles JavaScript heavy pages and interactive calculators that break basic scrapers, and it returns HTTP 422 when it detects hub pages instead of real pricing. It runs on api.priceparse.com with Streamable HTTP transport and uses Claude Sonnet 4.6 plus Firecrawl under the hood. Responses are cached in Redis for 24 hours. You'd use this when building tools that need to compare pricing across vendors, track competitive changes, or let agents reason about cost structures without writing per site scrapers.
claude mcp add --transport http larshiensch99-priceparse https://api.priceparse.com/mcp/