# AgentMart Procurement (remote · mcp.agentmart.online)

Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents

- Trust score: 88/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.agentmart.online`: 88/100 (this document), [markdown](https://verifymcp.io/servers/online-agentmart-procurement/mcp.md), [page](https://verifymcp.io/servers/online-agentmart-procurement/mcp)

## Channel facts

- Endpoint: `https://mcp.agentmart.online/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.5.2`

## 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-09-20.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - 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.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 790 tokens (~98/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 87/100
  - Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 53% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the AgentMart Procurement MCP server?

AgentMart Procurement is a hosted endpoint at https://mcp.agentmart.online/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http online-agentmart-procurement 'https://mcp.agentmart.online/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "online-agentmart-procurement": {
      "url": "https://mcp.agentmart.online/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "online-agentmart-procurement": {
      "type": "http",
      "url": "https://mcp.agentmart.online/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.online-agentmart-procurement]
url = "https://mcp.agentmart.online/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "online-agentmart-procurement": {
      "type": "remote",
      "url": "https://mcp.agentmart.online/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add online-agentmart-procurement --url 'https://mcp.agentmart.online/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  online-agentmart-procurement:
    url: "https://mcp.agentmart.online/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "online-agentmart-procurement": {
      "Transport": "http",
      "Url": "https://mcp.agentmart.online/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add online-agentmart-procurement -t streamable-http -u 'https://mcp.agentmart.online/mcp'
```

### Other

```json
{
  "mcpServers": {
    "online-agentmart-procurement": {
      "type": "http",
      "url": "https://mcp.agentmart.online/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-09-19 (score 88, +1)

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

### 2026-09-17 (score 87, +1)

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

### 2026-09-14 (score 86, +1)

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

### 2026-09-12 (score 85, +1)

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

### 2026-09-10 (score 84, +1)

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

### 2026-09-08 (score 83, +1)

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

### 2026-09-06 (score 82, +1)

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

### 2026-09-04 (score 81, +1)

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

## MCP tools (8)

### `quote` (~129 tokens)

AgentMart Quote

Discover and compare web-extraction procurement options when an agent or user needs a price, quote, budget, vendor mix, provider allocation, or sourcing plan for scraping URLs at projected monthly volume. Returns an account-specific executable-now plan plus a broader option with readiness, evidence, assumptions, and warnings. Read-only: it never calls an extraction provider.

Input parameters:

- `minCompletion` (number): Minimum expected completion rate, from 0 to 1.
- `minQuality` (number): Minimum provider quality threshold, from 0 to 1.
- `monthlyExtractions` (integer, required): Projected monthly web extractions.

### `recommend` (~105 tokens)

AgentMart Procurement Recommendation

Decide whether to stay on current web-extraction provider plans, overflow to another vendor, or upgrade subscriptions. Use for procurement, vendor, capacity, and cost decisions based on current usage and projected remaining URL extractions. Read-only: it never calls an extraction provider.

Input parameters:

- `maxRemainingExtractions` (integer)
- `minCompletion` (number)
- `minQuality` (number)
- `remainingExtractions` (integer, required): Projected extractions remaining in the current billing cycle.

### `usage` (~47 tokens)

AgentMart Usage

Check current-month web-extraction usage, provider units, estimated provider spend, estimated customer charge, and remaining call and spending limits for the authenticated AgentMart account. Calibration calls are excluded. Read-only.

### `billing_status` (~56 tokens)

AgentMart Billing Status

Check the authenticated AgentMart account's Growth Pilot subscription, payment state, and Stripe readiness. Use for questions about whether billing is active, past due, canceled, or ready. Read-only: it does not create a session or charge anyone.

### `create_checkout` (~47 tokens)

Start AgentMart Growth Pilot Checkout

Start a secure Stripe Checkout only when the authenticated customer explicitly asks to subscribe to the $149/month AgentMart Growth Pilot. Creates a hosted Checkout session; no charge occurs unless the customer completes Checkout.

### `create_billing_portal` (~73 tokens)

Open AgentMart Billing Portal

Open a short-lived Stripe Billing Portal only when the authenticated customer explicitly asks to manage payment methods, invoices, or the AgentMart subscription. It does not charge the customer or call an extraction provider.

Input parameters:

- `confirmCreate` (boolean, required): Must be true only after the user explicitly approves creating a Stripe Billing Portal session.

### `execute` (~122 tokens)

AgentMart Execute

Execute, scrape, or extract content from a URL through the best eligible connected web-extraction provider. Use only after the user explicitly asks to run the extraction. This makes external provider calls, records billable usage, enforces account limits, and may fall back to another eligible provider.

Input parameters:

- `minCharacters` (integer)
- `minQuality` (number)
- `minRequiredMarkerRatio` (number)
- `optionalMarkers` (array, required)
- `requiredMarkers` (array, required): Strings expected in a successful result.
- `url` (string, required): URL to extract.

### `calibrate` (~141 tokens)

AgentMart Evidence Calibration

Benchmark web-extraction vendors and collect fresh reliability, quality, latency, and cost evidence across a curated URL task set. Use only after the user explicitly approves a bounded calibration batch. Calls selected external providers directly and caps each invocation at 30 provider calls.

Input parameters:

- `confirmExternalCalls` (boolean, required): Must be true only after the user explicitly approves the provider calls and usage.
- `maxCalls` (integer)
- `providerIds` (array): Providers to test directly. Leave empty to test every connected provider.
- `repeats` (integer)
- `taskIds` (array): Optional standard calibration task IDs. Leave empty to use the curated 10-task set.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/online-agentmart-procurement/mcp#diagnostics

## Score history

- 2026-09-20: 88
- 2026-09-19: 88
- 2026-09-18: 87
- 2026-09-17: 87
- 2026-09-16: 86
- 2026-09-15: 86
- 2026-09-14: 86
- 2026-09-13: 85
- 2026-09-12: 85
- 2026-09-11: 84
- 2026-09-10: 84
- 2026-09-09: 83
- 2026-09-08: 83
- 2026-09-07: 82
- 2026-09-06: 82
- 2026-09-05: 81
- 2026-09-04: 81
- 2026-09-03: 80
- 2026-09-02: 80
- 2026-09-01: 79
- 2026-08-31: 79
- 2026-08-30: 79
- 2026-08-29: 23
- 2026-08-28: 78
- 2026-08-27: 77
- 2026-08-26: 77
- 2026-08-25: 74

## Common questions

### What is the AgentMart Procurement MCP server?

AgentMart Procurement is an MCP server listed in the public MCP registry as online.agentmart/procurement. Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents. This page covers its hosted endpoint (https://mcp.agentmart.online/mcp).

### Is the AgentMart Procurement MCP server safe to use?

AgentMart Procurement scores 88 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AgentMart Procurement MCP server expose?

AgentMart Procurement exposes 8 tools: quote, recommend, usage, billing_status, create_checkout, and 3 more. Their descriptions and schemas cost roughly 720 tokens of context every time the server is loaded.

### Does the AgentMart Procurement MCP server require authentication?

Yes. AgentMart Procurement asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the AgentMart Procurement MCP server still maintained?

AgentMart Procurement is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.agentmart.online/mcp
- Website: https://agentmart.online/procurement
- Changelog RSS feed: https://verifymcp.io/servers/online-agentmart-procurement/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/online-agentmart-procurement/mcp.json
- HTML version of this page: https://verifymcp.io/servers/online-agentmart-procurement/mcp
