← Registry

General Tools

fastdrop.dev

MCP server for browsing and searching live product launches, products, and reviews on FastDrop.

1 endpoint6 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://fastdrop.dev/mcp

No auth detected

MCP server metadata

Name
fastdrop
Version
1.0.1
Capabilities
tools
Server instructions

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

list_launches

List live product launches on FastDrop, ranked by votes.

Inferred read-only
get_product

Get one live FastDrop product by its slug.

Inferred read-only
search_products

Search live FastDrop products by name/tagline text and/or curated tag.

Inferred read-only
find_tools

Find live FastDrop products by capability.

Inferred read-only
list_reviews

List reviews for a live FastDrop product by its slug.

Inferred read-only
list_comments

List comments for a live FastDrop product by its slug, as a two-level tree (top-level comments and their replies).

Inferred read-only

CONNECT 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.

Trust status Neutral

fastdrop.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.