bestprice-shopping
v1.2.7Read-only shopping for Greece: recommendations, product search, live offers, delivered totals, and price history.
By BestPriceLicense: Apache-2.05 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install bestprice-shopping for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bestprice-shopping@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/TheBestCo/bestprice-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.bestprice.gr/mcp
Plugin manifests3
{
"name": "bestprice-shopping",
"version": "1.2.7",
"description": "Read-only shopping for Greece: recommendations, product search, live offers, delivered totals, and price history.",
"author": {
"name": "BestPrice",
"url": "https://www.bestprice.gr/"
},
"homepage": "https://www.bestprice.gr/mcp",
"keywords": [
"shopping",
"shopping-decisions",
"product-recommendations",
"price-comparison",
"delivered-price",
"greece",
"bestprice"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "BestPrice Shopping",
"shortDescription": "Get a shopping decision, then compare products, offers, and price history.",
"longDescription": "Use the same bounded Shopping Brain as BestPrice Ask for an evidence-backed product decision, or search canonical products, compare current offers and shipping semantics, and inspect compact price history. Results are read-only and link back to BestPrice, never directly to a merchant.",
"developerName": "BestPrice",
"category": "Shopping",
"capabilities": [
"Read"
],
"websiteURL": "https://www.bestprice.gr/mcp",
"privacyPolicyURL": "https://www.bestprice.gr/policies/privacy",
"termsOfServiceURL": "https://www.bestprice.gr/policies/terms",
"defaultPrompt": [
"Choose the best phone under €500 for photos, with NFC and 5G required.",
"Find a highly rated 55-inch OLED TV under €1,000.",
"Compare current offers for this exact product, including delivery."
]
},
"skills": "./skills/"
}{
"name": "bestprice-shopping",
"description": "Read-only shopping for Greece: recommendations, product search, live offers, delivered totals, and price history.",
"version": "1.2.7",
"author": {
"name": "BestPrice",
"url": "https://www.bestprice.gr/"
},
"homepage": "https://www.bestprice.gr/mcp",
"repository": "https://github.com/TheBestCo/bestprice-mcp",
"license": "Apache-2.0"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bestprice-shopping",
"version": "1.2.7",
"description": "Read-only shopping for Greece: recommendations, product search, live offers, delivered totals, and price history.",
"author": {
"name": "BestPrice",
"url": "https://www.bestprice.gr/"
},
"homepage": "https://www.bestprice.gr/mcp",
"repository": "https://github.com/TheBestCo/bestprice-mcp",
"keywords": [
"shopping",
"shopping-decisions",
"product-recommendations",
"product-search",
"price-comparison",
"delivered-price",
"greece",
"mcp"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "BestPrice Shopping",
"shortDescription": "Get a shopping decision, then compare products, offers, and price history.",
"longDescription": "Use the same bounded Shopping Brain as BestPrice Ask for an evidence-backed product decision, or search canonical products, compare current offers and shipping semantics, and inspect compact price history. Results are read-only and link back to BestPrice, never directly to a merchant.",
"developerName": "BestPrice",
"category": "Shopping",
"capabilities": [
"Read"
],
"websiteURL": "https://www.bestprice.gr/mcp",
"privacyPolicyURL": "https://www.bestprice.gr/policies/privacy",
"termsOfServiceURL": "https://www.bestprice.gr/policies/terms",
"defaultPrompt": [
"Choose the best phone under €500 for photos, with NFC and 5G required.",
"Find a highly rated 55-inch OLED TV under €1,000.",
"Compare current offers for this exact product, including delivery."
]
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bestprice-shopping on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bestprice-shopping)