Gengeo Agent Registry

Created By
17 days ago
GenGEO provides machine-readable merchant verification for AI commerce. AI agents can use GenGEO to evaluate whether ecommerce merchants meet a high verification threshold before recommendations or transactions. As autonomous purchasing grows, GenGEO helps agents increase confidence in merchant trust, operational readiness, and transaction reliability.
Overview
# GenGEO Agent Registry

GenGEO provides machine-readable merchant verification for AI-driven commerce.

AI agents can use GenGEO to evaluate whether ecommerce merchants meet a high verification threshold before recommendations or transactions.

As autonomous purchasing grows, GenGEO helps agents increase confidence in merchant trust, operational readiness, and transaction reliability.

---

# Why This Exists

Traditional ecommerce trust systems were built for humans:
- branding
- visual design
- reviews
- SEO
- reputation

AI agents evaluate commerce differently.

Agents analyze:
- structured merchant data
- operational readiness
- policy completeness
- transaction reliability
- machine-readable trust signals

GenGEO provides a neutral verification layer that agents can use as part of broader commerce decision-making.

---

# verify_store

Checks whether a merchant exists in the GenGEO verification registry.

Example input:

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

Example response:

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

Example Agent Workflow

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

MCP Endpoint

https://mcp.gengeo.co/mcp

API Endpoint

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

GitHub Repository

https://github.com/warwickwood-cell/gengeo-agent-registry

Server Config

{
  "mcpServers": {
    "gengeo": {
      "url": "https://mcp.gengeo.co/mcp"
    }
  }
}
Project Info
Created At
17 days ago
Updated At
17 days ago
Author Name
-
Star
-
Language
-
License
-
Category

Recommend Servers

View All