This page is automatically generated from
llms.txt, which is the canonical machine-readable
source. If anything here differs from llms.txt, llms.txt is
authoritative.
Price Spectre is an automated pricing agent for eBay sellers. It continuously monitors competitor listings and adjusts the prices of your own listings based on pricing rules you configure, so you stay competitive without manual effort.
Price Spectre is a dynamic repricing service for eBay sellers. For each listing the user chooses to manage, Price Spectre periodically searches for matching competitor listings, evaluates them against the user's configured pricing rules, and then either updates the listing price automatically or surfaces a recommendation for the user to approve. Every managed listing has a floor price (the lowest price the seller will accept) and may optionally have a ceiling price; Price Spectre is guaranteed never to price a listing below its floor.
Users can operate Price Spectre with minimal configuration by relying on the built-in library of pricing algorithms, or they can author their own algorithms in JavaScript for full control. An in-product AI assistant called AlgoForge helps users design, refine, and debug custom algorithms without needing deep programming expertise. A separate in-product AI assistant called HelpBot answers support and general product questions for both signed-in users and guests, and can escalate to the human support team when needed. Sellers with multiple eBay accounts, or agencies managing client accounts, can use the Manager system to authorize access across accounts from a single Manager Dashboard.
Price Spectre also exposes a hosted MCP (Model Context Protocol) server at https://mcp.pricespectre.com, enabling AI assistants and automation tools to read listing, repricing, and account data through an OAuth 2.0 or Bearer-token-authenticated connection.
Price Spectre is intended for active eBay sellers who want to remain competitive across many listings at once. Supported workflows range from fully automated repricing to human-in-the-loop review, and the two styles can be mixed freely across a seller's catalog.
https://mcp.pricespectre.com that lets AI assistants and automation tools connect to a user's Price Spectre account. Supports OAuth 2.0 with Dynamic Client Registration (DCR) and Bearer token authentication (see MCP Server section)./tools/mcp_access that authorises an MCP client to read listing and repricing data via the MCP server. Up to 3 tokens may be active simultaneously; tokens can be rotated or revoked. DCR-connected clients (Claude.AI and other OAuth 2.0 MCP clients) do not require a manually issued token.Price Spectre connects to eBay via eBay's official API. Linking is done through eBay's OAuth-style token flow, not by sharing an eBay password. Once linked, Price Spectre operates against the seller's eBay account through authorized API calls.
All eBay marketplace sites are supported.
Amazon is supported as a competitor search source. Price Spectre can search Amazon listings to inform eBay repricing decisions, but does not manage or reprice Amazon listings directly.
https://mcp.pricespectre.com using Dynamic Client Registration — navigate to the MCP server URL in the client, complete the OAuth authorization flow, and the client gains access to listing and repricing tools. Alternatively, generate a Bearer token at /tools/mcp_access and configure the client manually.All URLs below are on https://www.pricespectre.com.
/ — Home / landing page./howitworks — Product explainer./algorithms — Public gallery of pricing algorithms./pricing — Fee schedule and plan tiers./faq — Frequently asked questions./news — Product news and blog index./news/<post> — Individual news post./learn — Learning center index./learn/<slug> — Individual learning-center article. Current articles:tutorial — Getting started guide.account-and-listing-defaults — Configuring default search and pricing settings.algorithm-editor — Authoring custom JavaScript algorithms.api-access-and-token-management — REST API token management.behaviors-and-repricing-frequency — Repricing behaviors and schedule configuration.built-in-algorithms-catalog — Reference for all built-in algorithms.competitive-price-reports — Generating and downloading competitive price reports.errors-and-troubleshooting — Diagnosing and resolving listing errors.import-and-export — Bulk import and export of listing settings.linking-and-managing-ebay-accounts — Connecting eBay accounts via OAuth.manager-access — Setting up delegated manager access.manager-dashboard — Using the Manager Dashboard.mcp-server-access-and-tokens — Connecting AI clients to the MCP server, managing tokens, and using Dynamic Client Registration.price-suggest-and-recommendation — Price suggestion and recommendation tools.pseudo-import — One-time bulk competitor research without managed listings.reprice-history — Reading and interpreting the repricing audit log.schedule-downtimes — Configuring repricing pause windows.search-console-simulation — Simulating and previewing competitor searches.search-diagnostic — Understanding why a listing's competitor set looks the way it does, using the Search Diagnostic tool.sftp-uploads — Uploading listing data via SFTP.shortcuts-and-power-user-workflows — Keyboard shortcuts and advanced workflows./tos — Terms of service./privacypolicy — Privacy policy./signup — Create an account./signin — Sign in./signin/resetpassword — Password reset./account — Profile and account details./account/changeemail — Change email address./account/changepassword — Change password./account/link_unlink — Link and unlink eBay accounts./account/billing — Billing overview and payment methods./account/billing/deposit_add — Add a deposit payment method./account/billing_plan — Current plan and upgrades./account/premiumpoints — Premium points balance and purchase./account/manager — Grant and revoke manager access./account/manager/dashboard — Manager Dashboard (for manager accounts)./tools/price_spectre — Main repricing tool and dashboard for managed listings./tools/set_defaults — Default settings applied to new listings./tools/notifications — Email and in-app notification preferences./tools/behaviors — Reusable pricing behaviors library./tools/history — Price change history./tools/reprice_history — Repricing action audit log./tools/reprice_record — Detail view for a single repricing record./tools/competitive_price_reports — Competitive price reports (PDF, CSV, XLSX, HTML)./tools/errors — Listings with errors that need attention./tools/search_diagnostic — Search Diagnostic: replay a managed listing's competitor search and see the filter funnel, kept competitors, and rejected items annotated with the rule that filtered each one./tools/price_suggest — Price suggestions tool./tools/price_recommendation — Price recommendations (human-approved workflow)./tools/import — Bulk import of listing settings./tools/import/constants — Reference for import field values./tools/export — Bulk export of listing settings./tools/pseudo_import — Upload spreadsheet for one-time competitor research./tools/pseudo_import/results — View and export pseudo-import results./tools/schedule_downtimes — Configure repricing downtime windows./tools/algorithm_editor — Author custom JavaScript pricing algorithms./tools/algoforge — AlgoForge AI assistant for algorithm authoring./tools/api_access — Generate and manage REST API tokens./tools/mcp_access — Generate and manage MCP access tokens for AI client integrations. Supports scope selection, token rotation, revocation, and nicknames. Up to 3 tokens may be active at once./tools/shortcuts — Keyboard shortcut reference.https://www.pricespectre.com/pricing.Price Spectre exposes a public REST API for external developers and automation.
https://api.pricespectre.com/v1https://www.pricespectre.com/tools/api_access and passed in the Authorization: Bearer <token> header.page, count) and sorting (sort) by fields such as price, binPrice, floorPrice, ceilingPrice, startTime, endTime, algorithm, title, sku, and isEnabled.binPrice, floorPrice, ceilingPrice, minPrice, maxPrice), repricing logic (algorithm, x, y, frequency), search parameters (keywords, productCode, searchCategory, searchConditions, minFeedback, maxFeedback, minQty, maxQty, maxHandlingTime, includeSellers, excludeSellers, exemptSellers, hideDuplicates, auctionsBIN, domestic, restrictCategory, returnsAccepted, topRated, amazon), and listing control (enabled, manual, bata, notes).US, GB, ENCA, DE, AU, MOTOR).{ "ack": "success", ... }; validation errors return { "errors": [...] }.https://api.pricespectre.com/openapi.yamlThis public API is the correct entry point for third-party integrations. It is distinct from the internal endpoints used by the Price Spectre web application.
Price Spectre operates a hosted MCP (Model Context Protocol) server that exposes listing, repricing, and account data to AI assistants and automation tools.
https://mcp.pricespectre.comhttps://mcp.pricespectre.com/v1 (alias: /mcp)https://mcp.pricespectre.com/.well-known/mcp/server-card.jsonhttps://mcp.pricespectre.com/.well-known/oauth-protected-resourcehttps://mcp.pricespectre.com/.well-known/oauth-authorization-serverhttps://mcp.pricespectre.com/.well-known/api-cataloghttps://www.pricespectre.com/learn/mcp-server-access-and-tokensBearer tokens for manual configuration are generated and managed at https://www.pricespectre.com/tools/mcp_access. Tokens are scoped to specific operations and up to 3 may be active simultaneously.
robots.txt: https://www.pricespectre.com/robots.txt — permits GPTBot, OAI-SearchBot, Claude-Web, and Google-Extended; declares Content-Signal: ai-train=yes, search=yes, ai-input=yes.llms.txt: https://www.pricespectre.com/llms.txt — this file; machine-readable site overview for language models.https://www.pricespectre.com/.well-known/api-catalog — linkset describing the REST API, MCP server endpoint, OpenAPI description, and documentation URLs.https://mcp.pricespectre.com/.well-known/mcp/server-card.json — machine-readable MCP server metadata.https://www.pricespectre.com/sitemap.xmlhttps://www.pricespectre.com/faqhttps://www.pricespectre.com/howitworkshttps://www.pricespectre.com/learnhttps://www.pricespectre.com/newshttps://www.pricespectre.com/pricinghttps://www.pricespectre.com/toshttps://www.pricespectre.com/privacypolicy