- Orbis Commerce Mcp
Orbis Commerce Mcp
Access 2,300+ e-commerce and retail APIs through a single MCP. Look up barcodes and UPC codes, search Walmart and eBay products, parse product pages, and more. Pay-per-call in USDC via x402 on Base — no API keys, no subscriptions.
Overview
Orbis Commerce & Retail MCP 🛒
Real product search, barcode lookup, and retail data APIs for AI agents. Pay per call with USDC on Base — no API keys, no accounts, no subscriptions.
What's Actually In Here
These are the most-called APIs in this domain on Orbis:
| API | Calls | What it does |
|---|---|---|
| Barcode Validator API | 327 | Validate any barcode format and check legitimacy |
| Retail UPC Data | 206 | Look up full product data from a UPC code |
| Walmart Product Search API | 164 | Search Walmart for products with live prices |
| AI Product Description Generator API | 35 | Generate SEO product descriptions from specs |
| eBay Product Search API | 33 | Search eBay listings with prices and availability |
| Ecommerce Product Page Parser API | 32 | Parse any product page into structured JSON |
| Amazon Reviews & Ratings API | 31 | Fetch Amazon reviews and rating breakdowns |
| Barcode Data API | 31 | Detailed product info from barcode/UPC |
| Amazon Product Search API | 29 | Search Amazon products with prices and specs |
| UPC Product Lookup | 18 | Look up product details by UPC code |
| Product Review Summary | 16 | Summarize customer reviews into pros/cons |
| Barcode Validate | 15 | Validate barcode checksums and formats |
| Barcode Decode | 14 | Decode barcode images and strings |
Quick Start
No API key needed. No account. Paste into your MCP client:
Claude Desktop / Claude Code
{
"mcpServers": {
"orbis-commerce": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://orbisapi.com/api/mcp/commerce"]
}
}
}
Config path: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor / Windsurf / Cline
{
"mcpServers": {
"orbis-commerce": {
"url": "https://orbisapi.com/api/mcp/commerce"
}
}
}
OpenAI Codex CLI
# ~/.codex/config.yaml
mcpServers:
orbis-commerce:
type: url
url: "https://orbisapi.com/api/mcp/commerce"
Example Prompts
Once connected, try:
- "Look up this barcode and tell me what product it is: 012345678905"
- "Search Walmart for protein powder under $40 — show me prices and ratings"
- "Find this product on Amazon and eBay and compare the prices: 'Sony WH-1000XM5'"
- "Parse this product page and give me the specs as JSON: https://..."
- "Summarize the customer reviews for this Amazon product into pros and cons"
- "Validate this UPC code and look up the product: 036000291452"
Direct x402 Usage (Node.js)
import { wrapFetchWithPayment } from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";
import { createWalletClient, http } from "viem";
import { base } from "viem/chains";
const account = privateKeyToAccount(process.env.WALLET_PRIVATE_KEY);
const walletClient = createWalletClient({ account, chain: base, transport: http() });
const fetch = wrapFetchWithPayment(globalThis.fetch, walletClient);
// Walmart product search — 164 real calls on Orbis
const resp = await fetch(
"https://orbisapi.com/api/proxy/walmart-product-search-api-87729d/search",
{ method: "POST", headers: { "Content-Type": "application/json" },
body: JSON.stringify({ query: "running shoes", limit: 5 }) }
);
console.log(await resp.json());
See example.mjs for a full working script.
All Orbis Domain MCPs
| Domain | URL |
|---|---|
| ₿ Crypto & Blockchain | https://orbisapi.com/api/mcp/crypto |
| 🔍 Research & Data | https://orbisapi.com/api/mcp/research |
| 🛒 Commerce & Retail | https://orbisapi.com/api/mcp/commerce |
| ✈️ Travel | https://orbisapi.com/api/mcp/travel |
| 🌐 All 20,000+ APIs | https://orbisapi.com/api/mcp |
Built by Orbis — the API marketplace for AI agents.
Connect
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"orbis-commerce": { "url": "https://orbisapi.com/api/mcp/commerce" }
}
}
OpenAI Agents SDK
Python:
from agents.mcp import MCPServerStreamableHttp
from agents import Agent, Runner
mcp = MCPServerStreamableHttp(url="https://orbisapi.com/api/mcp/commerce")
agent = Agent(
name="Orbis Commerce Agent",
model="gpt-4o",
mcp_servers=[mcp]
)
result = await Runner.run(agent, "Browse available commerce APIs")
print(result.final_output)
TypeScript:
import { Agent, run } from "@openai/agents";
import { MCPServerStreamableHttp } from "@openai/agents/mcp";
const mcp = new MCPServerStreamableHttp({
url: "https://orbisapi.com/api/mcp/commerce",
});
const agent = new Agent({
name: "Orbis Commerce Agent",
model: "gpt-4o",
mcpServers: [mcp],
});
const result = await run(agent, "Browse available commerce APIs");
console.log(result.finalOutput);
Calls are billed per-use in USDC via x402 on Base mainnet. No subscription, no API key required.
Server Config
{
"mcpServers": {
"orbis-commerce": {
"url": "https://orbisapi.com/api/mcp/commerce"
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright McpPlaywright MCP server
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
ChatWiseThe second fastest AI chatbot™
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.