Product Data Tools MCP Server
Related Servers
Alternatives to Product Data Tools MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceMCP Server enabling integration with Scrapezy to retrieve structured data from websites.120 npm13MIT
- FlicenseBqualityDmaintenanceAn MCP Server for Web scraping and Crawling, built using Crawl4AI224-
- AlicenseAqualityBmaintenanceAn MCP server that runs Apify scraping actors with quality-gated validation, scoring, and retries, returning embedding-ready chunks for AI agents.71MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that wraps Bright Data's API to provide web search, data extraction, and dataset discovery tools for AI agents.MIT
- FlicenseNot gradedqualityDmaintenanceProvides instructions and code to set up an MCP server using FastMCP, enabling tool creation for LLM interaction, with an example project for extracting product information from Amazon links.-
- FlicenseNot gradedqualityDmaintenancePython MCP server that scrapes web pages with JS rendering, structured metadata, tables, PDFs, screenshots, and multi-page crawling.-
TDQS
Scored across 4 tools
Each tool targets a distinct operation: listing available fields, getting top products across stores, retrieving details by URL, and querying a specific store with filters. No overlap in purpose.
All tools use snake_case with descriptive names. Three start with 'get_' and one with 'query_', but the pattern is otherwise consistent. The use of 'query' for store-specific search is appropriate.
Four tools are well-suited for a product data retrieval server. They cover the essential read operations without being too few or too many.
The tool surface covers key read operations: field discovery, top products, details, and filtered queries. Missing write operations (create/update/delete) are acceptable for a read-focused server, but there is no tool to list available stores, which is a minor gap.