Serverscom.tosheroon/mcp
M

Tosheroon

com.tosheroon/mcp · v1.0.1
● Remote
v1.0.1remote🌐 https://tosheroon.com/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.tosheroon/mcp",
  "description": "Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts.",
  "title": "Tosheroon",
  "version": "1.0.1",
  "websiteUrl": "https://tosheroon.com/tools/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://tosheroon.com/mcp",
      "headers": [
        {
          "description": "Optional API key for higher rate limits (120/min vs 20/min). Get one at https://tosheroon.com/tools/mcp",
          "isSecret": true,
          "name": "X-Api-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}