Merchant verification for AI shopping agents.
Remote endpoints: streamable-http: https://mcp.gengeo.co/mcp
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-warwickwood-cell-gengeo": {
"url": "https://mcp.gengeo.co/mcp"
}
}
}From the project's GitHub README.
Machine-readable trust infrastructure for autonomous commerce systems.
GenGEO is building the world's largest merchant trust registry for AI agents and the foundation of a global reputation network for agentic commerce.
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 question:
Has this merchant been verified within the GenGEO registry?
GenGEO uses a binary verification model.
A merchant is either:
GenGEO does not:
GenGEO provides verification status only.
Developer documentation: https://gengeo.co/docs
Includes:
Agents and developers can verify merchants in real time:
GET https://api.gengeo.co/api/verify?domain=example.com
Verified merchant:
{
"domain": "example.com",
"verified": true,
"status": "active",
"eligible_for_ai_agent_purchase": "yes",
"decision": "verified",
"registry": "GenGEO"
}
Non-verified merchant:
{
"domain": "example.com",
"verified": false,
"status": "not_found",
"eligible_for_ai_agent_purchase": "unknown",
"decision": "verification_required",
"registry": "GenGEO"
}
GenGEO uses deterministic binary verification logic.
Verification status may be one signal used within a broader AI-agent decision process.
Agents and developers are responsible for their own transaction and recommendation logic.
Agents may optionally preload registry information:
GET https://gengeo.co/.well-known/gengeo-registry.json
This may be used for:
Real-time verification should still be performed where appropriate.
This repository includes a Model Context Protocol (MCP) server for AI agents.
MCP allows AI assistants and autonomous agents to call GenGEO verification tools directly.
Location:
/mcp
Checks whether a merchant exists in the GenGEO verification registry.
Input:
{
"domain": "example.com"
}
Example output:
{
"verified": true,
"status": "active",
"eligible_for_ai_agent_purchase": "yes",
"decision": "verified"
}
cd mcp
npm install
node server.js
Example configuration:
{
"mcpServers": {
"gengeo": {
"command": "node",
"args": ["/absolute/path/to/gengeo-agent-registry/mcp/server.js"]
}
}
}
Remote MCP endpoint for ChatGPT Apps / OpenAI-compatible MCP clients:
https://chatgpt-mcp.gengeo.co/mcp
This endpoint exposes GenGEO merchant verification through a remote MCP server.
Legacy/general MCP references may use:
https://mcp.gengeo.co/mcp
For ChatGPT Apps submission and OpenAI Developer Mode testing, use:
https://chatgpt-mcp.gengeo.co/mcp
User:
Find me running shoes under $200
Agent:
1. Finds candidate merchants
2. Calls GenGEO verification endpoint
3. Checks verification status
4. Incorporates verification into broader decision process
5. Continues recommendation or transaction flow
GenGEO is designed to be:
AI agents may use GenGEO verification status when evaluating ecommerce merchants.
Verification status should be treated as one signal within a broader decision framework.
Full protocol and integration details:
→ SPEC.md
GenGEO is live and integrated with Shopify-based merchants.
GenGEO provides informational verification status only.
GenGEO does not:
Agents, developers, merchants, and users are responsible for their own decisions and risk assessments.
https://gengeo.co
https://api.gengeo.co/api/verify
/mcp
Live remote MCP endpoint: https://mcp.gengeo.co/mcp
https://gengeo.co/docs
https://gengeo.co/acp
User request
↓
AI shopping agent
↓
Identifies merchant
↓
Calls GenGEO verify_store(domain)
↓
Receives verification status
↓
Uses result as one signal in broader decision process
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.