Sorftime PickFlow MCP
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 (16 tools, cache, pipeline, scoring).
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 |
Session
Tool | Description |
| Cache status + API configuration |
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
local CSV named test_set_parsed.csv with asin,keyword columns can be evaluated
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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