streamable-httpupdated 3mo ago
E-commerce competitor intelligence, VOC review sentiment, Amazon ASIN analysis, Google Shopping landscape, on-demand URL scraping, and Reddit subreddit growth playbooks — exposed to AI agents as a hosted Model Context Protocol server.
What can you do with smart crawler?
smart-crawler MCP
E-commerce competitor intelligence, VOC review sentiment, Amazon ASIN analysis, Google Shopping landscape, on-demand URL scraping, and Reddit subreddit growth playbooks — exposed to AI agents as a hosted Model Context Protocol server.
- Endpoint:
https://smartcrawler.io/mcp/(streamable-http) - Auth:
Authorization: Bearer sck_...— generate a key in the smart-crawler console - Registry:
io.github.shulex-voc/smart-crawler
This repository hosts the public MCP manifest for the smart-crawler service. It is the discovery/connection entry point — the service itself is hosted.
Connect
Claude Code
export SMARTCRAWLER_API_KEY=sck_...
claude mcp add --scope user --transport http smart-crawler \
https://smartcrawler.io/mcp/ \
--header "Authorization: Bearer $SMARTCRAWLER_API_KEY"
--scope user makes the server visible in every project. Without it,
claude mcp add defaults to local scope (only the current directory), a common
"I added it but /mcp is empty" pitfall. Verify with claude mcp list or /mcp.
Codex (~/.codex/config.toml)
[mcp_servers.smart-crawler]
url = "https://smartcrawler.io/mcp/"
bearer_token_env_var = "SMARTCRAWLER_API_KEY"
Any MCP client
Point your client at https://smartcrawler.io/mcp/ over streamable-http and send
your API key as a Bearer token. See mcp.json for the full tool list
and server.json for the registry manifest.
Tools (highlights)
| Tool | What it does |
|---|---|
reddit_subreddit_playbook |
Full growth playbook for a subreddit's top contributors |
search_competitor_products |
Search competitor catalog by brand / country / keyword / price |
get_voc_reviews |
Consumer VOC reviews from Trustpilot / Reviews.io / Google Maps |
amazon_voc_report |
Amazon ASIN reviews + AI VOC analysis (pain points, listing tips) |
competitor_landscape |
Google Shopping merchant-share ranking for a keyword |
scrape_url |
One-URL scrape with short-lived agent memory |
query_warehouse |
Warehouse-first natural-language query (0 credits) |
Full list in mcp.json.
License
MIT
Install
Add smart crawler to your client. Pick the one you use.
claude mcp add --transport http smart-crawler https://smartcrawler.io/mcp/codex mcp add smart-crawler --url https://smartcrawler.io/mcp/{
"mcpServers": {
"smart-crawler": {
"url": "https://smartcrawler.io/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"smart-crawler": {
"type": "http",
"url": "https://smartcrawler.io/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"smart-crawler": {
"url": "https://smartcrawler.io/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"smart-crawler": {
"serverUrl": "https://smartcrawler.io/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
smart crawler exposes 7 tools to a connected agent.
- reddit_subreddit_playbook
- Full growth playbook for a subreddit's top contributors
- search_competitor_products
- Search competitor catalog by brand / country / keyword / price
- get_voc_reviews
- Consumer VOC reviews from Trustpilot / Reviews.io / Google Maps
- amazon_voc_report
- Amazon ASIN reviews + AI VOC analysis (pain points, listing tips)
- competitor_landscape
- Google Shopping merchant-share ranking for a keyword
- scrape_url
- One-URL scrape with short-lived agent memory
- query_warehouse
- Warehouse-first natural-language query (0 credits)
Score
65 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 85 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.1Latest | Jun 8, 2026 |
| 0.2.0 | Jun 8, 2026 |