Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@KyuRish KyuRish released this 23 Feb 17:45
· 1 commit to master since this release

First release of the Fiverr MCP server - the first MCP server for browsing Fiverr.

Tools

  • search_gigs - Search with filters (category, price, seller level, sorting)
  • get_gig_details - Full pricing packages, tags, metadata
  • get_seller_profile - Bio, languages, certifications, hourly rate
  • get_gig_reviews - Review text, ratings, buyer info
  • list_categories - All 10 Fiverr category slugs

Highlights

  • All prices in USD (converted from cents automatically)
  • SSRF protection and input validation
  • Rate limiting with browser fingerprint rotation
  • Structured Pydantic error responses (no raw crashes)
  • Zero config - no API key needed

Install

uvx fiverr-mcp-server