eCommerce
sorsa.app
Provides Amazon product analysis, seller data, international pricing, and FBA profit calculations.
ENDPOINT 1
https://sorsa.app/mcp
MCP server metadata
- Name
- sorsa
- Version
- 1.28.1
Sorsa: Amazon FBA arbitrage tooling. Analyse ASINs (pricing, sales, fees, profit), resolve barcodes/titles to ASINs, and read the user's deal feeds, price alerts and OA deals. Product analysis tools cost the user monthly credits (cache hits are free) — check get_credits if the user asks about limits.
Known tools 52
analyse_productQuick analysis of an Amazon product by ASIN: title, brand, current/90-day pricing, sales rank and estimated monthly sales, FBA fees and profit basics.
Inferred read-onlyanalyse_product_fullFull analysis of an Amazon product by ASIN — everything in analyse_product plus seller/stock breakdown, buy-box history and variations.
Inferred read-onlyget_international_pricesPrices for the same ASIN across international Amazon marketplaces.
Inferred read-onlycalculate_profitCalculate Amazon FBA profit and ROI for given sell/cost prices using the full fee engine (tiered referral fees, digital services tax, VAT on fees).
Inferred read-onlysearch_by_titleSearch Amazon by product title via Keepa and return the top matching ASINs with thumbnails.
Inferred read-onlyget_creditsThe user's remaining monthly analyse and AI credits and the reset date.
Inferred read-onlyget_deal_resultsSearch Sorsa's Amazon-to-Amazon (A2A) deal database — products found by the deal monitors with profit, ROI, sales rank and pricing.
Inferred read-onlyget_notificationsThe user's price-alert notifications from their A2A monitor tasks, grouped by task.
Inferred read-onlymark_notificationMark one of the user's notifications as checked (reviewed) or unchecked.
Inferred read-onlyget_oa_dealsProfitable online-arbitrage (OA) deals: retail products matched to Amazon listings with profit and ROI.
Inferred read-onlyget_store_resultsProducts found by the user's storefront monitors (tracking other sellers' Amazon storefronts).
Inferred read-onlyget_dashboard_summaryThe user's Sorsa dashboard summary — headline stats across their monitors and results.
Inferred read-onlyget_price_monitorsList the user's ASIN price monitors (watched products with target prices).
Inferred read-onlycreate_price_monitorWatch an ASIN and alert the user when its price drops to the target.
Inferred read-onlyget_deal_tasksList the user's A2A deal-monitor tasks (saved filters that generate notifications).
Inferred read-onlycreate_deal_taskCreate an A2A deal-monitor task: the user gets notified whenever the deal feed finds products matching these filters.
Potential side effectsget_storefront_monitorsList the Amazon storefronts (competitor sellers) the user is monitoring.
Inferred read-onlyadd_storefront_monitorStart monitoring another Amazon seller's storefront — new products they list will appear in the user's store results.
Inferred read-onlyget_storefront_statsSummary stats for the user's storefront monitors (stores tracked, result counts).
Inferred read-onlyget_items_sourcedThe user's sourcing list — products they've found and are considering buying, with cost/profit projections and status.
Inferred read-onlyget_items_purchasedItems the user has actually purchased from their sourcing list, including listing status (SKU, listing errors).
Inferred read-onlyget_purchase_statsPurchase statistics: total spent, projected profit, items bought and ROI, broken down daily/monthly/yearly and by category and source.
Potential side effectsget_fba_shipment_itemsThe line items inside one FBA shipment (expected vs received quantities).
Inferred read-onlyget_fba_returnsThe user's FBA customer returns with dispositions (sellable, damaged, etc).
Inferred read-onlyget_fba_reimbursementsReimbursements Amazon has paid the user (lost/damaged stock etc).
Inferred read-onlyget_reconciliation_summaryTotals of reclaimable money Sorsa has detected the user is owed by Amazon, broken down by claim type (shipment shortages, lost inventory, unreturned refunds.
Inferred read-onlyget_reconciliation_claimsIndividual reclaim opportunities with evidence — what to claim from Amazon and why.
Inferred read-onlyget_aged_stockAge profile of the user's on-hand FBA stock, bucketed by days on shelf (0-30, 31-90, 91-180, 181-365, 365+), with capital tied up and how much is aged 90+ days (long-term storage-fee risk).
Inferred read-onlyget_monthly_pnlPer-SKU profit & loss for one calendar month: revenue, Amazon fees, COGS, refunds and net profit, plus account totals.
Inferred read-onlyget_product_performancePer-SKU profitability over the last N days: units, revenue, profit, ROI, return rate, current price vs break-even and a selling-at-a-loss flag.
Inferred read-onlyget_best_sellersThe user's own top-selling ASINs by net profit for each of the last N months, derived from their sales.
Inferred read-onlycheck_eligibilityCheck whether the user is allowed to sell (ungated for) one or more ASINs on their Amazon account.
Inferred read-onlystart_a2a_finder_scanStart an A2A Finder scan: check a list of ASINs for profitable Amazon-to-Amazon flips across marketplaces (buy on one Amazon country, sell on another).
Inferred read-onlyget_a2a_finder_statusStatus and results of an A2A Finder scan started with start_a2a_finder_scan.
Inferred read-onlystart_reverse_source_scanStart a Reverse Source scan: for each ASIN, search Google Shopping for a cheaper source than Amazon — i.
Inferred read-onlyget_reverse_source_statusStatus and results of a Reverse Source scan started with start_reverse_source_scan.
Inferred read-onlyget_reverse_source_jobsList the user's recent Reverse Source scan jobs and their status.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.