Extract product names, prices, and currency from any e-commerce product page in one call.
claude mcp add product-price-extractor --transport http https://data.dataleads.pro/mcp/product-price-extractor
~/.cursor/mcp.json
{
"mcpServers": {
"product-price-extractor": {
"url": "https://data.dataleads.pro/mcp/product-price-extractor"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"product-price-extractor": {
"serverUrl": "https://data.dataleads.pro/mcp/product-price-extractor"
}
}
}
.vscode/mcp.json
{
"servers": {
"product-price-extractor": {
"type": "http",
"url": "https://data.dataleads.pro/mcp/product-price-extractor"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"product-price-extractor": {
"url": "https://data.dataleads.pro/mcp/product-price-extractor"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"product-price-extractor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.dataleads.pro/mcp/product-price-extractor"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://data.dataleads.pro/mcp/product-price-extractor | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.DataLeadsPRO--product-price-extractor/reviews or the review_server meta-tool.
POST /mcp