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

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.

Overview

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.

Core features

Key concepts

Marketplaces

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.

Primary user flows

  1. Onboarding. Sign up, link an eBay account via the eBay authorization flow, configure default search parameters and a default pricing algorithm, then let newly listed items be enrolled automatically. The first listing is always free to manage, and every new user gets a 14-day free trial.
  2. Day-to-day use. Open the Price Spectre tool to see current state and recent actions, review recommendations or manual-override items that are waiting for approval, check repricing history, investigate errors, and respond to notifications.
  3. Bulk setup and edits. Export listings to a spreadsheet, edit settings (search parameters, floor and ceiling prices, algorithm choice, enabled state, and so on), then import the spreadsheet to apply changes in bulk.
  4. Market research without managing listings. Use Pseudo Import to upload a spreadsheet of products, run competitor searches, and export the results for analysis.
  5. Custom algorithm authoring. Open the Algorithm Editor, start a new algorithm or fork an existing one, iterate with AlgoForge, and assign the algorithm to listings once satisfied.
  6. Agency or multi-account management. A manager shares their public ID with a subscriber; the subscriber requests access using that ID; the manager approves from the Manager Dashboard; the manager can then sign in to the subscriber's account and is subject to the subscriber's revocation at any time.
  7. Pausing during promotions or inventory moves. Configure a Schedule Downtime covering the relevant period, either globally or for specific listings.
  8. AI assistant integration. Connect an MCP-compatible AI client (such as Claude.AI) to the MCP server at 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.

URL map

All URLs below are on https://www.pricespectre.com.

Public pages

Authentication

Account management (authenticated)

Tools (authenticated)

Pricing

Public API

Price Spectre exposes a public REST API for external developers and automation.

This 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.

MCP Server

Price Spectre operates a hosted MCP (Model Context Protocol) server that exposes listing, repricing, and account data to AI assistants and automation tools.

Bearer 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.

AI discoverability

Support and legal