# SmartAPIs Products Watch (remote · smartapis.net)

Testing-phase Products Watch endpoint; public discovery remains while new onboarding is paused.

- Trust score: 18/100 (low)
- Change this week: −42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `smartapis.net`: 18/100 (this document), [markdown](https://verifymcp.io/servers/net-smartapis-products-watch/smartapis.md), [page](https://verifymcp.io/servers/net-smartapis-products-watch/smartapis)

## Channel facts

- Endpoint: `https://smartapis.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 503.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http net-smartapis-products-watch https://smartapis.net/mcp
```

### Codex

```toml
[mcp_servers.net-smartapis-products-watch]
url = "https://smartapis.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-smartapis-products-watch": {
      "type": "remote",
      "url": "https://smartapis.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-smartapis-products-watch --url https://smartapis.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-smartapis-products-watch:
    url: "https://smartapis.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "net-smartapis-products-watch": {
      "type": "http",
      "url": "https://smartapis.net/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 18, −44)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] HTTPS: pass → unverified
- [security regression] Stability: 0.23 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-01 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (21)

### `smartagent_catalog_list_plans` (~28 tokens)

List Plans

List published SmartAgentAPIs plans, currencies, included modules, and quotas.

### `smartagent_discovery_capabilities` (~35 tokens)

Discovery Capabilities

Return /v1/agent/capabilities with route-family metadata, MCP parity hints, and runnable example references.

### `smartagent_context_get` (~50 tokens)

Get Agent Context

Return public structured agent context for a supported launch city or region alias.

Input parameters:

- `location_id` (string): Required city or region identifier such as montreal, toronto, or greater-montreal.

### `smartagent_places_search` (~65 tokens)

Places Search

Search /v1/places/search for legally reviewed place records by region, query, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.

### `smartagent_places_nearby` (~97 tokens)

Places Nearby

Find nearby legally reviewed places from a caller-supplied coordinate.

Input parameters:

- `latitude` (number): Required latitude for proximity ranking.
- `limit` (integer): Optional result limit up to 100.
- `longitude` (number): Required longitude for proximity ranking.
- `q` (string): Optional query string.
- `radius_km` (number): Optional radius in kilometers.
- `region_id` (string): Optional region filter.

### `smartagent_place_agent_context_get` (~49 tokens)

Get Place Agent Context

Call /v1/places/{place_id}/agent-context to fetch SmartAPIs agent-oriented summary fields for one place record.

Input parameters:

- `place_id` (string): Required place identifier.

### `smartagent_products_search` (~91 tokens)

Products Search

Search /v1/products/search for legally reviewed product references by region, query, brand, GTIN, and limit.

Input parameters:

- `brand` (string): Optional brand filter.
- `gtin` (string): Optional GTIN filter.
- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.

### `smartagent_regulatory_licenses_search` (~82 tokens)

Regulatory Licenses Search

Search /v1/regulatory/licenses/search for legally reviewed public licensing records by region, query, status, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.
- `status` (string): Optional status filter.

### `smartagent_regulatory_inspections_search` (~84 tokens)

Regulatory Inspections Search

Search /v1/regulatory/inspections/search for legally reviewed public inspection summaries by region, query, status, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.
- `status` (string): Optional status filter.

### `smartagent_regulatory_permits_search` (~84 tokens)

Regulatory Permits Search

Search /v1/regulatory/permits/search for legally reviewed public permit summaries by region, query, status, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.
- `status` (string): Optional status filter.

### `smartagent_regulatory_facility_get` (~46 tokens)

Get Regulatory Facility

Call /v1/regulatory/facilities/{facility_id} to retrieve one regulated facility or business anchor.

Input parameters:

- `facility_id` (string): Required facility identifier.

### `smartagent_workflows_regulatory_site_brief_get` (~77 tokens)

Get Regulatory Site Workflow Brief

Call /v1/workflows/regulatory-site-brief/{facility_id} for a cross-family response that combines regulatory, transit, and environment context.

Input parameters:

- `facility_id` (string): Required facility identifier.
- `limit` (integer): Optional per-family item cap, default 3 and max 10.

### `smartagent_transit_routes_search` (~68 tokens)

Transit Routes Search

Search /v1/transit/routes for legally reviewed transit route records by region, query, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.

### `smartagent_environment_alerts_search` (~68 tokens)

Environment Alerts Search

Search /v1/environment/alerts for legally reviewed environment alert references by region, query, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.

### `smartagent_civic_service_points_search` (~71 tokens)

Civic Service Points Search

Search /v1/civic/service-points for privacy-reviewed civic service points by region, query, and limit.

Input parameters:

- `limit` (integer): Optional result limit up to 100.
- `q` (string): Optional query string.
- `region_id` (string): Optional region filter.

### `smartagent_billing_create_checkout_session` (~104 tokens)

Create Checkout Session

Create a Stripe checkout session for a plan purchase using an admin key.

Input parameters:

- `cancel_url` (string): Required checkout cancel URL.
- `currency` (string): Optional currency; defaults to the platform default.
- `organization_id` (string): Optional organization id; defaults to the current organization.
- `plan_code` (string): Required plan code such as places-monthly or all-access-monthly.
- `success_url` (string): Required checkout success URL.

### `smartagent_access_issue_client_key` (~55 tokens)

Issue Client API Key

Issue a client-scoped API key for downstream agent or application access using an admin key.

Input parameters:

- `label` (string): Optional key label.
- `scopes` (array): Optional client scopes limited to product read scopes.

### `smartagent_access_activate_developer_free` (~28 tokens)

Activate Developer Free

Activate the free developer plan when no paid or trialing plan is active.

### `smartagent_dashboard_summary` (~32 tokens)

Dashboard Summary

Return the browser-dashboard payload for organization, subscription, usage, entitlements, keys, and recent audit events.

### `smartagent_billing_create_portal_session` (~47 tokens)

Create Billing Portal Session

Create a Stripe Customer Portal session for subscription management using an admin key.

Input parameters:

- `return_url` (string): Optional return URL; defaults to the SmartAPIs dashboard.

### `smartagent_usage_summary` (~23 tokens)

Usage Summary

Return the current-period usage and quota summary using an admin key.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-smartapis-products-watch/smartapis#diagnostics

## Score history

- 2026-08-03: 18
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 61
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://smartapis.net/mcp
- Changelog RSS feed: https://verifymcp.io/servers/net-smartapis-products-watch/smartapis/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-smartapis-products-watch/smartapis/changelog.json
- HTML version of this page: https://verifymcp.io/servers/net-smartapis-products-watch/smartapis
