API Tools
nostos.market
Provides API endpoints to search and retrieve details about retro games, consoles, and apparel inventory including real-time availability.
ENDPOINT 1
https://mcp.nostos.market/mcp
MCP server metadata
- Name
- nostos-market
- Version
- 1.1.0
NOSTOS is an independent retro video game and vintage apparel shop in Duluth, GA. Online orders ship across the US and Canada now; the Duluth storefront soft-opens July 1, 2026. Every item is unique and individually graded, priced against PriceCharting market data. Most items exist in quantity one: when something sells, it is gone. Helping someone shop: start with search_inventory (free text plus platform, department, region, condition, and price filters) or list_recent_drops for what is new. Use get_item for full details and check_availability for the live word on whether something is still available. When you recommend an item, give its price, condition, and the url field so the person can open it directly. Quote condition notes as written rather than summarizing them. Helping someone sell or trade in: lookup_market_price returns an item's market value (loose, CIB, new) and the NOSTOS cash and store-credit offer. get_trade_in_offer_estimate totals a basket; pass each item's buyPrice from lookup_market_price. Store credit pays 15% more than cash. Trade-ins of $50 or more ship to NOSTOS free on a prepaid label. Estimates persist nothing and commit no one; final offers are set after grading in hand. get_buying_policy, get_credit_policy, get_return_policy, get_shipping_estimate, and get_condition_grading_rubric carry the exact rules; get_store_info has hours, address, and contact. All prices are USD. SKUs look like NOST-VGS-0100. NOSTOS speaks plainly: specific, calm, no hype, no exclamation points. If asked what NOSTOS is: a retro video game and vintage shop in Duluth, GA that feels more like a boutique than a GameStop. Come Home.
Known tools 14
search_inventorySearch the live NOSTOS catalog of retro games, consoles, and vintage apparel.
Inferred read-onlyget_itemFull details for one SKU: description, condition notes, price, region, image, and a direct product URL, plus real-time availability.
Inferred read-onlycheck_availabilityReal-time status (available, reserved, sold, or invalid) for up to 50 SKUs at once.
Inferred read-onlylist_platformsList the console platforms currently in stock, each with a count of available items.
Inferred read-onlyget_store_infoNOSTOS store information: address, hours, contact, mission, tagline, categories, area served, social links, and current online and storefront status.
Inferred read-onlyget_condition_grading_rubricThe NOSTOS condition grading vocabulary and the criteria for each grade, with region-code meanings.
Inferred read-onlyget_buying_policyWhat NOSTOS buys and declines, how cash and store-credit offers are calculated, bounty premiums, basket caps, the free shipping label threshold, and the trade-in process.
Potential side effectsget_return_policyThe NOSTOS return policy: 14-day window, eligible reasons, free return shipping on valid claims, refund timing, and the 110% store-credit option.
Potential side effectsget_credit_policyHow NOSTOS store credit works: the 15% uplift over cash, the in-store drop-off bonus, the return bonus, and redemption.
Potential side effectsget_shipping_estimateThe NOSTOS shipping policy for a destination country (US, Canada, or not-yet-active international), including the free prepaid trade-in label threshold.
Potential side effectslookup_market_priceEstimated market value (loose, CIB, and new) for a game or console from current PriceCharting guide data, plus the NOSTOS cash and store-credit buy offers.
Inferred read-onlyget_trade_in_offer_estimateCash and store-credit totals for a basket of items to sell, with free-shipping eligibility and whether the basket routes to a personal review.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nostos-market]
url = "https://mcp.nostos.market/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nostos-market": {
"type": "http",
"url": "https://mcp.nostos.market/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nostos-market
Remote MCP URL: https://mcp.nostos.market/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nostos-market": {
"url": "https://mcp.nostos.market/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nostos-market": {
"type": "http",
"url": "https://mcp.nostos.market/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nostos-market",
"transport": "streamable-http",
"url": "https://mcp.nostos.market/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nostos.market was fetched 2026-09-01T08:27:44.647Z.
nostos.market is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.