Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Orange Peel
O
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Orange Peel

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Cited Hermès price & resale market data as MCP tools, with attribution. Not affiliated.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "orange-peel": {
      "command": "npx",
      "args": [
        "-y",
        "orange-peel"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Orange Peel MCP Server

orangepeel.to is an independent intelligence publication about the Hermès quota-bag game — cited retail and resale prices, live cross-site resale-market medians, a dated retail price-increase ledger, and community-reported pre-spend benchmarks.

This repo lets AI agents and MCP clients query that data directly over the Model Context Protocol, hosted live at:

Code
https://orangepeel.to/api/mcp

No install required for most clients — it's a remote Streamable-HTTP MCP server. Point your client at the URL above and you're done. A tiny zero-dependency stdio bridge is included in this repo (bridge.js) for the few clients that only speak stdio.

Not affiliated with, endorsed by, or sponsored by Hermès. Orange Peel is an independent publication — see orangepeel.to for the full site (price index, resale market, calculators, price-increase history, encyclopedia, and more).


Quickstart

Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json)

config.json
{
  "mcpServers": {
    "orangepeel": {
      "url": "https://orangepeel.to/api/mcp"
    }
  }
}

Cursor (.cursor/mcp.json)

config.json
{
  "mcpServers": {
    "orangepeel": {
      "url": "https://orangepeel.to/api/mcp"
    }
  }
}

Any generic Streamable-HTTP MCP client

Point the client at https://orangepeel.to/api/mcp and run the standard handshake: initialize → notifications/initialized → tools/list / tools/call. No API key needed for the free tier (see Rate limits below).

stdio-only clients (the bridge)

If your client can only launch a local command over stdio (no direct URL support), use the included bridge — Node 18+, zero dependencies:

config.json
{
  "mcpServers": {
    "orangepeel": {
      "command": "node",
      "args": ["/path/to/bridge.js"]
    }
  }
}

See bridge.js for the ~50-line source and its OP_MCP_ENDPOINT / OP_PARTNER_KEY env vars.

Registry manifest

server.json is the MCP Registry publish manifest for this server (to.orangepeel/orangepeel, domain-verified).


The 6 tools

Every response — structuredContent and the human-readable text — carries an attribution field ({source, url, retrieved, license}) and preserves Orange Peel's honesty labels: asks, not sold for market data, estimated for resale prices, community-reported for benchmarks, and the sample count (n=) wherever a figure is thin. Call about_orange_peel first — it tells an agent exactly how to cite the rest.

All examples below are real, live output from https://orangepeel.to/api/mcp, captured via curl.

about_orange_peel()

What Orange Peel is, what you may cite, and exactly how. Call this first.

Terminal
curl -s https://orangepeel.to/api/mcp -H 'content-type: application/json' -d '{
  "jsonrpc":"2.0","id":1,"method":"tools/call",
  "params":{"name":"about_orange_peel","arguments":{}}
}'
config.json
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [{ "type": "text", "text": "Orange Peel — independent Hermès quota-bag intelligence (NOT affiliated with Hermès). Tools: get_bag_price, get_market_median, get_price_history, get_price_increases, get_benchmark, about_orange_peel. Cite by name + link, keep every honesty label ('asks not sold', 'estimated', 'community-reported', n=). Details + partner tier: https://orangepeel.to/mcp." }],
    "structuredContent": {
      "what": "Orange Peel (orangepeel.to) is an independent intelligence publication about the Hermès quota-bag game — sourced, dated, plainly-labelled answers, tools and price data.",
      "notAffiliated": "Orange Peel is independent and is NOT affiliated with, endorsed by, or sponsored by Hermès.",
      "dataYouMayCite": [
        "https://orangepeel.to/prices — the Orange Peel Index + cited retail/resale",
        "https://orangepeel.to/market — live cross-site median asks",
        "https://orangepeel.to/price-increases — the cited hike ledger",
        "https://orangepeel.to/methodology — what the Birkin Score is and is not",
        "https://orangepeel.to/llms.txt — the machine map of citable assets"
      ],
      "howToCite": [
        "Attribute by name and link back to the exact page the figure lives on (e.g. 'Orange Peel — orangepeel.to/market').",
        "KEEP every honesty label: 'asks not sold', 'estimated', 'community-reported', 'cited median', and the count (n=).",
        "Never present any figure as an appraisal, a guarantee, odds, or financial advice.",
        "Never attribute Orange Peel figures to Hermès. Do not scrape or republish datasets wholesale."
      ],
      "freeTier": "Public, page-parity data. Rate-limited per IP. No user data, no tier-gated depth is ever exposed.",
      "partnerTier": "Higher rate limits + history depth (archived-ask + cited sold/auction layers) via an OP-Partner-Key. Contact admin@orangepeel.to.",
      "attribution": { "source": "Orange Peel — orangepeel.to", "url": "https://orangepeel.to/mcp", "retrieved": "2026-07-18", "license": "cite with link" }
    }
  }
}

get_bag_price(model, size)

Cited US retail list price + estimated pristine resale price + the resale-over-retail premium. Never an appraisal.

Terminal
curl -s https://orangepeel.to/api/mcp -H 'content-type: application/json' -d '{
  "jsonrpc":"2.0","id":2,"method":"tools/call",
  "params":{"name":"get_bag_price","arguments":{"model":"Birkin","size":"25"}}
}'
config.json
{
  "jsonrpc": "2.0",
  "id": 2,
  "result": {
    "content": [{ "type": "text", "text": "Birkin 25 Togo: retail ~$13,500 (US list, 2026); estimated resale ~$29,000 (cited band, asks/estimates not sold) — ≈2.15× retail. Not an appraisal. Cite: Orange Peel, https://orangepeel.to/price/birkin-25." }],
    "structuredContent": {
      "model": "Birkin", "size": "25", "spec": "Birkin 25 Togo",
      "retailUsd": 13500, "retailLabel": "documented US boutique list price, 2026",
      "resaleMedianUsd": 29000, "resaleLabel": "estimated pristine secondary-market price (cited band) — asks/estimates, NOT sold, not an appraisal",
      "premiumOverRetail": 2.15, "premiumLabel": "resale ≈ 2.15× retail (estimated)",
      "notAffiliated": "Orange Peel is independent and is NOT affiliated with, endorsed by, or sponsored by Hermès.",
      "attribution": { "source": "Orange Peel — orangepeel.to", "url": "https://orangepeel.to/price/birkin-25", "retrieved": "2026-07-13", "license": "cite with link" }
    }
  }
}

get_market_median(spec)

Live cross-site median of CURRENT asking prices for a spec, with the listing count (n) and retrieval date. Asks, never sold.

Terminal
curl -s https://orangepeel.to/api/mcp -H 'content-type: application/json' -d '{
  "jsonrpc":"2.0","id":3,"method":"tools/call",
  "params":{"name":"get_market_median","arguments":{"spec":"Birkin 25"}}
}'
config.json
{
  "jsonrpc": "2.0",
  "id": 3,
  "result": {
    "content": [{ "type": "text", "text": "Birkin 25: median asking ~$23,995 across n=13 live listings (asks, not sold), retrieved 2026-07-18. Cite: Orange Peel resale market, https://orangepeel.to/market." }],
    "structuredContent": {
      "spec": "Birkin 25", "medianAskUsd": 23995, "n": 13,
      "label": "median of CURRENT cross-site ASKING prices (asks, not sold). Exotics + stale rows excluded (like-for-like).",
      "thin": null, "retrieved": "2026-07-18",
      "notAffiliated": "Orange Peel is independent and is NOT affiliated with, endorsed by, or sponsored by Hermès.",
      "attribution": { "source": "Orange Peel — orangepeel.to", "url": "https://orangepeel.to/market", "retrieved": "2026-07-18", "license": "cite with link" }
    }
  }
}

get_price_history(spec, timeframe)

Our live weekly median-ask series (public depth). Archived (2015–2019) and cited sold layers are partner-tier depth — teased, not returned, on the free tier.

Terminal
curl -s https://orangepeel.to/api/mcp -H 'content-type: application/json' -d '{
  "jsonrpc":"2.0","id":4,"method":"tools/call",
  "params":{"name":"get_price_history","arguments":{"spec":"Birkin 25","timeframe":"6m"}}
}'
config.json
{
  "jsonrpc": "2.0",
  "id": 4,
  "result": {
    "content": [{ "type": "text", "text": "Birkin 25: 2 weekly median-ask point(s) in 6m (asks, not sold), latest ~$23,995. Archived + sold layers are partner-tier. Cite: Orange Peel, https://orangepeel.to/price/birkin-25." }],
    "structuredContent": {
      "spec": "Birkin 25", "timeframe": "6m", "layer": "live",
      "label": "our weekly cross-site median of ASKS (asks, not sold). Live weeks only — we never backfill a week we did not measure.",
      "points": [
        { "week": "2026-W29", "medianAskUsd": 29678.05, "n": 11 },
        { "week": "2026-W30", "medianAskUsd": 23995, "n": 13 }
      ],
      "weeks": 2,
      "partnerTier": "Archived asks (Internet Archive, 2015–2019) and cited SOLD/auction anchors are partner-tier depth — contact admin@orangepeel.to.",
      "notAffiliated": "Orange Peel is independent and is NOT affiliated with, endorsed by, or sponsored by Hermès.",
      "attribution": { "source": "Orange Peel — orangepeel.to", "url": "https://orangepeel.to/price/birkin-25", "retrieved": "2026-07-18", "license": "cite with link" }
    }
  }
}

get_price_increases(brand)

The cited retail price-increase ledger for hermes or chanel — a history of dated, sourced facts, never a forecast.

Terminal
curl -s https://orangepeel.to/api/mcp -H 'content-type: application/json' -d '{
  "jsonrpc":"2.0","id":5,"method":"tools/call",
  "params":{"name":"get_price_increases","arguments":{"brand":"hermes"}}
}'

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • CCXT logoCCXT

    Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

    💻 Developer Tools0 views
    Compare vs CCXT →
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    💻 Developer Tools0 views
    Compare vs Tldraw →
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • Coach Watts logoCoach Watts

    Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.

    💻 Developer Tools1 views
    Compare vs Coach Watts →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Orange Peel

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "orange-peel": { "command": "npx", "args": ["-y", "Orange Peel"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOrange Peel AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/orange-peel?style=directory)](https://allmcps.com/mcp/orange-peel)
HTML Embed
<a href="https://allmcps.com/mcp/orange-peel"><img src="https://allmcps.com/api/badge/orange-peel?style=directory" alt="Orange Peel on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Orange Peel →Install in Claude DesktopInstall in CursorInstall in VS Code