Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. GenGEO Agent Registry
GenGEO Agent Registry logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 9:46:40 PM

GenGEO Agent Registry

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

Merchant verification for AI shopping agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gengeo-agent-registry": {
      "command": "uvx",
      "args": [
        "gengeo"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

GenGEO Agent Registry

Machine-readable trust infrastructure for autonomous commerce systems.

smithery badge

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:

  • discover products
  • browse stores
  • compare pricing
  • recommend merchants
  • and increasingly complete purchases

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.


GenGEO

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.


Install

bash
# JavaScript / Node.js
npm install @gengeo/gengeo

# Python
pip install gengeo

Quick Start

JavaScript / Node.js

server.ts
import { verify } from '@gengeo/gengeo'

const result = await verify('store.example.com')

console.log(result)

/*
{
  verified: true,
  decision: 'verified',
  registry: 'gengeo'
}
*/

Python

server.ts
from gengeo import verify

result = verify('store.example.com')

print(result)

# {
#   'verified': True,
#   'decision': 'verified',
#   'registry': 'gengeo'
# }

cURL

Terminal
curl "https://api.gengeo.co/api/verify?domain=store.example.com"

Why GenGEO?

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.


Use Cases

  • AI shopping agents
  • MCP commerce tools
  • Autonomous checkout workflows
  • Merchant trust verification
  • Agentic commerce infrastructure

Docs

For MCP-enabled integrations and agent workflows:

https://gengeo.co/docs

https://gengeo.co/acp


Why This Exists

Traditional ecommerce trust systems were designed primarily for humans:

  • branding
  • visual design
  • reviews
  • SEO
  • reputation

Autonomous agents evaluate commerce differently.

Agents increasingly rely on:

  • structured data
  • machine-readable policies
  • operational signals
  • transaction readiness
  • trust infrastructure

GenGEO exists to help address this emerging infrastructure gap through machine-readable merchant verification for autonomous commerce systems.


Verification Model

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:

  • machine-readable policies
  • operational completeness
  • transaction readiness
  • structured commerce metadata
  • storefront verification state
  • agent compatibility checks

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.


Core Concept

GenGEO answers a simple question:

Has this merchant been verified within the GenGEO registry?

GenGEO uses a binary verification model.

A merchant is either:

  • verified
  • not verified

GenGEO does not:

  • rank merchants
  • recommend stores
  • guarantee merchant behavior
  • guarantee transaction outcomes
  • provide legal, financial, or security advice

GenGEO provides verification status only.


Documentation

Developer documentation: https://gengeo.co/docs

Includes:

  • Verification API
  • MCP integration
  • ACP compatibility
  • Example responses
  • Verification methodology

Verification Endpoint

Agents and developers can verify merchants in real time:

http
GET https://api.gengeo.co/api/verify?domain=example.com

Example Response

Verified merchant:

config.json
{
  "domain": "example.com",
  "verified": true,
  "status": "active",
  "eligible_for_ai_agent_purchase": "yes",
  "decision": "verified",
  "registry": "GenGEO"
}

Non-verified merchant:

config.json
{
  "domain": "example.com",
  "verified": false,
  "status": "not_found",
  "eligible_for_ai_agent_purchase": "unknown",
  "decision": "verification_required",
  "registry": "GenGEO"
}

Verification Model

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.


Optional Discovery Feed

Agents may optionally preload registry information:

http
GET https://gengeo.co/.well-known/gengeo-registry.json

This may be used for:

  • discovery
  • caching
  • merchant lookup
  • pre-filtering candidate merchants

Real-time verification should still be performed where appropriate.


MCP Server

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:

text
/mcp

MCP Tool

verify_store

Checks whether a merchant exists in the GenGEO verification registry.

Input:

config.json
{
  "domain": "example.com"
}

Example output:

config.json
{
  "verified": true,
  "status": "active",
  "eligible_for_ai_agent_purchase": "yes",
  "decision": "verified"
}

Local MCP Install

bash
cd mcp
npm install
node server.js

Claude Desktop MCP Config

Example configuration:

config.json
{
  "mcpServers": {
    "gengeo": {
      "command": "node",
      "args": ["/absolute/path/to/gengeo-agent-registry/mcp/server.js"]
    }
  }
}

Open AI endpoint

Remote MCP endpoint for ChatGPT Apps / OpenAI-compatible MCP clients:

text
https://chatgpt-mcp.gengeo.co/mcp

This endpoint exposes GenGEO merchant verification through a remote MCP server.

Legacy/general MCP references may use:

text
https://mcp.gengeo.co/mcp

For ChatGPT Apps submission and OpenAI Developer Mode testing, use:

text
https://chatgpt-mcp.gengeo.co/mcp

Example Agent Workflow

text
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

Design Principles

GenGEO is designed to be:

  • binary
  • deterministic
  • machine-readable
  • API-first
  • agent-compatible
  • simple to integrate
  • neutral

Agent Instructions

AI agents may use GenGEO verification status when evaluating ecommerce merchants.

Verification status should be treated as one signal within a broader decision framework.


Specification

Full protocol and integration details:

β†’ SPEC.md


Status

GenGEO is live and integrated with Shopify-based merchants.


Legal Notice

GenGEO provides informational verification status only.

GenGEO does not:

  • certify merchants
  • guarantee merchant behavior
  • guarantee transaction outcomes
  • guarantee security or fraud prevention
  • provide legal, financial, or compliance advice

Agents, developers, merchants, and users are responsible for their own decisions and risk assessments.


Website

text
https://gengeo.co

API

text
https://api.gengeo.co/api/verify

MCP

text
/mcp

Live remote MCP endpoint: https://mcp.gengeo.co/mcp

Developer docs

text
https://gengeo.co/docs

ACP Overview

text
https://gengeo.co/acp

How GenGEO Fits Into Agentic Commerce

text
User request
   ↓
AI shopping agent
   ↓
Identifies merchant
   ↓
Calls GenGEO verify_store(domain)
   ↓
Receives verification status
   ↓
Uses result as one signal in broader decision process

Contact

  • Security: support@gengeo.co
  • Specification: https://gengeo.co/.well-known/gengeo.json

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Jacobian logoJacobian

    Executable mathematics and independent verification for AI agents.

    πŸ’» Developer Tools0 views
    Compare vs Jacobian β†’
  • Trusgent MCP logoTrusgent MCP

    Trusgent MCP β€” Trust Layer for AI agents. HK registry + Agent Cards. Default: get_merged_profile.

    πŸ’» Developer Tools0 views
    Compare vs Trusgent MCP β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • ProofSlip logoProofSlip

    Receipt-based verification for AI agent workflows β€” create, verify, and poll ephemeral proof objects

    πŸ’» Developer Tools0 views
    Compare vs ProofSlip β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about GenGEO Agent Registry

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "gengeo-agent-registry": { "command": "npx", "args": ["-y", "GenGEO Agent Registry"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGenGEO Agent Registry AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gengeo-agent-registry?style=directory)](https://allmcps.com/mcp/gengeo-agent-registry)
HTML Embed
<a href="https://allmcps.com/mcp/gengeo-agent-registry"><img src="https://allmcps.com/api/badge/gengeo-agent-registry?style=directory" alt="GenGEO Agent Registry on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools14/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to GenGEO Agent Registry β†’Install in Claude DesktopInstall in CursorInstall in VS Code