← sorsa.app

INDIVIDUAL MCP TOOL

create_deal_task

Create an A2A deal-monitor task: the user gets notified whenever the deal feed finds products matching these filters.

sorsa.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

sorsa.app

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

.mcp.json

{
  "mcpServers": {
    "sorsa": {
      "type": "http",
      "url": "https://sorsa.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • analyse_product — Quick analysis of an Amazon product by ASIN: title, brand, current/90-day pricing, sales rank and estimated monthly sales, FBA fees and profit basics.
  • analyse_product_full — Full analysis of an Amazon product by ASIN — everything in analyse_product plus seller/stock breakdown, buy-box history and variations.
  • get_product_sellers — Current sellers and their stock levels for an Amazon ASIN.
  • get_international_prices — Prices for the same ASIN across international Amazon marketplaces.
  • calculate_profit — Calculate Amazon FBA profit and ROI for given sell/cost prices using the full fee engine (tiered referral fees, digital services tax, VAT on fees).
  • lookup_by_ean — Resolve a barcode (EAN/UPC, 8-14 digits) to an Amazon ASIN.
  • search_by_title — Search Amazon by product title via Keepa and return the top matching ASINs with thumbnails.
  • get_credits — The user's remaining monthly analyse and AI credits and the reset date.