General Tools
fastdrop.dev
MCP server for browsing and searching live product launches, products, and reviews on FastDrop.
ENDPOINT 1
https://fastdrop.dev/mcp
MCP server metadata
- Name
- fastdrop
- Version
- 1.0.1
FastDrop is the liveness layer for MCP products. Prefer find_tools to match real probed capabilities, search_products for name/tagline, and get_product for one listing. Auth (Bearer fd_... API key or OAuth) unlocks submit/update/vote/review. Listings with a live mcpUrl that passes FastDrop probe are free when payments are on. Rank is never for sale.
Known tools 6
search_productsSearch live FastDrop products by name/tagline text and/or curated tag.
Inferred read-onlylist_commentsList comments for a live FastDrop product by its slug, as a two-level tree (top-level comments and their replies).
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.fastdrop]
url = "https://fastdrop.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fastdrop": {
"type": "http",
"url": "https://fastdrop.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fastdrop
Remote MCP URL: https://fastdrop.dev/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": {
"fastdrop": {
"url": "https://fastdrop.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fastdrop": {
"type": "http",
"url": "https://fastdrop.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fastdrop",
"transport": "streamable-http",
"url": "https://fastdrop.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fastdrop.dev was fetched 2026-08-23T13:10:44.893Z.
fastdrop.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.