BuyKing MCP Server
Related Servers
Alternatives to BuyKing MCP Server
- FlicenseAqualityBmaintenanceAn MCP server that gives Claude direct control of a real browser via Playwright, enabling AI-driven web testing, autonomous test execution, and live failure analysis through natural language.84,622 npm3-
- AlicenseAqualityBmaintenanceBatch-first MCP server for product search, product detail, and anonymous shipping quotes across public storefronts and marketplaces, exposing search, product, quote, and images commands with compact JSON output for AI agents.4MIT
- FlicenseAqualityCmaintenanceEnables AI agents to safely explore and query a SQLite database in read-only mode, allowing them to inspect schema and run analytical SQL queries without risking data modification.3-
- AlicenseAqualityBmaintenanceA read-only MCP server that lets AI agents run safe, specialized analytics over an internet shop's SQLite database, covering customers, products, orders, and revenue. It exposes no generic SQL or write tools, so agents can answer questions without modifying data.8MIT
- FlicenseAqualityCmaintenanceEnables safe read-only analysis of a local SQLite e-commerce database over stdio, providing tools for schema inspection and parameterized SELECT queries.2-
Related Servers
- FlicenseAqualityDmaintenanceEnables AI-powered shopping assistance by analyzing natural language shopping queries and automating product searches on multiple e-commerce platforms.13-
- AlicenseNot gradedqualityDmaintenanceEnables AI models to find the best online deals by browsing and interacting with multiple shopping platforms like Amazon and eBay across various regions. It uses Playwright to automate searches and retrieve product information from compatible e-commerce and deal-tracking websites.7 npm3MIT
- FlicenseNot gradedqualityCmaintenanceEnables users to interact with an e-commerce shopping assistant using natural language to search products, check prices and ratings, compare items, and get personalized recommendations.-
- FlicenseAqualityDmaintenanceEnables AI assistants to browse Admitad affiliate programs, discover product feeds, and search products directly from chat.82-
- AlicenseAqualityDmaintenanceEnables AI assistants to search products and generate affiliate links across European and global affiliate networks, automating product discovery and link creation for monetization.25MIT
- AlicenseAqualityCmaintenanceProvides AI assistants with access to ShopSavvy's comprehensive product data, pricing information, and historical price tracking, enabling product lookup by barcode or ASIN, current offers, price history, and scheduling for automatic monitoring.9398 npm9MIT
TDQS
Scored across 5 tools
The four search tools are clearly differentiated by country/region (global, KR, US, JP), but the global search_buyking_semantic overlaps with the country-specific ones since it also returns results with shipping country codes. An agent might be unsure whether to call the global tool or a region-specific one for a user in a particular country.
The search tools follow a consistent pattern: search_buyking_semantic with optional country suffix (_KR, _US, _JP). get_server_info breaks the pattern slightly by using a different verb and resource, but it is a distinct utility and the naming is still clear.
Five tools is a reasonable, focused count for a shopping search server. The four search variants plus one info tool are justified by the regional shipping use case, though the global search tool makes the set feel slightly redundant with the region-specific ones.
The server covers the core search use case well across multiple regions, but it lacks any product detail, price history, or link/redirect tools. For a hot-deals shopping server, one might expect at least a way to fetch more details about a specific deal or product after searching.