Enrichments MCP is now live for all plans. Try it out today
All enrichments & signals

Scrape Pricing Plans

Scrape pricing plan details from a company's website including tiers, features, and costs.

Configure MCP server with Scrape Pricing Plans

Access the Scrape Pricing Plans action from AI tools via MCP. Your AI assistant can scrape and compare pricing from any company on demand.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Extract the pricing plans from competitor.com. Show me all tiers, prices, and features.

Example response

json
{
  "plans_found": 3,
  "plans": [
    {
      "name": "Starter",
      "price": "$29/mo",
      "features": ["5 users", "1,000 contacts", "Email support"]
    },
    {
      "name": "Professional",
      "price": "$79/mo",
      "features": ["25 users", "10,000 contacts", "Priority support"]
    }
  ],
  "has_free_tier": false,
  "has_enterprise": true
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →