Discover and procure governed AI capabilities with machine-readable price, scope, and trust terms.
MCPpedia last refreshed this data
com.gatecoreai/marketplace is an MCP server that discover and procure governed AI capabilities with machine-readable price, scope, and trust terms. Its tool list has not been published yet over http, requires no API key, and scores 37/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-gatecoreai-marketplace": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
GateCore is the governed transaction layer for AI agents. Every agent request is identity-verified, policy-checked, priced, settled, and receipted on a tamper-evident ledger before it touches tools, data, or money.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
MCP Security Weekly
Get CVE alerts and security updates for com.gatecoreai/marketplace and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
GateCore is the governed transaction layer for AI agents. Every agent request is identity-verified, policy-checked, priced, settled, and receipted on a tamper-evident ledger before it touches tools, data, or money.
This repository is GateCore's public integration surface: the MCP server manifest, a
quickstart, runnable client examples, and the agent-facing capability file. It is the
canonical reference for the com.gatecoreai/marketplace entry in the official MCP registry.
Point any MCP client at https://mcp.gatecoreai.com/mcp and, with no key and no account:
discover_listings returns published marketplace
listings with machine-readable price, required scopes, and minimum trust terms attached.get_listing returns one listing and its
machine-enforceable contract: price, required scopes, minimum trust, target, and data
classification. Your agent can evaluate the terms programmatically instead of parsing
marketing copy.With a GateCore MCP access key (gcmk_ prefix), an agent can also:
procure returns PROCURE, REVIEW, or DENY.
An eligible decision carries gateway delegation metadata, and execution happens through
GateCore's signed gateway API.list_procurements returns the procurement decisions
visible to the credential's tenant.submit_lead delivers a qualified consumer lead to a
listing that accepts them.QUICKSTART.md has the exact handshake and copy-pasteable calls. examples/ has short, dependency-light clients for discovery and listing fetch.
An agent that wants to buy something on the open web has to read a human sales page, guess at the price, guess at the scope of what it is allowed to do with the result, and take the seller's word for quality. GateCore replaces all three guesses with structured fields on the listing:
Because those terms are attached to the listing rather than to a sales page, the decision to transact is one an agent can make on its own and a human can audit afterward.
Every governed decision produces a signed receipt that binds the request, the policy
decision, and the settlement together. Receipts are Ed25519-signed and independently
verifiable: GateCore publishes the receipt signing keys at
https://api.gatecoreai.com/v1/receipts/keys, and a client-side verifier at
gatecoreai.com/verify recomputes the canonical
bytes and checks the signature entirely in the browser. Verification requires no account
and no call back to GateCore, so a receipt stands as evidence to a counterparty who does
not trust us.
That is the point of the design. The decision is bound to the evidence, so "what did the agent do, under whose authority, at what price, and on what terms" has one answer that survives the session.
| Purpose | URL |
|---|---|
| MCP endpoint (streamable HTTP) | https://mcp.gatecoreai.com/mcp |
| MCP manifest | https://mcp.gatecoreai.com/.well-known/mcp.json |
| Agent capability file | https://gatecoreai.com/llms.txt |
| Public marketplace | https://gatecoreai.com/marketplace/ |
| Receipt verifier | https://gatecoreai.com/verify |
| Receipt signing keys | https://api.gatecoreai.com/v1/receipts/keys |