net.smartapis/products-watch
Official21 toolsSmartAPIs Products Watch
Source-bounded product, offer, and price-history intelligence for developers and AI agents.
Track product offers and price history across sources for developers.
Captured live from the server via tools/list.
smartagent_catalog_list_plans
List published SmartAgentAPIs plans, currencies, included modules, and quotas.
No parameters.
smartagent_discovery_capabilities
Return /v1/agent/capabilities with route-family metadata, MCP parity hints, and runnable example references.
No parameters.
smartagent_context_get
Return public structured agent context for a supported launch city or region alias.
Parameters (1)
- location_idstring
Required city or region identifier such as montreal, toronto, or greater-montreal.
smartagent_places_search
Search /v1/places/search for legally reviewed place records by region, query, and limit.
Parameters (3)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
smartagent_places_nearby
Find nearby legally reviewed places from a caller-supplied coordinate.
Parameters (6)
- latitudenumber
Required latitude for proximity ranking.
- limitinteger
Optional result limit up to 100.
- longitudenumber
Required longitude for proximity ranking.
- qstring
Optional query string.
- radius_kmnumber
Optional radius in kilometers.
- region_idstring
Optional region filter.
smartagent_place_agent_context_get
Call /v1/places/{place_id}/agent-context to fetch SmartAPIs agent-oriented summary fields for one place record.
Parameters (1)
- place_idstring
Required place identifier.
smartagent_products_search
Search /v1/products/search for legally reviewed product references by region, query, brand, GTIN, and limit.
Parameters (5)
- brandstring
Optional brand filter.
- gtinstring
Optional GTIN filter.
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
smartagent_regulatory_licenses_search
Search /v1/regulatory/licenses/search for legally reviewed public licensing records by region, query, status, and limit.
Parameters (4)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
- statusstring
Optional status filter.
smartagent_regulatory_inspections_search
Search /v1/regulatory/inspections/search for legally reviewed public inspection summaries by region, query, status, and limit.
Parameters (4)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
- statusstring
Optional status filter.
smartagent_regulatory_permits_search
Search /v1/regulatory/permits/search for legally reviewed public permit summaries by region, query, status, and limit.
Parameters (4)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
- statusstring
Optional status filter.
smartagent_regulatory_facility_get
Call /v1/regulatory/facilities/{facility_id} to retrieve one regulated facility or business anchor.
Parameters (1)
- facility_idstring
Required facility identifier.
smartagent_workflows_regulatory_site_brief_get
Call /v1/workflows/regulatory-site-brief/{facility_id} for a cross-family response that combines regulatory, transit, and environment context.
Parameters (2)
- facility_idstring
Required facility identifier.
- limitinteger
Optional per-family item cap, default 3 and max 10.
smartagent_transit_routes_search
Search /v1/transit/routes for legally reviewed transit route records by region, query, and limit.
Parameters (3)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
smartagent_environment_alerts_search
Search /v1/environment/alerts for legally reviewed environment alert references by region, query, and limit.
Parameters (3)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
smartagent_civic_service_points_search
Search /v1/civic/service-points for privacy-reviewed civic service points by region, query, and limit.
Parameters (3)
- limitinteger
Optional result limit up to 100.
- qstring
Optional query string.
- region_idstring
Optional region filter.
smartagent_billing_create_checkout_session
Create a Stripe checkout session for a plan purchase using an admin key.
Parameters (5)
- cancel_urlstring
Required checkout cancel URL.
- currencystring
Optional currency; defaults to the platform default.
- organization_idstring
Optional organization id; defaults to the current organization.
- plan_codestring
Required plan code such as places-monthly or all-access-monthly.
- success_urlstring
Required checkout success URL.
smartagent_access_issue_client_key
Issue a client-scoped API key for downstream agent or application access using an admin key.
Parameters (2)
- labelstring
Optional key label.
- scopesarray
Optional client scopes limited to product read scopes.
smartagent_access_activate_developer_free
Activate the free developer plan when no paid or trialing plan is active.
No parameters.
smartagent_dashboard_summary
Return the browser-dashboard payload for organization, subscription, usage, entitlements, keys, and recent audit events.
No parameters.
smartagent_billing_create_portal_session
Create a Stripe Customer Portal session for subscription management using an admin key.
Parameters (1)
- return_urlstring
Optional return URL; defaults to the SmartAPIs dashboard.
smartagent_usage_summary
Return the current-period usage and quota summary using an admin key.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"products-watch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://smartapis.net/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.