GenGEO is a machine-readable merchant verification layer for AI commerce. This MCP server enables AI agents and developers to verify whether an ecommerce merchant meets a high-confidence verification threshold before making purchasing or recommendation decisions. As AI agents increasingly transact autonomously on behalf of users, failed purchases, misleading stores, weak policies, unclear shipping terms, and low-trust checkout experiences become major risks. GenGEO helps reduce transaction uncertainty by providing a standardized verification signal agents can use when evaluating merchants. Developers can use GenGEO to: - Increase agent confidence in transaction completion - Prefer higher-trust merchants during recommendations - Reduce failed or risky ecommerce interactions - Add verification-aware routing to AI shopping systems - Improve reliability in agentic commerce flows Tool: - verify_store(domain) Use cases: - AI shopping agents - Autonomous purchasing systems - Commerce recommendation engines - Merchant trust verification - AI-powered transaction routing
How to connect
https://server.smithery.ai/warwick/gengeo/mcp
curl -X POST https://server.smithery.ai/warwick/gengeo/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'