Data Collection
agentmart.online
Manages web-extraction procurement, usage tracking, billing, and subscription for the AgentMart scraping service.
ENDPOINT 1
https://mcp.agentmart.online/mcp
MCP server metadata
- Name
- agentmart-procurement
- Version
- 0.5.0
Use AgentMart Procurement when an agent needs to source, compare, budget, or execute web extraction and URL scraping work across providers. Start with quote for projected workloads, use recommend for plan decisions, and call execute only after the user explicitly approves external provider usage. Use calibrate only after explicit approval of a bounded evidence-collection batch.
Known tools 8
quoteDiscover 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.
Inferred read-onlyrecommendDecide whether to stay on current web-extraction provider plans, overflow to another vendor, or upgrade subscriptions.
Inferred read-onlyusageCheck current-month web-extraction usage, provider units, estimated provider spend, estimated customer charge, and remaining call and spending limits for the authenticated AgentMart account.
Potential side effectsbilling_statusCheck the authenticated AgentMart account's Growth Pilot subscription, payment state, and Stripe readiness.
Potential side effectscreate_checkoutStart a secure Stripe Checkout only when the authenticated customer explicitly asks to subscribe to the $149/month AgentMart Growth Pilot.
Inferred read-onlycreate_billing_portalOpen a short-lived Stripe Billing Portal only when the authenticated customer explicitly asks to manage payment methods, invoices, or the AgentMart subscription.
Potential side effectsexecuteExecute, scrape, or extract content from a URL through the best eligible connected web-extraction provider.
Potential side effectscalibrateBenchmark web-extraction vendors and collect fresh reliability, quality, latency, and cost evidence across a curated URL task set.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentmart-procurement]
url = "https://mcp.agentmart.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentmart-procurement": {
"type": "http",
"url": "https://mcp.agentmart.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentmart-procurement
Remote MCP URL: https://mcp.agentmart.online/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentmart-procurement": {
"url": "https://mcp.agentmart.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentmart-procurement": {
"type": "http",
"url": "https://mcp.agentmart.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentmart-procurement",
"transport": "streamable-http",
"url": "https://mcp.agentmart.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentmart.online was fetched 2026-08-28T08:42:38.916Z.
agentmart.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.