Catalog
io.github.geraservicesuk/mcp-gera-market
OfficialE-commerce marketplace: search products, order, track shipments. 50+ countries.
E-commerce marketplace for product search, ordering, and shipment tracking.
README not available yet.
Install
Configuration
Environment variables
GERAMARKET_API_URLBase URL for the GeraMarket API (defaults to https://api.geramarket.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gera-market": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-market@0.1.1"
],
"env": {
"GERAMARKET_API_URL": "<YOUR_GERAMARKET_API_URL>"
}
}
}
}