CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
warwickwood-cell avatar

GenGEO Agent Registry

warwickwood-cell/gengeo-agent-registry
31 toolsHTTPregistry active
Summary

This server connects Claude to GenGEO's merchant verification registry for AI shopping agents. It exposes a single verify_store tool that checks if an ecommerce domain meets GenGEO's operational verification threshold before autonomous purchase or recommendation decisions. The tool returns a binary verified status along with eligibility flags and decision codes. You'd reach for this when building AI agents that need to evaluate merchant trust at transaction time, particularly for autonomous checkout flows or product recommendation systems. GenGEO maintains a Shopify-focused merchant registry and provides both synchronous verification via their API and an optional preloadable discovery feed at their well-known endpoint. The verification model is intentionally simple: merchants are either verified or not, with no ranking or guarantees.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

1 tools
verify_storeVerify whether a merchant has an active GenGEO verification record. Results should be treated as one signal within a broader agent decision framework.1 params

Verify whether a merchant has an active GenGEO verification record. Results should be treated as one signal within a broader agent decision framework.

Parameters* required
domainstring

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

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

# Python
pip install gengeo

Quick Start

JavaScript / Node.js

import { verify } from '@gengeo/gengeo'

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

console.log(result)

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

Python

from gengeo import verify

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

print(result)

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

cURL

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:

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

Example Response

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"
}

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:

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:

/mcp

MCP Tool

verify_store

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"
}

Local MCP Install

cd mcp
npm install
node server.js

Claude Desktop MCP Config

Example configuration:

{
  "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:

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

Example Agent Workflow

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

https://gengeo.co

API

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

MCP

/mcp

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

Developer docs

https://gengeo.co/docs

ACP Overview

https://gengeo.co/acp

How GenGEO Fits Into Agentic Commerce

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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedMay 17, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
evidai avatar
Alpaca Guard

io.github.evidai/alpaca-guard

Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in.
2
evidai avatar
Polymarket Guard

io.github.evidai/polymarket-guard

Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.
2
evidai avatar
Xstocks

io.github.evidai/xstocks

Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.
2
judyailab avatar
Agentictrade

io.github.miranttie/agentictrade

AI service marketplace — agents discover, call, and pay for API services automatically.
2
quicknode avatar
Mcp

io.github.quicknode/mcp

Manage your blockchain infrastructure across 80+ chains with your agents.
2
coinrithm avatar
CoinRithm Agent Trading

io.github.coinrithm/mcp-trading

Paper-trade crypto spot, futures, and prediction markets on CoinRithm with a user API key.
1