Get Product Information
Coming soon
The v2 MCP API is in preview and not yet generally available. These pages document its tools and request/response shapes; live data access is limited to enrolled organizations until v2 is released.
Comprehensive TrustRadius product information for a software product by name — overview, rating and review count, and (optionally) pricing, competitors, integrations, and the TrustRadius score breakdown.
> Requires the trustradius_product_data integration.
Credits
1 — Per call. See the full credit table for how AI Credits work.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
productName Required | string | - | Search for product by name (e.g., "Salesforce Sales Cloud", "HubSpot CRM") |
includePricing | boolean | true | Include pricing information (default: true) |
includeCompetitors | boolean | true | Include competitor list (default: true) |
includeIntegrations | boolean | true | Include integrations list (default: true) |
includeTrScore | boolean | false | Include TrustRadius score breakdown (default: false) |
Required Integrations
This tool is only available when your organization has the following integration configured in the Phoenix Integrations settings:
- TrustRadius Product Data (
trustradius_product_data)
Response Format
| Field | Type | Description |
|---|---|---|
product | object | Basic product information |
product.name | string | Product name |
product.description | string | Product description |
product.vendor | string | Vendor/company name |
product.category | string | Product category |
product.rating | number | Overall rating |
product.reviewCount | number | Total number of reviews |
pricing | object | Pricing information (if available) |
pricing.model | string | Pricing model (subscription, one-time, etc.) |
pricing.plans | array | Available pricing plans |
pricing.hasFreeVersion | boolean | Whether a free version is available |
pricing.hasFreeTrial | boolean | Whether a free trial is available |
competitors | any | Competitor products data (may be array or object with error) |
integrations | any | Product integrations/connectors data (may be array or object with error) |
ratings | object | TrustRadius score breakdown (if requested) |
ratings.trScore | number | TrustRadius score |
ratings.breakdown | object | Score breakdown by category |