Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

dev.fastdrop/fastdrop

dev.fastdrop/fastdrop

Launch board for MCP products: discover probed listings, search by real tools, submit as a maker.

Uptime
100.0%
1 direct probes · 30d
Response
796ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

list_launches

List live product launches on FastDrop, ranked by votes. Each product may include an MCP endpoint URL, mcpVerified (whether FastDrop probe succeeded), and mcpAuthRequired when the endpoint answered 40…

get_product

Get one live FastDrop product by its slug. Returns the MCP URL if set, mcpVerified, last-verified timestamp when available, and the probed tool list (name + description) read from the endpoint - not m…

search_products

Search live FastDrop products by name/tagline text and/or curated tag. Optionally filter to x402-payable services (listed in the Bazaar catalog). Results ranked by votes and include verification statu…

find_tools

Find live FastDrop products by capability. Searches the actual tool lists FastDrop read from each endpoint via tools/list - not maker-supplied tags or descriptions.

list_reviews

List reviews for a live FastDrop product by its slug. Returns the average rating, total count, and individual reviews (rating, body, author, date). Unauthenticated - available to any agent.

list_comments

List comments for a live FastDrop product by its slug, as a two-level tree (top-level comments and their replies). Removed comments appear as a {deleted: true} tombstone. Unauthenticated - available t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.fastdrop/fastdrop": {
      "url": "https://fastdrop.dev/mcp",
      "transport": "streamable-http"
    }
  }
}