{"name":"online.agentmart/procurement","slug":"agentmart-procurement","title":"AgentMart Procurement","description":"Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents","url":"https://mcp.market/server/agentmart-procurement","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":19,"ok":19,"last_checked_at":"2026-09-24T04:41:16.092Z","last_ok_at":"2026-09-24T04:41:16.092Z","latency_ms":204},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://agentmart.online/procurement","version":"0.5.2","remotes":[{"type":"streamable-http","url":"https://mcp.agentmart.online/mcp"}],"packages":[],"tools":[{"name":"billing_status","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"calibrate","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"taskIds":{"description":"Optional standard calibration task IDs. Leave empty to use the curated 10-task set.","default":[],"maxItems":10,"type":"array","items":{"type":"string"}},"providerIds":{"description":"Providers to test directly. Leave empty to test every connected provider.","default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["firecrawl","tavily","browserless"]}},"repeats":{"default":1,"type":"integer","minimum":1,"maximum":3},"maxCalls":{"default":30,"type":"integer","minimum":1,"maximum":30},"confirmExternalCalls":{"description":"Must be true only after the user explicitly approves the provider calls and usage.","type":"boolean","const":true}},"required":["confirmExternalCalls"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_billing_portal","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmCreate":{"description":"Must be true only after the user explicitly approves creating a Stripe Billing Portal session.","type":"boolean","const":true}},"required":["confirmCreate"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_checkout","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"execute","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"description":"URL to extract.","type":"string","format":"uri"},"minQuality":{"default":0.95,"type":"number","minimum":0,"maximum":1},"requiredMarkers":{"description":"Strings expected in a successful result.","default":[],"type":"array","items":{"type":"string"}},"optionalMarkers":{"default":[],"type":"array","items":{"type":"string"}},"minCharacters":{"default":100,"type":"integer","minimum":0,"maximum":9007199254740991},"minRequiredMarkerRatio":{"default":0.75,"type":"number","minimum":0,"maximum":1}},"required":["url","requiredMarkers","optionalMarkers"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"quote","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"monthlyExtractions":{"description":"Projected monthly web extractions.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"minCompletion":{"description":"Minimum expected completion rate, from 0 to 1.","default":0.99,"type":"number","minimum":0,"maximum":1},"minQuality":{"description":"Minimum provider quality threshold, from 0 to 1.","default":0.95,"type":"number","minimum":0,"maximum":1}},"required":["monthlyExtractions"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"recommend","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"remainingExtractions":{"description":"Projected extractions remaining in the current billing cycle.","type":"integer","minimum":0,"maximum":9007199254740991},"minCompletion":{"default":0.99,"type":"number","minimum":0,"maximum":1},"minQuality":{"default":0.95,"type":"number","minimum":0,"maximum":1},"maxRemainingExtractions":{"default":1000000,"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["remainingExtractions"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"usage","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T13:03:44.716Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T13:03:44.720Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 297ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.agentmart.online/mcp","reachable":true,"authRequired":false,"latencyMs":297,"serverInfo":{"name":"agentmart-procurement","version":"0.5.2"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}