Merchant verification for AI shopping agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-warwickwood-cell-gengeo": {
"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.
Machine-readable trust infrastructure for autonomous commerce systems.
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
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for io.github.warwickwood-cell/gengeo and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Machine-readable trust infrastructure for autonomous commerce systems.
GenGEO enables AI agents and developers to verify whether an ecommerce merchant meets a high operational verification threshold before autonomous purchasing or recommendation decisions are made.
As AI agents increasingly transact on behalf of users, a major infrastructure problem is emerging:
There is currently no standardized machine-readable trust layer for determining whether a merchant is operationally ready and appropriate for autonomous transactions.
At the same time, legitimate AI-driven commerce activity is increasingly colliding with fraud and bot-detection systems that cannot distinguish autonomous AI agents from malicious automation.
AI agents can already:
But there is still no common verification layer for evaluating merchant transaction readiness before autonomous commerce actions proceed.
GenGEO helps reduce transaction uncertainty by providing a deterministic machine-readable verification signal that agents can incorporate into broader commerce decision frameworks.
Trust verification SDK for AI agents.
Verify whether an ecommerce merchant meets GenGEO trust standards before recommending, purchasing, or transacting.
GenGEO provides lightweight SDKs and APIs for merchant verification within autonomous commerce and AI-agent workflows.
# JavaScript / Node.js
npm install @gengeo/gengeo
# Python
pip install gengeo
import { verify } from '@gengeo/gengeo'
const result = await verify('store.example.com')
console.log(result)
/*
{
verified: true,
decision: 'verified',
registry: 'gengeo'
}
*/
from gengeo import verify
result = verify('store.example.com')
print(result)
# {
# 'verified': True,
# 'decision': 'verified',
# 'registry': 'gengeo'
# }
curl "https://api.gengeo.co/api/verify?domain=store.example.com"
AI agents increasingly transact autonomously on behalf of users.
GenGEO provides a standardized trust verification layer that helps agents evaluate whether a merchant is safe and transaction-ready before executing commerce actions.
For MCP-enabled integrations and agent workflows:
Traditional ecommerce trust systems were designed primarily for humans:
Autonomous agents evaluate commerce differently.
Agents increasingly rely on:
GenGEO exists to help address this emerging infrastructure gap through machine-readable merchant verification for autonomous commerce systems.
GenGEO uses a deterministic verification model designed to evaluate whether merchants meet a high operational verification threshold before autonomous agents proceed with commerce actions.
Verification may include signals such as:
The goal is not to guarantee outcomes, but to provide autonomous systems with a stronger machine-readable trust signal that may improve transaction confidence within broader agent decision frameworks.
GenGEO answers a simple ques