Sorftime PickFlow MCP
Provides tools for Amazon product discovery, including keyword pool building, market screening, ASIN discovery and scoring, reverse traffic lookup, ASIN comparison, FBA profit calculation, and 1688 supplier matching, powered by the Sorftime API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sorftime PickFlow MCPfind hot keywords for yoga mats"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sorftime PickFlow MCP
Model Context Protocol server + Skill for Amazon product discovery. Powered by Sorftime API.
Previously:
sorftime-pickflow-skill. Consolidated into this repository.skill/contains the legacy Claude Code Skill (SKILL.md, methodology, config).src/contains the MCP server (19 tools, cache, pipeline, scoring, 1688 sourcing).
Tools
Cache Layer (offline)
Tool | Description |
| Pull ABA keyword pages into local SQLite |
| Show cache coverage and category breakdown |
| Search cached keywords by category |
| Show where a term peaks in ABA rankings |
| Clear cached pages |
Pipeline Layer (API + cache)
Tool | Description |
| Build keyword pool from cache (no API) |
| Run keyword_detail + enriched fields (brand CR3, seller CR3, ad review dist, coupon, price range) |
| Find ASINs with sweetspot filters |
| Versioned nine-dimension scoring with completeness/confidence |
| Batch score ASINs with unified traffic pagination |
Analysis Layer
Tool | Description |
| Deep keyword analysis |
| Reverse-lookup traffic keywords, check cache coverage |
| Side-by-side ASIN comparison |
| Test recall against known-good ASINs |
| Calculate FBA unit economics and hidden fees |
1688 Sourcing Layer
Tool | Description |
| Build normalized product fingerprint from Sorftime product_detail |
| Search 1688.com via image + keyword, deduplicate candidates |
| Deterministic comparison gates + VisualReviewBundle for Codex vision |
Session
Tool | Description |
| Cache status + API configuration |
Related MCP server: semrush-mcp
Install
git clone git@github.com:zhan-1002/sorftime-pickflow-mcp.git
cd sorftime-pickflow-mcp
uv syncConfigure Claude Code
In ~/.claude.json, under the project entry, add:
"mcpServers": {
"pickflow": {
"command": "C:/Users/asus/AppData/Roaming/Python/Python313/Scripts/uv.exe",
"args": [
"--directory",
"C:/Users/asus/sorftime-pickflow-mcp",
"run",
"pickflow-mcp-server"
]
}
}Requires Sorftime API configured in ~/.mcp.json.
Scoring versions
v2_semanticis the default. It treatsmonthly_sales_volumeas a monthly estimate (sales / 30), preserves missing inputs as missing dimensions, and returnsdata_completenessplusscore_confidence.v1_legacyreproduces the historical formula used for the original 97-ASIN calibration. Use it only for comparison with earlier reports.
Traffic terms are fetched through one pagination and de-duplication path for single scoring, batch scoring, reverse traffic and ASIN comparison. Partial or failed traffic responses are reported explicitly rather than treated as a true zero-keyword result.
Private evaluation
The repository does not contain evaluation ASINs, keywords or credentials. A
legacy local CSV named test_set_parsed.csv with asin,keyword columns remains
supported. Sample-set V1 additionally records calibration/validation split,
annotation status, expected discovery/hard-filter/tier/outcome, product tags and
reason codes without printing identifiers.
pickflow-evaluate --data-dir "D:/private/pickflow-eval" --limit 5Use --limit 0 for the complete private set. Add --output only when an
anonymous per-case diagnostic JSON is needed; standard output remains aggregate.
Validate and profile V1 labels without making API calls:
pickflow-evaluate --data-dir "D:/private/pickflow-eval" --limit 0 --validate-only --require-v1-labelsSee docs/private-evaluation-schema-v1.md for the column contract and migration
sequence for the private 97-ASIN set.
1688 Supplier Matching
The asin_fingerprint → supplier_search → supplier_compare_prepare pipeline
builds a product fingerprint, searches 1688.com by image and keyword, deduplicates
candidates, and records deterministic evidence for product form, material,
item/package dimensions, and quantity. At most five non-rejected candidates are packaged into a
VisualReviewBundle for Codex-native vision review.
Price comparability follows strict rules: a unit price is only published when
SKU, pack quantity, and tier are all known. Ambiguous prices are flagged and
FBA profit calculation is withheld. See docs/1688-codex-architecture.md for
the full responsibility boundary and evidence policy.
The version-controlled Codex plugin is in codex-plugin/pickflow-1688/. It
starts this repository's .venv MCP server through a relative path and reads
SORFTIME_MCP_URL from the plugin host environment; no credential is stored in
the manifest. Its sourcing skill orchestrates the three backend tools, caps
visual review at five candidates, and uses the sidebar browser to verify visible
SKU, pack, MOQ, price-tier, and package-measurement facts. A 1688 security
slider is treated as verification_required: the current tab is handed to the
user for manual verification instead of being retried or misreported as missing
product data.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for Amazon product monitoring via the Keepa API, providing 18 tools for prices, BSR trends, buy box changes, variation families, sales estimates, coupon/deal tracking, seller stats, category lookup, and promotion impact analysis.1815MIT
- AlicenseBqualityDmaintenanceMCP server providing tools to access Semrush API data for domain analytics, keyword research, backlink analysis, and traffic analytics.1968MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Amazon FBA sellers providing tools for profit calculation, inventory health analysis, COGS breakdown, tax deduction guidance, reorder point calculation, and FBA fee reference.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for App Store Optimization that provides keyword research, competitor analysis, review sentiment, and metadata optimization using real App Store data without requiring an API key.294MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Get recommended by Amazon's AI. Hosted MCP server for Amazon listing compliance & generation.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhan-1002/sorftime-pickflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server