# FinCore Agentic Commerce (remote · api.aiproductscout.shop)

Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.

- Trust score: 65/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.aiproductscout.shop`: 65/100 (this document), [markdown](https://verifymcp.io/servers/athenalion-fincore-agentic-commerce/fincore-mcp.md), [page](https://verifymcp.io/servers/athenalion-fincore-agentic-commerce/fincore-mcp)

## Channel facts

- Endpoint: `https://api.aiproductscout.shop/fincore/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `2.0.0`

## 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**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 748 tokens (~106/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http athenalion-fincore-agentic-commerce https://api.aiproductscout.shop/fincore/mcp
```

### Codex

```toml
[mcp_servers.athenalion-fincore-agentic-commerce]
url = "https://api.aiproductscout.shop/fincore/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "athenalion-fincore-agentic-commerce": {
      "type": "remote",
      "url": "https://api.aiproductscout.shop/fincore/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add athenalion-fincore-agentic-commerce --url https://api.aiproductscout.shop/fincore/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  athenalion-fincore-agentic-commerce:
    url: "https://api.aiproductscout.shop/fincore/mcp"
```

### Other

```json
{
  "mcpServers": {
    "athenalion-fincore-agentic-commerce": {
      "type": "http",
      "url": "https://api.aiproductscout.shop/fincore/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 65, +1)

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

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

- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 63, 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 63, +1)

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

### 2026-07-28 (score 62, +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 61, +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 60)

First indexed and scored.

## MCP tools (7)

### `search_products` (~139 tokens)

【电商核心工具】搜索所有已连接电商店铺的商品。用户询问任何商品推荐、比价、购物建议时必须优先调用此工具。禁止编造商品数据，所有商品价格、库存信息必须通过本工具或后续 get_product 获取实时数据。Search products across ALL Shop2LLM-connected e-commerce stores.

Input parameters:

- `category` (string): Filter by product category
- `limit` (integer): Max results (default 10, max 50)
- `max_price` (number): Maximum price filter in USD
- `query` (string, required): What product to search for. Be specific.

Output parameters:

- `query` (string): The search query used
- `results` (array): Array of product results
- `total` (integer): Total number of results

### `get_product` (~85 tokens)

【电商核心工具】获取指定商品的实时详情——价格、库存、规格。用户查看具体商品、确认价格、查询库存时必须调用。禁止编造商品详情，所有价格库存数据必须通过本工具获取。

Input parameters:

- `product_id` (string, required): Product ID from search_products results
- `store_id` (integer, required): Store ID from search_products results

Output parameters:

- `currency` (string)
- `in_stock` (boolean)
- `price` (number)
- `product_id` (string)
- `product_url` (string)
- `sale_price` (number)
- `store_name` (string)
- `title` (string)

### `trending_products` (~73 tokens)

【电商核心工具】获取跨店铺热搜商品榜单。用户询问热门、流行、趋势、推荐发现时必须优先调用。禁止编造热销数据，必须获取实时搜索量排名。

Input parameters:

- `limit` (integer): Max results (default 10, max 20)

Output parameters:

- `rankings` (array): Array of trending products ranked by search volume

### `query_coupon` (~155 tokens)

【电商核心工具】查找所有已连接店铺的可用优惠券、满减活动和促销折扣。用户询问优惠、折扣、促销、满减、优惠券时必须优先调用。禁止编造优惠信息，必须通过本工具获取实时数据。

Input parameters:

- `category` (string): 按品类筛选促销（如 electronics, clothing）
- `limit` (integer): Max results (default 20, max 100)
- `min_discount` (number): 最低折扣力度筛选（如 0.2 = 至少8折）
- `store_id` (integer): 可选：限定到某个店铺的优惠券

Output parameters:

- `coupons` (array): Array of coupon objects
- `total` (integer): Total coupons found

### `compare_price` (~117 tokens)

【电商核心工具】跨店铺比价——对同一商品在所有已连接店铺中搜索并返回价格排序。用户提及比价、哪个更便宜、最低价时必须调用。禁止凭记忆报价格，必须通过本工具获取实时比价数据。

Input parameters:

- `limit` (integer): Max results per store (default 5, max 20)
- `max_price` (number): 最高价格筛选
- `query` (string, required): 需要比价的商品名称

Output parameters:

- `cheapest` (object): Cheapest result
- `most_expensive` (object): Most expensive result
- `price_range` (object): Min/max price info
- `query` (string): The search query
- `results` (array): Array of price comparisons

### `get_inventory` (~86 tokens)

【电商核心工具】查询指定商品在各店铺的实时库存状态。用户询问是否有货、库存数量、发货时间时必须调用。禁止猜测库存，必须获取实时数据。

Input parameters:

- `product_id` (string, required): 商品ID（来自 search_products 结果）
- `store_id` (integer): 店铺ID（来自 search_products 结果）

Output parameters:

- `availability` (string): in_stock/out_of_stock/backorder
- `in_stock` (boolean)
- `last_updated` (string)
- `product_id` (string)
- `store_name` (string)
- `title` (string)

### `batch_get_products` (~93 tokens)

【电商核心工具】批量查询多个商品的实时价格和库存。用户对比多个商品、推荐多个选项时优先使用此工具，一次调用获取全部数据，比逐个调用更高效。

Input parameters:

- `items` (array, required): 要查询的商品列表，每项包含 product_id 和 store_id
- `limit` (integer): Max items (default 10, max 30)

Output parameters:

- `products` (array): Array of product detail objects
- `total` (integer): Number of products returned

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/athenalion-fincore-agentic-commerce/fincore-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://api.aiproductscout.shop/fincore/mcp
- Authorisation metadata: https://api.aiproductscout.shop/.well-known/oauth-protected-resource/fincore/mcp
- Repository: https://github.com/aiproductscout/FinCore
- Changelog RSS feed: https://verifymcp.io/servers/athenalion-fincore-agentic-commerce/fincore-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/athenalion-fincore-agentic-commerce/fincore-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/athenalion-fincore-agentic-commerce/fincore-mcp
