← tosheroon.com

INDIVIDUAL MCP TOOL

register_api_key

Register for a free API key to increase your rate limits from 20/min to 120/min.

tosheroon.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

tosheroon.com

CONNECT 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.tosheroon]
url = "https://tosheroon.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tosheroon": {
      "type": "http",
      "url": "https://tosheroon.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tosheroon
Remote MCP URL: https://tosheroon.com/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": {
    "tosheroon": {
      "url": "https://tosheroon.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tosheroon": {
      "type": "http",
      "url": "https://tosheroon.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tosheroon",
  "transport": "streamable-http",
  "url": "https://tosheroon.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search for Amazon products by keyword, ASIN, or Amazon URL with optional filters for brand, category, price range, stock status, and sorting.
  • get_product — Get detailed product information by product_id.
  • get_price_history — Get price history for a product by product_id.
  • get_price_drops — Get Amazon products with recent significant price drops.
  • browse_by_category — Browse Amazon products by category.
  • browse_by_brand — Browse Amazon products by brand name.
  • get_price_statistics — Get price statistics for a product (all-time high/low, mean, median, histogram).
  • get_price_forecast — Get a 30-day price forecast for a product.